QTD and YTD Frequencies

We will need to set up the QTD and YTD frequencies in the planning application. We have decided not to use DTS due to the reporting limitations.
Aside from the obvious of setting up a period dimension member for each month frequency (e.g., Feb QTD, Mar QTD, etc...) with a member formula, is there a better way to set this up? We have a report that would display the MTD, QTD, and YTD data in the columns. It would be ideal if the user would only have to change the month point of view and it would update all of the columns instead of having the user update all three. I would appreciate to hear how others have set this up. Thanks!

You can create a series of dynamic calc accounts in the period dimension. This is really not optimal because your are going to have a very large fully expanded block, but it may make the most sense due to your requirements
and have the member formulas look like this:
YTDFEB...Jan+Feb
YTDMAR...Jan+Feb+Mar
etc...
You can also create a dynamic calc version dimension... and use more conditional logic, and try something like this (probably best from a performance standpoint as increasing your fully expanded block is going to drag down the calcs etc...). obviously this may not fit your requirements, but try it out
IF(@ISMBR("Jan")
IF(@ISMBR("ACTUAL")
"Final"->"Jan";
ELSE
"Working"->"Jan";
ENDIF
ELSEIF(@ISMBR("Feb")
IF(@ISMBR("ACTUAL")
"Final"->"Jan"+"Final"->"Feb";
ELSE
"Working"->"Jan"+"Working"->"Feb";
ENDIF
ELSEIF(@ISMBR("Mar")
IF(@ISMBR("ACTUAL")
"Final"->"Jan"+"Final"->"Feb"+"Final"->"Mar";
ELSE
"Working"->"Jan"+"Working"->"Feb"+"Working"->"Mar";
ENDIF
ELSEIF .....

Similar Messages

  • Retriving QTD,MTD and YTD

    I'm trying to write an sql script that retrive MTD,
    QTD and YTD for all children account in
    GL_Balances........How is this calculation done and
    fields to look at???
    Colums for MTD, OTD, and YTD each showing
    Actual,Budget, Prior Year Restated, Variance to
    Budget(number and %).
    I appreciate the fact the you must have spent a great
    deal of time creating SQL Statement(stopping me from
    re-inventing the wheels).
    I would be extremely grateful if you could email me a
    copy/copies of all your SQL statment.
    Regards
    Larry
    [email protected]

    Hi,
    For YTD use the following Code. Where FMYEAR is Customer Exit variable on 0CALMONTH, so restrict 0CALMONTH with Ranges []FMYEAR+3, 0CMONTH.
    0CMONTH = SAP Exit Variable on 0CALMONTH, so for MTD you just restrict 0CALMONTH with 0CMONTH Variable.
    * First Month Of Current Fiscal year comment*
        WHEN 'FMYEAR'.
    It works based on SY-DATUM.
          CALL FUNCTION 'DATE_TO_PERIOD_CONVERT'
                 EXPORTING
                   i_date               = sy-datum
    *         I_MONMIT             = 00
                   i_periv              = 'V3'
                IMPORTING
                  e_buper              =  zbuper
                  e_gjahr              =  zbdatj.
          CLEAR: l_s_range.
          l_s_range-low+4(2) = '04'.
          l_s_range-low+0(4) = zbdatj.
          l_s_range-sign = 'I'.
          l_s_range-opt = 'EQ'.
          APPEND l_s_range TO e_t_range.
    Thanks
    Reddy

  • Ytd , qtd and mtd

    Hi All,
    I am facing the problem when creating the ytd,qtd and mtd . I have 3 levels in my period dim table like year , quarter and month. I have a doubt on which leve i have specify the Chronology key.
    In this dim table i have a composite primary key on two columns . Those are year and monthkey. How can i define to the lowest level .
    Pls advise me , I would be very thank ful to you.

    In my period dim they have taken year and monthkey is the primary key. That's why we call it as a composite primar key. right.
    But here i am confusing shall i take these two column in the lowest level of hierachy or not
    I am getting the quaters for all the years the same result.
    Pls advise me

  • PTD and YTD in GL

    Hi,
    I have to display accounting information on my report. I'm new to GL. Does anyone knows how to calculate PTD and YTD in GL. I need to know the technical details. I'm aware of the tables but don't know the formula to calulate PTD and YTD.
    Please help.
    Thanks and Regards,
    Ravindra

    Hi;
    Please review:
    YTD & PTD
    YTD & QTD Calculation through Calculation Script
    Regard
    Helios

  • Positive and Negative Frequency deviation Calculation

    Hi ,
        Iam using PXI 5600 with PXI 5620 for RF measurement.
        I need to measure Positive and Negative frequency Deviation. The NI example vi "MT RFSA Demodulate FM.vi" gives peak Frequency deviation . Can any one please help me to find positive Frequency Deviation and Negative frequency deviation from it
    Thanks,
    Niju.
    Solved!
    Go to Solution.

    Hi Niju,
    First things first - the 5600+5620 combined is what we refer to as a PXI-5660 RF Signal Analyzer.
    The PXI-5660 cannot be progammed via the NI-RFSA driver. The Modulation Toolkit FM example you reference is for the PXI-5661 and PXIe-5663 analyzers, both of which use the NI-RFSA driver.
    You should use MT ni5660 Demodulate FM.vi, located under ni5660 examples.
    Now on to your question...
    When you perform an FM demodulation, the resultant data out of the MT Demodulat FM subVI is frequency vs. time, with the frequency (Y axis) values being relative to the specified carrier frequency. So, the data is frequency deviation (Hz) vs. time. All you need to do to get positive and negative frequency deviation is to use a LabVIEW Array Max & Min primitive from the Array functions pallette. This will give you the min and max value of the FM data which will be the peak negative and peak positive frequency deviation.
    Regrds,
    Andy Hinde
    RF Systems Engineer
    National Instruments

  • Price conversion base on billing frequency and price frequency

    We have a business scenario - an unlimited subscription billed annually, price condition record set monthly, i.e. for subscription for product for one month cost £100, and bill annually.  We need to have automatic price conversion to achieve subscription price of : 12 x £100 = £1200.
    We set up a yearly billing frequency, and monthly price frequency, added this matching entry in IMG-> maintain billing procedures for subscriptions.   Our pricing structure (key combination) is: publication/edition/price frequency, £100 for price frequency "monthly".  Then we created a subscription with yearly billing frequency, and expect the price to be 12 X £100 = £1200.  However, we could not see this conversion work.  The order just simply retrieve £100 price based on the coniditon record with access to publication/edition/price frequency (value "monthly" is retrieved in access sequence to find condition record).
    Based on SAP help document, this functionality should be standard (attached), but it is not working.
    Pleaes advice how to make this happen?  Anything i set up in config or price condition record that is wrong? Many thanks.
    Hailan.
    SAP help doucmentation:
    The price frequency is used to record subscription prices in the master data for conditions. The price freqnecy for which a price is maintained can differ from the billing frequency of the subscription. An automatic conversion takes place during pricing.

    Hi,
    Maintain price frequency = 1 Month and billing frequency = 12 mnths.
    Then assign price freq. to billing freq.
    In ur case i think both price freq. and billing freq. are 1 Month.
    Regards,
    Rajesh

  • Original and current budget together with PTD,ITD,MTD and YTD labor...

    Hi experts:
    I need a Project Accounting Report that shows Original and Current budget together with PTD,ITD,MTD and YTD labor amount, labor cost, non-labor cost, and revenue on the same line for all the task_id for a project. I know these are coming from these ,PA_BUDGET_VERSIONS V, PA_RESOURCE_ASSIGNMENTS A,PA_BUDGET_LINES L, main tables. But I am unable to break down the amounts according to PA and GL periods. Can anyone help please?
    Thanks a million , in advance.

    Help you with what?
    No database version number.
    No application name or version number.
    No DDL.
    Do you, for some reason, think we have any idea what PTD and ITD are? If so why?
    Do you think we all have your version of a table named PA_RESOURCE_ASSIGNMENTS on our hard disks?
    Perhaps you have some version of e-Business Suite. Perhaps you have SAP. Perhaps you have something we've never even heard of.
    Your task is as follows:
    1. If this question relates to an Oracle product change the subject of the post to "Please Ignore" and post your question in the correct forum.
    or
    2. Provide us with sufficient information that we can duplicate those portions of your environment required to understand what you are asking.

  • MTD(Month To Date) and YTD(Year To Date) with one example

    can any ont Explain about MTD(Month To Date) and YTD(Year To Date) with one example plz

    Hi,
    Can you please elaborate.
    MTD is from the 1st of the current month till today's date.
    YTD is from 1st Jan till today's date.
    If you trying to build this is query. Create restricted key figure and put restriction on calday with a customer exit for the same.
    Thanks,
    S

  • What is the max. cable length that the Differential TTL signals can run in both at high and low frequencies?

    Hello,
                I want to now the max. cable length that the Differential TTL signals can run in both at high and low frequencies.

    That is very dependant on the type of cable, its construction, and inherent impedance and capacitance. This may be of use:
    http://beiied.com/PDFs2/SSI_14-15-bit-encoder_addendum.pdf
    -AK2DM
    ~~~~~~~~~~~~~~~~~~~~~~~~~~
    "It’s the questions that drive us.”
    ~~~~~~~~~~~~~~~~~~~~~~~~~~

  • I have an array here numbers are coming continuously, I have to make a table of number and repeition (frequency) of the number

    I have an array here numbers are coming continuously, I have to make a table of number and repeition (frequency) of the number

    So?  It is not clear what exactly you want to do.  Nor is it clear what problems you are having (other than asking us to do your work for you).  Why don't you try to solve this problem yourself, and if you get stuck, show us your code, tell us what questions you have, and someone will surely help you.
    BS

  • Job name and Job frequency

    Hi All,
    Can any one help me out in finding the Job name and Job frequency.
    I wanted to know the Job name and Job frequency for eash & every message type specified in particular Partner Type in we20.
    For example:
    Let suppose my partner profile name is some country name like 'INDIA'.Ok. For Partner Name 'INDIA" we have some message type, message variant as Outbound and Inbound Parameters.
    Now,there might be some Job running on background to process these message type.
    I want the exact name of the Job Name and Its frequency.
    Thanks

    Hey
    Please ask the function people what is the business logic they have configured.usually we activate change pointers for any IDOC and as soon as any changes are made for that IDOC,it is triggered.the functional person will tell you at what stage they are posting this IDOC.
    RBDMIDOC is the report which is used for creating IDOC's based upon the change pointers.but there are other ways too in which IDOC's can be triggered,so you would be better off asking the function person.
    Thanx
    Aamir

  • Is there a car charger and fm frequency transmitter for iPhone with IOS6?

    is there a car charger and fm frequency transmitter for iPhone with IOS6?

    Here is something interesting about car chargers and the iPhone 3G:
    From Macworld:
    On to the power adapters. Here’s the story: We learned a while back that iPhone 3G doesn’t support charging “via FireWire.” The thing is, there are lots of devices out there that don’t actually have a FireWire port, but are technically FireWire chargers because they’re sending power on the dock-connector pins that were used for power by the FireWire interface. There are a lot of reasons for this, chief among them the fact that the FireWire spec allows as much a 18 volts, while USB is a 5-volt connection. Since cars provide 12 volts of power, many if not most car-chargers used the FireWire method to send power.
    However, in the interests of space and simplicity (i.e., not having to engineer for two separate power paths), Apple has dropped support for FireWire charging with the iPhone 3G. This means that many accessories won’t charge an iPhone 3G. Borchers said that Apple gave accessory developers a strong hint that this was going to happen a while ago, but he said that some companies have continued to implement FireWire-based chargers despite the warning.
    But there’s some hope in sight: Borchers told me that at least a couple of third parties will be releasing converters that will pass through the dock connection, but convert the power to a USB standard. That adapter may make many of those charging devices come back to life

  • LOA Approval notification should show Leave Occurance and YTD totals

    LOA Approval notification should show Leave Occurance and YTD totals for manager and HR Specialist???
    Hi this is very Urgent
    Thanks

    Hi,
    Please post your question in [Human Resource Management (HRMS)|http://forums.oracle.com/forums/forum.jspa?forumID=113] forum, you would probably get a better/faster response.
    Regards,
    Hussein

  • How to get Last Year Sales and YTD Sales without using AGO and TODATE?

    Hi all,
    I have got Company and Time dimensions and Sales Fact. My requirement is to get Last Year sales for each company without using AGO function and YTD without using TODATE function. (Due to performance issue as AGO and TODATE do not insert a Cache entry).
    Can someone please help me to achieve my requirement? Thanks in advance.

    Hi Satya,
    Thanks again for your reply. To start with I don't have data for the years 2012 and 2011 to test as I am using SH sample schema from Oracle. I have applied your solution but it does not seem to be working for the previous years like 2000, 2001. My requirement is to have a dashboard prompt "YEAR" and let the user choose whatever year he wants.
    Please have a look at the column formulas of my analysis (As per your solution) :
    ***here B_YEAR is replaced by CALENDAR_YEAR.  
    Amount: "F1 Sales"."Amount"
    AmountYTD:  FILTER("F1 Sales"."Amount" USING "D1 Time"."CALENDAR_YEAR" =YEAR(CURRENT_DATE))
    Amount LY: FILTER("F1 Sales"."Amount" USING "D1 Time"."CALENDAR_YEAR" =YEAR(CURRENT_DATE)-1)and the physical query generated by BI Server: (as you can see I have got a filter CALENDAR_YEAR= 2000)
    WITH
    SAWITH0 AS (select sum(T1074.AMOUNT_SOLD) as c1,
         sum(case  when T1035.CALENDAR_YEAR = TO_NUMBER(TO_CHAR(TO_DATE('2012-05-03' , 'YYYY-MM-DD'), 'yyyy'), '9999') then T1074.AMOUNT_SOLD end ) as c2,
         sum(case  when TO_NUMBER(TO_CHAR(TO_DATE('2012-05-03' , 'YYYY-MM-DD'), 'yyyy'), '9999') - 1 = T1035.CALENDAR_YEAR then T1074.AMOUNT_SOLD end ) as c3,
         T1035.CALENDAR_MONTH_DESC as c4,
         T1035.CALENDAR_YEAR as c5,
         T1035.CALENDAR_MONTH_ID as c6
    from
         TIMES T1035 /* D1 Time */ ,
         SALES T1074 /* F1 Sales */
    where  ( T1035.CALENDAR_YEAR = 2000 and T1035.TIME_ID = T1074.TIME_ID )
    group by T1035.CALENDAR_MONTH_DESC, T1035.CALENDAR_MONTH_ID, T1035.CALENDAR_YEAR)
    select distinct 0 as c1,
         D1.c4 as c2,
         D1.c5 as c3,
         D1.c1 as c4,
         D1.c2 as c5,
         D1.c3 as c6,
         D1.c6 as c7
    from
         SAWITH0 D1
    order by c3, c2 Thanks in advance.

  • Finance Report PTD and YTD calculations

    Hello All,
    I have a Report using the SSAS as Data-source.
    It is a finance report and I need to calculate PTD and YTD amounts.
    PTD:
    sum the amount for all of the years till a selected Fiscal Period(Parameter)
    Example: If The Cube have data for 2012, 2013 ,2014 and I have selected NOV-14 as my Fiscal Period , It should sum up the data for all the years including 2014 till Nov-14.
    YTD: should calculate the data for a Year till selected report period. Fiscal Period is not date data type.
    Please suggest.
    Best Regards,
    Pragati

    Hi Pragati,
    According to your description, you created a SQL Server Reporting Services report using SQL Server Analysis Services cube as data source, now what you want is calculate PTD and YTD amounts, right?
    In SSAS, we can use Ytd function to your requirement. It returns a set of sibling members from the same level as a given member, starting with the first sibling and ending with the given member, as constrained by the Year level in the Time dimension. Here is
    the sample query.
    WITH MEMBER [Date].[Calendar].[First8MonthsCY2003] AS
    Aggregate(
    YTD([Date].[Calendar].[Month].[August 2003])
    SELECT
    [Date].[Calendar].[First8MonthsCY2003] ON COLUMNS,
    [Product].[Category].Children ON ROWS
    FROM
    [Adventure Works]
    WHERE
    [Measures].[Order Quantity]
    Regards,
    Charlie Liao
    TechNet Community Support

Maybe you are looking for

  • Standard report to check MRP status

    Hi, Is there any standard reports to check the materials based on the MRP status? (Eg: Materials that are under A(Free and avilable) etc etc) Im using SAP 6.0 Thanks in advance.

  • Can't drag videos into itunes

    i have movies in mp4 format which is compatible with my ipod but i can't seem to be able to drag those files into my itunes. how can i upload my videos onto my ipod if i can't get them into my itunes?? ): can somebody help me pls?

  • How to post the discount charges (valuebased,qtybased) to seperate g/l acco

    Dear all,                    How to map this scenario  Discount charges (value based, volume based)  given by suppliers should not be inventorized but to be moved to a separate GL a/c. Please help on this scenario. Regards bhaskar

  • Unable to launch organizer in photoshop elements 11

    hi does anyone know how to repair organizer in 11? unable to launch from shortcut or from within editor

  • Macro-Caculation values lowest level

    Hello, I have e question. I want calculate values of different key figures. Is it possible that I calculate the values on the lowest lovel of each key figure. Is there any function in apo dp? Kind Regards