Day 5 last exercise bundle error

found this after fixing some errors in my code.
Unable to resolve resource bundle "localization".
Resource= ReservationSystem
Location= Unknown
so how do I fix this problem?

was able to figure this out from the docs under topic:
Advanced Flex Programming
     > Localizing Flex Applications
          > Creating resources ( http://livedocs.adobe.com/flex/3/html/l10n_3.html#158343 )
step 19 needs an additional command-line argument to add your locale resources to the source-path, so all of the command-line options I am using look like this (the ../locale is relative to the src directory):
-locale=en_US,es_ES -source-path=../locale/{locale} -allow-source-path-overlap=true
making this change allows the solution to compile (I'm using sdk version 3.4).
Another detail I had to correct on my workstation was to reset the command-line flex_sdk_home and path environment variables when using the copylocale command from my shell (it was pointing to another version of the flex sdk, putting the locale/es_ES assets in the wrong place).
edit: this relates to exercise 26 (Localization using resource bundles) on the 5th day of the Flex in a week series.

Similar Messages

  • Have timesheet data. Trying to get staff at risk of burn out (worked 8hrs a day during last 3 weeks)

    Hi all,
    I've been trying to get a semi-complex measure out for over a day now but seem to be going round in circles. Most frustrating is I don't quite understand why one version throws an error, another throws out the wrong number and then whatever you guys come
    up with will give me the correct answer!
    I have a workbook uploaded here which I used for a different question, but majority of the data model is the same :
    https://onedrive.live.com/?cid=1C0322C61F94C9E9&id=1C0322C61F94C9E9%21125
    What I'm trying to do is find staff members that are at risk of burn out (eg consistently working > 8hrs a day)
    My main timesheet table (Time) is as such:
    StaffID (fk to staff table)
    ClientID (fk to client table)
    TaskID (fk to task table)
    TimesheetDate (fk to date table)
    EffortInHrs
    my date dim is standard fare, only thing i've added is an EndOfWeekDate (eg EOWDate. sunday is the last day therefore for each date for this week the endofweekdate column = 18-jan. For last week it was 11-Jan etc) and I also have a 'last freshed date' that
    shows the last time the model was refreshed
    A staff member can only record time against a specific task once per day, but they can have multiple tasks across multiple clients for one day
    The business rule im working with is
    if they've worked more than 8hrs at least once in the last 3 weeks (dates that fall between EOWdate for 'now' minus 3 weeks and EOWdate for 'now' ), then return the sum of EffortInHrs for all clients for every day in the last 3 weeks
    I've given up in getting it in one go so i'm trying to cobble together a number of calc columns and measures to get me closer.. but it all seems to stall
    eg the following calc column (DailySumOfHrs)
    =
    CALCULATE (
    SUM ( [EffortInHours] ),
    FILTER (
    ALLEXCEPT ( TIME, 'Time'[TimesheetDate], TIME[StaffID] ),
    DATESBETWEEN (
    'Date'[Date],
    'time'[TimesheetDate],
    'Time'[TimesheetDate]
    gives me the sum of effort in hrs for the day for each staff member. I couldn't get a measure version of this working. It would either aggregate across all days/staff or give context errors.
    So when I tried to take it to the next step to find the max using the same formula
    =
    CALCULATE (
    SUM ( [EffortInHours] ),
    FILTER (
    ALLEXCEPT ( TIME, 'Time'[TimesheetDate], TIME[StaffID] ),
    DATESBETWEEN (
    'Date'[Date],
    'time'[TimesheetDate],
    'Time'[TimesheetDate]
    I get errors, i'm guessing because i'm mixing my fact and date tables now and it doesn't know it can use the TimeSheetDate 'context' to filter.
    To get the 'last 3 weeks' filter working I added the following to the date dim
    =if([EndOfWeek]<[RefreshDateLocal] +7 && [EndOfWeek] > [RefreshDateLocal] -14,1,0)
    i then used it in an intermediate measure to get the max at the weekly grain
    WeeklyMax :=
    IF (
    MAX ( 'Date'[Last3WeeksFilter] ) = 1,
    CALCULATE (
    MAX ( TIME[DailySumOfHrs] ),
    FILTER (
    ALL ( 'Date'[date] ),
    MAX ( 'Date'[EndOfWeek] ) = MAX ( 'Date'[EndOfWeek] )
    'Date'[Last3WeeksFilter] = 1
    BLANK ()
    and finally the measure itself
    BurntOutHrs:=if([WeeklyMax]>8,SUM([EffortInHours]),blank())
    I am not happy with this at all. There are so many conditions (eg filters added) that need to be satisfied for this to return a sensible result and I need to expose a number of the 'backend' filters that users would need to add to the report to get the correct
    answer.
    As is, it only works for a simple Staff, date, burntouthrs report. If users attempt to create their own pivot table/chart and try to break it down by client or task it doesn't look right at all. I'd also like to be able to count how much stuff are working
    long hrs but this approach wouldn't support that at all.
    I could probably post dozens of my attempted dax that to me logically look like it should work but either aggregate wrong or throw context errors. Unfortunately my current approach to dax still is to try various, almost random variations until one works
    for whatever reason
    I always aim to have a measure that 'just works' in all contexts where it makes logical sense. For me to get that happening here i'd probably need to spend another few hrs trying all kinds of allexcept() conditions for each filter where i want it to work
    and hope none contradict each other
    Thinking about it now, this isn't really a separate measure at all.. i think a better approach would be to add a calc column to the staff table that checks if that staff member has >8hrs assigned for any day (i dont think the default time->staff relationship
    would allow this though). But i'm still interested on how to accomplish it using the separate 'measure' approach
    I'll go spend the rest of today trying to get the flag working in the staff dim!
    Thanks!
    Jakub @ Adelaide, Australia Blog

    Jakubk, is this still an issue?
    Thanks!
    Ed Price, Azure & Power BI Customer Program Manager (Blog,
    Small Basic,
    Wiki Ninjas,
    Wiki)
    Answer an interesting question?
    Create a wiki article about it!

  • After last automatic update, error message XUL Runner error platform version '6.0.2' is not compatible with minVersion 6.0.1. maxVersion 6.0.1. I am unable to open Mozilla Firefox at all. Had to use Explorer to ask this question!

    After last automatic update, error message XUL Runner error platform version 6.0.2. is not compatible with min Version 6.0.1 maxVersion 6.0.1 appeared every time I try to open/run Mozilla Firefox.

    See:
    *[[/questions/869812]]
    *[[/questions/869951]]

  • Query for back 2nd motnh first day and last day

    Any body please provide me the query for back 2nd month first day to back 2nd month last day?
    last month first day
    TIMESTAMPADD(SQL_TSI_MONTH,-1, TIMESTAMPADD(SQL_TSI_DAY, -(DAY(CURRENT_DATE)-1), CURRENT_DATE))
    last month last day
    TIMESTAMPADD(SQL_TSI_DAY, -(DAY(CURRENT_DATE)), CURRENT_DATE)
    anyone please provide me the queries for previous months like above queries?
    2nd back month first day --?
    2nd back month last day--?
    3rd back month first day --?
    3rd back month last day --?

    Hi,
    Check with this...
    Previous month last day -
    TIMESTAMPADD(SQL_TSI_DAY, DAYOFMONTH(CURRENT_DATE)*-1, CURRENT_DATE)
    Last day of 2nd month -
    TIMESTAMPADD(SQL_TSI_MONTH,-1,TIMESTAMPADD(SQL_TSI_DAY, DAYOFMONTH(CURRENT_DATE)*-1, CURRENT_DATE))
    Last day of 3rd month -
    TIMESTAMPADD(SQL_TSI_MONTH,-2,TIMESTAMPADD(SQL_TSI_DAY, DAYOFMONTH(CURRENT_DATE)*-1, CURRENT_DATE))
    (OR)
    Previous month last day -
    TIMESTAMPADD(SQL_TSI_DAY, DAYOFMONTH(CURRENT_DATE)*-1, CURRENT_DATE)
    Last day of 2nd month -
    TIMESTAMPADD(SQL_TSI_DAY,DAYOFMONTH(TIMESTAMPADD(SQL_TSI_DAY, DAYOFMONTH(CURRENT_DATE)*-1, CURRENT_DATE))*-1,TIMESTAMPADD(SQL_TSI_DAY, DAYOFMONTH(CURRENT_DATE)*-1, CURRENT_DATE))
    Last day of 3rd month -
    TIMESTAMPADD(SQL_TSI_DAY, DAYOFMONTH(TIMESTAMPADD(SQL_TSI_DAY,DAYOFMONTH(TIMESTAMPADD(SQL_TSI_DAY, DAYOFMONTH(CURRENT_DATE)*-1, CURRENT_DATE))*-1,TIMESTAMPADD(SQL_TSI_DAY, DAYOFMONTH(CURRENT_DATE)*-1, CURRENT_DATE)))*-1,TIMESTAMPADD(SQL_TSI_DAY,DAYOFMONTH(TIMESTAMPADD(SQL_TSI_DAY, DAYOFMONTH(CURRENT_DATE)*-1, CURRENT_DATE))*-1,TIMESTAMPADD(SQL_TSI_DAY, DAYOFMONTH(CURRENT_DATE)*-1, CURRENT_DATE)))
    Regards,
    Srikanth

  • For the previous month first day and last day

    i want to schedule my reports from the last month first date to last month last date.
    any body have queries for the while scheduling to uuse it.
    Ex:sysdate() - today's date
    first_day_of_month()- first day of current month
    first day of last month ---?
    last day of the last month ---?

    In the parameter, put this
    {$FIRST_DAY_OF_MONTH()$}other values you can use in default parameter values are
    {$SYSDATE()$} - to get current date
    {$FIRST_DAY_OF_MONTH()$} - to get first day of the current month
    {$FIRST_DAY_OF_YEAR()$} - to get first day of the current year
    {$LAST_DAY_OF_MONTH()$} - to get last day of the current month
    {$LAST_DAY_OF_YEAR()$} - to get last day of the current year
    Re: Default date as first of month
    TO get last day of last month
    {$FIRST_DAY_OF_MONTH()-1$}You can add/subtract number with these functions and no other functions are available.

  • How to get the calendar days of  last month in SAP HR Schema?

    Hi all,
       I have a question about the calendar days of last month, cause the customer calculated the salary not by natural month but cross-month, for example,
    for calculating salary of Aug, the time period may be 7.28-8.27, so I need the days of this period which is  the calendar days of  last month exactly.
    But I only knew GKSOLL was used for getting the calendar days of current month.
    If any place wrong, please guide me.
    Look forward to getting experts' help, thanks.
    Regards,
    May.

    Hi Sankarsan,
    Thank you so much for your help.
    The requirement I have described in detail when replying Viverk, you can take it as a reference.
    Cause my customer  don't want to use retro in SAP system, so I noted the schema about  retro.
    Now my question was how to get the last month calendar days in Schema. For example, now I am calculating the salary of July, the full attendance will be 30 days(06.28-07.27), in rule GKSOLL will get 31 days, so it's not right.
    I hope you can get my point, below is the wrong rule.
    Please guide me to correct it, thanks.
    Regards,
    May.

  • SQL select Statement -first day and last day of the month - 1 year from now

    Hi,
    I need to write a SQL to get the dates in between first day and last day of the month one year from now.
    SELECT last_day(add_months(sysdate,12)) as lastday from dual
    What could be the Query to get the first day of the month one year from now..
    ie ..Sysdate - 3-DEC-2009
    Result - 1-DEC-2010
    thank you

    Hi,
    You can use TRUNC with 2 arguments to get the first DATE in a month, year, quarter, week, hour, minute, ISO year, ...
    SELECT  TRUNC ( ADD_MONTHS ( SYSDATE
                               , 12
                  , 'MONTH'
                  )     AS first_of_month
    FROM    dual
    ;The DATE returned will be in the same month, year, quearter, ... as the first argument.
    \We convered the last day of the month in [your previous question|http://forums.oracle.com/forums/message.jspa?messageID=3942939#3942939].
    At that time, I warded about using LAST_DAY as a cutoff point; TRUNC is a much better way.
    For example, to find all appointment_dates in the current month next year:
    SELECT  *
    FROM    appointments
    WHERE   appointment_date >= TRUNC (ADD_MONTHS (SYSDATE, 12), 'MONTH')
    AND     appointment_date <  TRUNC (ADD_MONTHS (SYSDATE, 13), 'MONTH')Note that
    the first part of the WHERE clause calls for dates on or equal to the beginning of the 12th month in the future, but
    the second part of the WHERE clause calls for dates before, not equal to , the beginning of the 13th month in the future.

  • How to clear device/bundle errors

    Hi all: I manage about 100 PCs with ZCM 11.2.4. I need a way to clear all device/bundle error messages, both for bundles and policies, so that the icons on ZCC all show clear. I know I can delete all error messages, but how do I clear all bundle error messages? I want to get rid of the red error icon so I can easily see which computers are getting these errors since they were cleared. Right now the error icon does not go away.
    Thanks for the help, Chris.

    cmosentine <cmosentine@N0_5pam_vrapc.com> wrote:
    > DQpUaGF0IGNsZWFycyBtZXNzYWdlcyBsaWtlIHlvdSBzYXkgYn V0IGl0IGRvZXMgbm90IGNsZWFy
    > IGJvdGggaWNvbnMuICBXaGF0IEkgbWVhbiBpcyBmb3IgZWFjaC Bjb21wdXRlciB0aGVyZSBhcmUg
    > dHdvIGljb25zLCB0aGUgY2hlY2tsaXN0IGFuZCB0aGUgY2lyY2 xlLiAgQ2xlYXIgdGhlIG1lc3Nh
    > Z2VzIHR1cm5zIHRoZSBjaXJjbGUgYmFjayB0byBncmVlbiBidX QgdGhlIGNoZWNrbGlzdCBpY29u
    > IHdpbGwgc3RpbGwgaGF2ZSB0aGUgcmVkIHJpbmcvc2xhc2ggKH RoZSBkbyBub3QgZ28gc2lnbikg
    > b24gaXQuICBJdCBpcyB0aGlzIGljb24gSSBuZWVkIGNsZWFyZW QuDQoNCg0KIA0KDQo+Pj4gbm9w
    > MTk4Mzxub3AxOTgzQG5vLW14LmZvcnVtcy5ub3ZlbGwuY29tPi A4LzI4LzIwMTQgODoxNiBBTSA+
    > Pj4NCg0KDQoNCkdvIHRvICJDb25maWd1cmF0aW9uIiAtPiAiU3 lzdGVtIGluZm9ybWF0aW9uIi4u
    > LiBoZXJlIHlvdSBjYW4gY2hvb3NlDQoiTWVzc2FnZSBDbGVhbn VwIiBvbiB0aGUgbGVmdCBhbmQg
    > c2VsZWN0IGEgZnJvbSBhbiB0byBkYXRlLiBTZWxlY3QNCiJQZX JtYW5lbnRlbHkgRGVsZXRlIi4N
    > ClRoaXMgc2hvdWxkIGdpdmUgeW91IGEgImZyb20gc2NyYXRjaC IgdmlldyBpbiB0aGUgWkNDIDop
    > DQoNCg0KLS0gDQotLQ0KTmllbHMNCkkgaGF2ZSBhbHdheXMgbG lrZWQuLi4gQ293YWJ1bmdhIQ0K
    > DQpJZiB5b3UgZmluZCB0aGlzIHBvc3QgaGVscGZ1bCwgcGxlYX NlIHNob3cgeW91ciBhcHByZWNp
    > YXRpb24gYnkNCmNsaWNraW5nDQpvbiB0aGUgc3RhciBiZWxvdy 4NCkEgbWVtYmVyIG11c3QgYmUg
    > bG9nZ2VkIGluIGJlZm9yZSBzL2hlIGNhbiBhc3NpZ24gcmVwdX RhdGlvbiBwb2ludHMuDQotLS0t
    > LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS 0tLS0tLS0tLS0tLS0tLS0tLS0t
    > LS0tLS0tLS0tLS0NCm5vcDE5ODMncyBQcm9maWxlOiBodHRwcz ovL2ZvcnVtcy5ub3ZlbGwuY29t
    > L21lbWJlci5waHA/dXNlcmlkPTU3MjYyDQpWaWV3IHRoaXMgdGhyZWFkOiBodHRwcz ovL2ZvcnVt
    > cy5ub3ZlbGwuY29tL3Nob3d0aHJlYWQucGhwP3Q9NDc5MDE3
    > --____JOLVDYQQHCXKLYAOQDJX____ Content-Type: multipart/related;
    > boundary="____YIFONLXFRFYYQLYMNALF____"
    >
    > --____YIFONLXFRFYYQLYMNALF____
    > Content-Type: text/html; charset=utf-8
    > Content-Transfer-Encoding: base64
    > Content-Disposition: inline; modification-date="Thu, 28 Aug 2014 08:45:33 -0400"
    >
    > PGh0bWw+PGhlYWQ+CjxtZXRhIGh0dHAtZXF1aXY9IlgtVUEtQ2 9tcGF0aWJsZSIgY29udGVudD0i
    > SUU9MTEiPgo8bWV0YSBuYW1lPSJHZW5lcmF0b3IiIGNvbnRlbn Q9Ik5vdmVsbCBHcm91cHdpc2Ug
    > Q2xpZW50IChWZXJzaW9uIDE0LjAuMCAgQnVpbGQ6IDExNTI0My kiPgo8bWV0YSBodHRwLWVxdWl2
    > PSJDb250ZW50LVR5cGUiIGNvbnRlbnQ9InRleHQvaHRtbDsgY2 hhcnNldD11dGYtOCI+PHN0eWxl
    > Pjwvc3R5bGU+PC9oZWFkPgo8Ym9keSBzdHlsZT0iZm9udDogMT BwdC9ub3JtYWwgU2Vnb2UgVUk7
    > IG1hcmdpbjogMTZweCAxNnB4IDRweDsgZm9udC1zaXplLWFkan VzdDogbm9uZTsgZm9udC1zdHJl
    > dGNoOiBub3JtYWw7Ij48ZGl2IGNsYXNzPSJHcm91cFdpc2VNZX NzYWdlQm9keSIgaWQ9Ikdyb3Vw
    > V2lzZVNlY3Rpb25fMTQwOTIyOTc4MTAwMF9HUkFETUlOQHZyYX BjLmNvbV9DODc4REU4MDE2NzEw
    > MDAwODc5MTYwMDA2QzAwNjIwMF8iPjxkaXY+VGhhdCBjbGVhcn MgbWVzc2FnZXMgbGlrZSB5b3Ug
    > c2F5IGJ1dCBpdCBkb2VzIG5vdCBjbGVhciBib3RoIGljb25zLi ZuYnNwOyBXaGF0IEkgbWVhbiBp
    > cyBmb3IgZWFjaCBjb21wdXRlciB0aGVyZSBhcmUgdHdvIGljb2 5zLCB0aGUgY2hlY2tsaXN0IGFu
    > ZCB0aGUgY2lyY2xlLiZuYnNwOyBDbGVhciB0aGUgbWVzc2FnZX MgdHVybnMgdGhlIGNpcmNsZSBi
    > YWNrIHRvIGdyZWVuIGJ1dCB0aGUgY2hlY2tsaXN0IGljb24gd2 lsbCBzdGlsbCBoYXZlIHRoZSBy
    > ZWQgcmluZy9zbGFzaCAodGhlIGRvIG5vdCBnbyBzaWduKSBvbi BpdC4mbmJzcDsgSXQgaXMgdGhp
    > cyBpY29uIEkgbmVlZCBjbGVhcmVkLjxicj48L2Rpdj48c3Bhbi BzdHlsZT0ibWFyZ2luLWJvdHRv
    > bTogNXB4OyBkaXNwbGF5OiBibG9jazsiPiZuYnNwOzwvc3Bhbj 48ZGl2IGNsYXNzPSJHcm91cFdp
    > c2VNZXNzYWdlQm9keSIgaWQ9Ikdyb3VwV2lzZVNlY3Rpb25fMT QwOTIyODE2MjAwMF9ub3AxOTgz
    > QG5vLW14LmZvcnVtcy5ub3ZlbGwuY29tIj48c3BhbiBjbGFzcz 0iR3JvdXB3aXNlUmVwbHlIZWFk
    > ZXIiPiZndDsmZ3Q7Jmd0OyBub3AxOTgzJmx0O25vcDE5ODNAbm 8tbXguZm9ydW1zLm5vdmVsbC5j
    > b20mZ3Q7IDgvMjgvMjAxNCA4OjE2IEFNICZndDsmZ3Q7Jmd0Oz xicj48L3NwYW4+PGRpdj48ZGl2
    > Pjxicj5HbyB0byAiQ29uZmlndXJhdGlvbiIgLSZndDsgIlN5c3 RlbSBpbmZvcm1hdGlvbiIuLi4g
    > aGVyZSB5b3UgY2FuIGNob29zZTxicj4iTWVzc2FnZSBDbGVhbn VwIiBvbiB0aGUgbGVmdCBhbmQg
    > c2VsZWN0IGEgZnJvbSBhbiB0byBkYXRlLiBTZWxlY3Q8YnI+Il Blcm1hbmVudGVseSBEZWxldGUi
    > Ljxicj5UaGlzIHNob3VsZCBnaXZlIHlvdSBhICJmcm9tIHNjcm F0Y2giIHZpZXcgaW4gdGhlIFpD
    > QyA6KTxicj48YnI+PGJyPi0tIDxicj4tLTxicj5OaWVsczxicj 5JIGhhdmUgYWx3YXlzIGxpa2Vk
    > Li4uIENvd2FidW5nYSE8YnI+PGJyPklmIHlvdSBmaW5kIHRoaX MgcG9zdCBoZWxwZnVsLCBwbGVh
    > c2Ugc2hvdyB5b3VyIGFwcHJlY2lhdGlvbiBieTxicj5jbGlja2 luZzxicj5vbiB0aGUgc3RhciBi
    > ZWxvdy48YnI+QSBtZW1iZXIgbXVzdCBiZSBsb2dnZWQgaW4gYm Vmb3JlIHMvaGUgY2FuIGFzc2ln
    > biByZXB1dGF0aW9uIHBvaW50cy48YnI+LS0tLS0tLS0tLS0tLS 0tLS0tLS0tLS0tLS0tLS0tLS0t
    > LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS 0tPGJyPm5vcDE5ODMncyBQcm9m
    > aWxlOiA8YSBocmVmPSJodHRwczovL2ZvcnVtcy5ub3ZlbGwuY2 9tL21lbWJlci5waHA/dXNlcmlk
    > PTU3MjYyIj5odHRwczovL2ZvcnVtcy5ub3ZlbGwuY29tL21lbW Jlci5waHA/dXNlcmlkPTU3MjYy
    > PC9hPjxicj5WaWV3IHRoaXMgdGhyZWFkOiA8YSBocmVmPSJodH RwczovL2ZvcnVtcy5ub3ZlbGwu
    > Y29tL3Nob3d0aHJlYWQucGhwP3Q9NDc5MDE3Ij5odHRwczovL2 ZvcnVtcy5ub3ZlbGwuY29tL3No
    > b3d0aHJlYWQucGhwP3Q9NDc5MDE3PC9hPjxicj48YnI+PGJyPj xicj48L2Rpdj48L2Rpdj48L2Rp
    > dj48L2Rpdj48L2JvZHk+PC9odG1sPg==
    > --____YIFONLXFRFYYQLYMNALF____--
    >
    > --____JOLVDYQQHCXKLYAOQDJX____--
    Sorry, but I'm not sure this can be easily cleared... If possible? I'll ask
    Novell.
    Nops

  • MC46 - How is days since last consumption calculated?

    Customer is using MC46 (Analysis of Slow-Moving Items).
    They wish to know where does the days since last consumption come from ?
    Regards.
    Phil.

    hi,
    This depends on the GR which is made on which date...so based on that date till today it will calculate the days...
    Hope it helps..
    Regards
    Priyanka.P

  • Query with the days of a period and the same days of last year

    I need a help.
    We have a sales cube with daily values.
    We have a query that restricts a month (0CALMONTH) and shows the daily values for this month.
    No problem, we have only to put 0CALDAY on the line and the value on the columns.
    But we need also to show the values of the same days from last year.
    Example:
    The restricted month is july/2011.
    0CALDAY is on the line, so the query shows the values for
    01.07.2011   110,00
    02.07.2011   108,00
    31.07.2011   109,00
    How can we show in the same line the values for july/2011 and july/2010?
    Example:
             July/2010    July/2011
    01     95,00            110,00
    02     96,00            108,00
    31    94,00             109,00.
    Thanks in advance
    César Menezes

    Thanks for the answers until now.
    Surely a Day characteristic (ex. CA_DAY, derived from 0CALDAY) would work.
    But we have this requirement in many other cubes (I posted only an example) and it's not feasible to create this characteristic now.
    I understood the other suggestions, but the problem is not on selecting the values.
    We have two restricted key figures, one for a period (filled by the users) and another one for this period - 12.
    They work OK and bring the correct results.
    The problem is on presenting the results, because as we have 0CALDAY in the line the results appear on two different lines.
    Example:
    15.07.2010    950,00
    15.07.2011    980,00.
    Is ther any way to present the results in the same line?
    Example:
    15.07.2011    950,00 (last year)     980,00 (today)
    or
    15.07             950,00 (last year)     980,00 (today)
    or any other way?
    César

  • IMac27 reboots every few days with message "Restarted after error"

    My iMac27 reboots every few days with message "Restarted after error". How do I find out what it is upset about so I can repair?

    Visit The XLab FAQs and read the FAQ on diagnosing kernel panics. Also, OS X- How to log a kernel panic and post a recent panic log (not a crash log.)

  • At least 5 times a day FF crashes with the error "exception breakpoint reached" in windows 8.1

    I have FF set to auto update, Kaspersky Internet Security, Malwarebytes anti-malware, on a Toshiba Satellite with 4GB memory and
    Operating System
    Windows 8.1 64-bit
    CPU
    AMD K16 69 °C
    Mullins Technology
    RAM
    4.00GB Single-Channel DDR3 @ 798MHz (11-11-12-28)
    Motherboard
    TOSHIBA ZBWAE (P0)
    Graphics
    Generic PnP Monitor (1366x768@60Hz)
    512MB ATI AMD Radeon R5 Graphics (Toshiba) 69 °C
    Storage
    931GB TOSHIBA MQ01ABD100 (SATA) 38 °C
    Optical Drives
    TSSTcorp CDDVDW SU-208FB
    Audio
    Realtek High Definition Audio
    At least 5 times a day FF crashes and the error is basically "Exception Breakpoint Reached" . I have no idea how to fix this and asking FF to reply is a waste of energy. Does anyone know how to stop this problem?

    Added info - The actual error message is "The exception Breakpoint. A breakpoint has been reached. (0x80000003) occurred in the application at location 0x70c81425. Click OK to terminated." Hope that helps a bit.

  • Calculating 60 days from last run date and sum a total for those 60 days

    I need to calculate 60 days from last run date (I will create prompts), then take that number to sum a total of items.
    Can someone be of assistance.

    Hi,
    You can create a calculation to calculate 60 days before your run date. e.g. if rundate is your date item then the calculation will be:
    rundate-60
    Rod West

  • Trying to install diet and exercise bundle 7.2

    I have a palm centro I bought software on palm .com                      program called Diet and exercise bundle 7.2       I can download it to my computer but when I try to sync it to my phone it will only put it in the sd card section    palm said that its compatible with my phone but I can't get it on                                                ​                                                  ​                                                  ​            HELP    HELP   HELP
    Post relates to: Centro (Verizon)

    Cindi100463 wrote:
    I am having this exact same problem.  can someone help?????
    Post relates to: Tungsten E
    Ok, how about the same exact question as I asked above???
    What are you trying to install?
    WyreNut
    Post relates to: Centro (AT&T)
    I am a Volunteer here, not employed by HP.
    You too can become an HP Expert! Details HERE!
    If my post has helped you, click the Kudos Thumbs up!
    If it solved your issue, Click the "Accept as Solution" button so others can benefit from the question you asked!

  • HT201209 I have itunes vouchers and each time i click redeem , I get error "we could not complete your itunes store request,  an unknown error occured 1202, try again later. I have tried this for 4 days running and get same error.

    have itunes vouchers and each time i click redeem , I get error "we could not complete your itunes store request,  an unknown error occured 1202, try again later. I have tried this for 4 days running and get same error.

    I have this same problem. It's like it is not Authorizing this Mac.
    What happens when you try to listen to a preview on the Music Store?
    Mine asks me to authorize again and gives me the error exactly as you said above.
    What happens when you try to view your account information (in Music Store, click on your account name in the top right corner)?
    Mine lets me authorize sucessfully and shows me my account information.
    I have emailed iTunes support about this and they replied with a generic answer about Deauthorizing and re-authorizing the computer.
    I even tried, to no avail, the tips here...
    http://discussions.apple.com/thread.jspa?threadID=471237&tstart=30
    If anybody reads all this and has any new info for us, please take the time to post it here!
    PowerMac G4   Mac OS X (10.4.6)  

Maybe you are looking for