Sum prior month to next month

Hi All,
I have three key figures in my rows and the third one is a CK (a-b) , and need to display fiscal year/month in the rows.
Now the issue is I need to carry forward the CK value of the first month to add with second month and carry the sum of 1st and 2nd month to 3rd month till the last month.
Pls. help.
biju

Hi,
I feel the Cell editor concept is the best one here to get the required output.
/message/1742617#1742617 [original link is broken]
Re: How to find growth %
With rgds,
Anil Kumar Sharma . P
IBM - India.

Similar Messages

  • To get Current,Last, Next months data for Efashion report

    To Create a report with the user input prompt on Year and Month:
    If user select year as 2005 and month as 2 (Feb), revenue should be displayed for previous Month (Jan) and next month (March) of selected year.
    Sample output should looks as below.
    Year : 2005
    State
    Prev Month - Jan
    Current Month - Feb
    Next Month - Mar
    AAA
    $100
    $100
    $600
    BBB
    $200
    $400
    $200
    CCC
    $300
    $300
    $300
    I have created dimensions in universe premonth=(@Select(Time period\Month) -1) & Nextmonth=@Select(Time period\Month) +1) & taken 3 dataproviders from efashion universe .these are not working for year ends

    Hi
    solution found, taken 3 data providers & added below filters for 2 &3 data providers
    DP2
    @Select(Time period\Year)=iif(@Prompt('Enter Month','N','Time period\Month',,)=12,@Prompt('Enter Year','A','Time period\Year',,)+1,@Prompt('Enter Year','A','Time period\Year',,))
    @Select(Time period\Month)=iif(@Prompt('Enter Month','N','Time period\Month',,)=12,1,@Prompt('Enter Month','N','Time period\Month',,)+1)
    DP3
    @Select(Time period\Year)=iif(@Prompt('Enter Month','N','Time period\Month',,)=1,@Prompt('Enter Year','A','Time period\Year',,)-1,@Prompt('Enter Year','A','Time period\Year',,))
    @Select(Time period\Month)=iif(@Prompt('Enter Month','N','Time period\Month',,)=1,12,@Prompt('Enter Month','N','Time period\Month',,)-1)
    Thanks

  • Actual activity cost should be planned for the next month

    Hi,
    I need the solution like this. Our fiscal year April to March. We want the actual activity prices of the April should be planned for the May month. And may month actual prices should be planned for the next month. Like that we want use our activity prices.
    For this where we have to configure and what transaction codes we have to run in month end.
    please guide me
    Sateesh

    Srikanth,
    I know KP26 will be maintained for plan values.
    This month actual should be planned for next month. and next month actuals should be planned for coming month.
    Please guide me where i have to confiure this type of requirement.
    Sateesh

  • MDX to fetch record from 1st of current month to 5th of next month and same for previous year

    In my date dimension I have a attribute CalendarDate. I do have a hierarchy [Date].[Year].[Quarter].[Month].[CalendarDate] as well. I need to fetch data starting from 1st working day of current month to 5th working day of next month by MDX. I do have a attribute
    to filter working day as IsWorkingDay. How can we get a dynamic MDX that will find the current month first and than it will filter the record from 1st working day of current month to 5th working day of next month. And same for the previous year same month
    to compare.
    Thanks in advance!
    Palash

    Hi P,
    You can use a calculated member to dynamically add all the days in the current month and the first 5 in the following month.  You will need to change measure, cube and hierarchy names.
    with member measures.ThisMonthAnd5 as 
    sum([Date].[Year].parent.children,Measures.[Sales])
    +sum(Head([Date].[Year].parent.nextmember.children,5),Measures.[Sales])
    select 
    {Measures.[Sales]
    ,Measures.ThisMonthAnd5
    } on 0,
    non empty [Date].[Year].[CalendarDate]  
    on 1
    from MyCube
    Richard

  • Next month 7th day data

    01-jan-09 5
    02-jan-09 3
    03-jan-09 2
    01-feb-09 1
    02-feb-09 1
    03-feb-09 1
    04-feb-09 1
    05-feb-09 1
    06-feb-09 1
    07-feb-09 1
    select sum(featured_moveouts) OVER (PARTITION BY propertynumber ORDER BY relavantdate
    RANGE BETWEEN ADD_MONTHS (TRUNC ( relavantdate, 'MM'), 1)-relavantdate FOLLOWING
    AND ADD_MONTHS (TRUNC ( relavantdate, 'MM'), 1) + 6-relavantdate FOLLOWING) "FW1_NEXT_MONTH_OUTS"
    from fact_occupancy
    if i give the above query i will get the sum of next months first week data if i give any date in jan
    for example: if i give 09-jan-09 i will get the sum of next months first week data.. i,e 7
    ...i dont want that i need next months 7th(07-feb-09) day data if i give any date in jan
    Edited by: sai praneeth on Mar 14, 2009 12:56 AM

    I'm sorry but I don't understand... could you post the tables (CREATE TABLE statements) and some sample data (INSERT statements). And the expected outcome, the results.

  • How to get the last day of the next month?

    Hi all.
    I need to get the last day of the next month. E.g. if the date is 20.03.2008 I need to get 30.04.2008.
    Is there any FM for it?
    TIA, Nikolai.

    hi Nikolai,
    pls. have a look athe following piece of code:
    PARAMETERS : p_date TYPE sy-datum.
    DATA : gv_res TYPE sy-datum.
    CALL FUNCTION 'CALCULATE_DATE'
    EXPORTING
    *   DAYS              = '0'
       months            = '2'
       start_date        = p_date
    IMPORTING
       result_date       = gv_res.
    ==> Now you have (gv_res) 2 months later as today
    gv_res+6(2) = '01'. ==> gv_res is first day of next-next month
    gv_res = gv_res - 1. ==> gv_res is last day of next month
    hope this helps
    ec

  • Scheduling agreement delivery schedule not continue for a next month.

    Hi.!
    What are the setting I have to maintain so that delivery schedules are transmitted OR used for particular month not beyond that.(means not required to continue for next month.)
    Thanks and regards,
    Prashant

    Hi,
    You can limit the validity to date (e.g. 31.12.2008) you want in "Source list" via t-code ME01, then after 01.01.2009 system will generate the planned orders instead of the schedule lines in SA.
    Regards
    Tao

  • I can't be the only person who has this problem - when a month ends on a Saturday I can't drag events into the next month and instead have to cut and paste - a real pain in the butt. I thought there was something called "scroll" but I can't find that

    I can't be the only person who has this problem with iCal- when a month ends on a Saturday I can't drag events into the next month and instead have to cut and paste - a real pain in the butt. I thought there was something called "scroll" but I can't find that.

    Yeah that works, but, it involves a click on the event, a click on edit, a click on the date, keystrokes, plus, since you can't see the next month you have to have a calendar in front of you so as to put it to the right date. It's easier just to cut it and advance the month and paste it, once you are in the right month you can move it around helter skelter willy nilly no problems. Although now that you mention it I will try it, maybe it is easier than cut and paste as I don't really care about the date, as long as it gets moved into the right month I can drag it around all I want.

  • In Day view, how to jump to next month

    I've just updated to 10.7 and while there are so many things that annoy me about this iCal update, I'm going to try and focus on some very straightforward user interface options that were both solid and useful in 10.6 (and practically every other calendar software ever built) but have disappeared with the "Here's what we think you'd like in a Western Wear store if you were made to go into a western wear store and buy the fringey glitter eel skin boots you don't really want" update.
    In 10.6 in the day view, we could show multiple future months at a time by toggling an option in the lower left. Wow, pretty revolutionary. It's kind of like those paper calendars I've seen in Mad Men episodes from the 1950s that have an easy way to see many (or all) months at a time. Wow they had it good back then. In the 10.6 iCal software, it provides an easy way to jump to a future date to check on it (AND REMAIN IN DAY VIEW), which I'd say is a pretty essential part of a calendaring software program. One click, you're months in advance. One more click, you're back on today.
    In 10.7, we get the handy current month at top left with a big number (and an abbreviated day, ***?), but from what I can tell, absolutely no easy way to get to a day view in a future month. For example, it's Nov 22nd. If I want to check on Dec. 1, what does one have to do? Let's review the "updated" options-
    1. Click the day advance button 9 times
    2. Switch to month view, advance to the next month, then double click on the Dec. 1
    3. Use the event list tiny scroll bar to hunt the date down like the event carnivore that I am (Why am I forced to look at this event LIST anyhow, I just want a calendar - it's called iCal, not iList)
    4. View menu, go to date, and manually TYPE in a date? Not even a graphic month view here, like you'd find in, say, ANY system that lets you pick a date?
    But, maybe I'm missing something (other than 10.6)
    Please, someone out there tell me this is not an OMEN of untested, experimental, and ugly updates to come from Team Cupertino.
    Gonna go look at my eelskin boots now. Later y'all.
    Looking forward to your thoughts.

    Hi,
    any settings that are not possible in the XML, need to be set in the controller instead.
    Using the string value of an enum is fine, though.
    Regards
    Andreas

  • No more "current and next month" list on left of iCal

    Since the upgrade to Lion, the current and next month list on the left is gone. When I want to reschedule an event, I used to look on the left to see the dates in the next month, or current month if in week view etc .... now it's not there. If I want to change a date, I have to look at another calendar on my wall to reschedule. Can this list be put back on the left?

    Mark,
    You may want to experiment using the "Year" view. There is a keyboard shortcut (⌘4) for accessing that view.
    Can this list be put back on the left?
    Let Apple know about your suggestion using Apple - iCal - Feedback.

  • How do I access the next month shortcut key in Ical?, How do I access the next month shortcut key in Ical?

    I'm using mac lion, and somehow have it configured so that when I press Command+next arrow, the system navigates to the next desktop. I'd like to be able to access Next month from within ical. Is there a way to change the default keys in ical, to change the default next month key stroke? Or is there a way to change the preference for desktop switching from within system preferences? Thanks.

    David,
    Try changing System Preferences...>Keyboard>Keyboard Shortcuts>Mission Control...settings to use the "Option" key for switching "Spaces" (desktops).

  • ICal moving an event to a new date, next week or next months,

    how do i drag my event from todays days to next months, i can not seem to drag an event from a date to another date unless its in the same week if in week view, or same month if in the mionth view, Their must be a simple drag function
    Message was edited by: CaptainStarwars

    CaptainStarwars,
    Dragging is not possible under the circumstances that you describe.
    You click on the event and use (⌘C) and then (⌘V). if you want to remove the event from the first occurrence use (⌘X), and (⌘V).
    ;~)

  • Month View - always show next week, even if in next month

    Is there a way to always show the next week in Month view?
    i.e. I'd always like to see Next week, even if it's in the next month.
    e.g. June ends Saturday 30th, but I cannot see Next Week unless I skip to next month.

    This drives me nuts, too. Hopefully someone has a solution!

  • I'm trying to migrate from mobileMe to iCloud but I have Snow Leopard (the latest version). It looks like Lion is no longer available because Mountain Lion comes out next month (July). The problem is mobileMe ends on June 30th. How can I migrate?

    I'm trying to migrate from mobileMe to iCloud but I have Snow Leopard (the latest version). It looks like Lion is no longer available because Mountain Lion comes out next month (July). The problem is mobileMe ends on June 30th. How can I migrate?
    My iphone and my ipad are compatible but when I try to go to icloud on my phone it says to do it on my computer.
    I would like to have my calendar, contacts, etc.. all sync like they do now. Is there a way to upgrade before June 30th? If not, will the gap be an issue or will I just be able to buy mountain lion and sync everything?
    Any suggestions?
    Thank you!

    You can buy Lion in the App Store now, but move to iCloud now. If you wait to Mountain Lion, you will only have Mail in Snow Leopard, so you will lose syncing unless you use Lion or Mountain Lion. It's up to you

  • Have a discontinued calling plan. Will I be forced into new plan when my contract is up next month?

    I looked around for the answer, but couldn't find it.
    I have an old plan, "family national freedom 900", with two lines on it.  The total is 59.99 + 9.99 (talk only, no texting). My contract ends 9/29.  We have two samsung hues.
    When my contract ends next month, will I be forced to change to one of the new, more expensive family plans?
    Both phones are eligibe for Ne2.  I'd like to get a droid2, and I understand that I'd have to do the data plan for 29.99, and I'd be happy keeing the hue for the other phone (or we could upgrade it to another feature phone that does not require a data plan), but I'd really like to be able to keep my current calling plan.  Any idea if this will work?  Should I just hold off on upgrading until I know what is going to happen with my plan?

    You may want to ask this on the Alltel board  - Former Alltel Customer Assistance - (if you haven't already) where those more familiar with Alltel, the changeover, and all the nuances and ramifications can give you a better answer.  It may be possible to do what you want and still keep your Alltel plan, but my guess is you would be switched to a Verizon plan.
    The closest would be the Talk plan for 69.99 for 700 minutes (same price, but fewer minutes) and then add the data plan for the Droid 2.  If you do not upgrade, you will be able to keep your plan indefinitely.  When you do upgrade, most likely you will need to change your plan to a Verizon one...there are some people that have kept their Alltel calling plans with smartphones though, so it IS possible. I'm not sure of the details of the plans and phones involved though....

Maybe you are looking for

  • Changes via SM30 of ztable is not reflected after saving...

    Hello experts, I am trying to modify a z table because the users told me that when they try to modify it using its maintenance view their changes is not being saved. Now, I checked the table and it has 3 fields(excluding MANDT) and I found out all of

  • Can you automatically print email attachments in Outlook 2013 with a standard "out of the box" rule

    I know there is a standard "print it" rule in Outlook 2010 that prints the email not the attachment. I heard that there is a standard rule in Outlook 2013 that prints attachments. Is this true? I have Outlook 2010 currently and am having trouble with

  • Multi-language subtitled DVD

    Hi I am building a multi-language DVD which contains numerous dramas all subtitled into 8 different languages. The dvd has a language selection page linking to scripts for each language and then the first of two scene selection menus. This link gives

  • Sloader errors

    Hi there, We are getting these errors in the sloader-.logbut not sure what needs to be fixed. I have set the NetExlorer Console Utiltility to not use File-based Discovery within the IP Dicsovery > IP Host Discovery. ==== [9/22/08 15:10:26.338] Bridge

  • Report Compilation through batch mode

    Hi There, Could you please guide me how to do the 9i Report Compilation in batch mode. I need to compile 40-50 reports at one time on each server. We are using IBM-AIX, Win NT, and Solaris OS Thanks