Dynamic Time Dimension

Hi,
I've a problem during the set up of the Time Dimension of my Planning Application.
The structure of this dimension is the following:
Year
Months (grouped in 4 different quartes)
Days (grouped in different weeks per month).
My purpose is in having a dynamic dimension time which cross year dimension and update
days and weeks in relation to the year.
Can anyone help me?

It's been quite awhile since i personally created a planning app. but from what I remember, I believe there were essentially 3 options.
I believe there was a 52 week option, and a monthly app, and also a custom. (I dont remember there being a 'day' selection, someone please correct me if i am wrong).
Create an app with a custom # of periods, and enter 366 (includes leap years)
Your periods are going to be numbered P01-P365. So you will have to rename these.
Go ahead and then add the structure you want (in weeks, months and quarters), by adding members via planning web, You wont be able to move the level 0 members, so you have to create the upper level members and group them manually by specifying what time periods encompass each week/month/quarter.
Its a lot of manual work up front. I could be mistaken in the options which create days/weeks/months/quarters rollup, because its been awhile but even if that doesn;t exist just create a custom time dimension and put the structure around the level 0 members which it creates for you.
keep in mind that with a time dimension 366/367 members large, your block size is going to be massive, and will slow down performance.

Similar Messages

  • How to build dynamic time series for the time dimension

    I am planning to build dynamic time series using rule file instead of manually.Please let me know if there is any property need to assign to enable DTS property for TIME dimension.
    Edited by: 844104 on Mar 14, 2011 3:37 AM

    In the load rule in the dimension build settings you would need to go to the tab dimension definition, choose the time dimension and right click on it. Select Edit properties. If you have not done so, set the dimension to be the time dimension. Then go to the generations/levels tab and set the generation names you need. For example if you want YTD, you would set the generation name to Year, if you want QTD set it to Quarter. You would set the number to the generation number that coorisponds to the generation. The DBAG has the list of names for all of the DTS members.

  • Dynamic members in time dimension

    <p>Hi All,</p><p> </p><p>In my outline, time dimension is sparse. and i kept certainhigher level members as dynamic calc. But, when I checked thedatabase information, it shows that all members in time dimensionas stored, even though some of them are dynamic calc. Any Idea?</p><p> </p><p>Thanks in advance,</p>

    <p>OK...I poked around and found this in our Support database:</p><p><i>In the database statistics, a sparse dynamic calcmember will be counted as a stored member, whilst a dense dynamiccalc member will not be counted as stored. This is normalbehavior.</i></p><p><i>Although Dynamic Calc members are calculated on dataretrieval, they are considered stored members because new blocksare created upon their retrieval.</i></p><p><i>An implicit or explicit shared member would not qualify as astored member because they share data and calculated values fromthe original member.</i></p><p>This is a publicly accessible database for our customers onsupport, so you can contact them for access if desired.</p>

  • Time Dimension in Dynamic Reporting

    When creating a report that compares a current period (for example 2015.FEB) to the same period in the prior year (2014.FEB), what is the best logic to use in a report?  Do I use a local member formula to perform this?  I am willing to build in a property within the Time Dimension table if necessary.
    I will probably have the same need to compare current period (2015.FEB) to prior period (2015.JAN) in the same report.
    The average user isn't very knowledgeable working with reports besides picking from the context drop down so it needs to be where they pick the current month (2015.FEB) and the report does the rest.
    ***It should also be noted that we recently switched from a calendar year to fiscal year so it will not work to reference for example Period 2 in each year since 2014.FEB is period 2 and 2015.FEB is period 11 in each year respectively.
    Thanks for the help.
    Steve

    Shrikant,
    See attached 4 screenshots of all of the properties that I have in the time dimension.
    We only have one hierarchy for time.  As you can see its a little complex going from a calendar year reporting structure to a fiscal reporting structure. 2014 was a "short" year because of the change.
    Thanks in advance,
    Steve

  • How to set Dynamic Time Series in Planning application

    Dear All,
    I am having an issue by setting up dynamic time series (Y-T-D). I have set up at generation level 4. In our application the hierarchy of dimension Period is as follows.
    Yeartotal -> HY1 -> Q1 -> Jan, Feb, Mar
    Consider the following example
    Jan -> 100
    Feb -> 200
    Mar -> 300
    If I want to retrieve "Y-T-D Feb" the result should show me the sum of Jan & Feb in this case it should be 300. What is the syntax of retrieving YTD in smartview.
    In our application "Year" dimension name is "Year". How can I rename this dimension name if this is the requirement.
    Thanks in advance.
    Regards,
    Sami

    The format in Smart View would be Y-T-D(feb) more info at http://docs.oracle.com/cd/E17236_01/epm.1112/sv_user_11121102/ch17s02s02.html
    you will need to rename Year to something like Years, it depends if it is a classic or EPMA to how you rename it.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • How to use dynamic time series in formula

    I have Time dimension with active Dynamic Time Series for Y-T-D.
    I'd like to use it in member formula - e.g. IF (@ISMBR("Y-T-D(Aug)")) - but this doesn't work as I get error message Unknown variable or member name.
    Any idea how to work with dynamic time series members in formula?
    Still using Essbase 6.5 X-(.

    As Glenn mentioned, I also don't believe you can reference a DTS member in a formula, you would have to calc the YTD. Take a look at the @PTD function to calc Period to date numbers, I believe this function was available in v6.
    Having said that, we're assuming you want to calc a ptd number, but your example was based on an IF @ISMBR(). So the question becomes what are you trying to do? Given what I assume your time dim looks like, what would be the difference between @ISMBR("Y-T-D(Aug)") and @ISMBR("Aug")

  • How to know on which time dimension level we are ?

    Hello,
    I would like to know is there a variable or a mean to know dynamically on which time dimension level we are in order to use that in a CASE WHEN clause ?
    By using a sort of aggregation tables in which one of the column contains the name of the level, I could know on which level I am but I can't use that for drill down. What I mean :
    Tab1 :
    'Year' as typelevel, year
    Tab2 :
    'Month' as typelevel, year, month
    In BMM, I have made one logical table with as Source tab1 and tab2 and as columns typelevel, year and month.
    tab1 has in content column the year level
    tab2 has in content column the month level.
    So when in Answers I retrieve
    typelevel, year
    the result is : 'Year', 2008
    and when I request : typelevel, year, month
    the result is : 'Month', 2008, 1
    But if I want to drill from year to month in order to have :
    'Year', 2008
    and then after drill
    'Month', 2008, 1
    it is impossible as a filter on typelevel='Year' is added on the month level, so it retrieves 0 columns.
    If someone has an idea on how to do that it would be very great.
    Thanks in advance for your help.

    Hi Supriya,
    OOTB I think you can use SharePoint designer, but I would suggest  custom code to iterate to all pages, and get the lists that are associated with these pages.
    http://stackoverflow.com/questions/633633/sharepoint-how-can-i-find-all-the-pages-that-host-a-particular-web-part
    another one would be if those lists were never used and you can check for list with empty data.
    I would use Get-SPLists to get all of the lists to check for zero items.
    http://blogs.technet.com/b/heyscriptingguy/archive/2010/09/15/use-windows-powershell-to-manage-lists-in-sharepoint-2010.aspx
     http://sharepointrelated.com/2011/11/28/get-all-sharepoint-lists-by-using-powershell/
    Hope this helps!
    Ram - SharePoint Architect
    Blog - SharePointDeveloper.in
    Please vote or mark your question answered, if my reply helps you

  • How to use Dynamic Time Series YTD on a calc script / member formula?

    Hi,
    I activated Dynamic Time Series on Essbase and would like to use the YTD function of a measure for a certain month.
    I tried to use
    MeasureName->YTD(Dec)
    MeasureName->Y-T-D(Dec)
    But couldn't use it to syntax problems. How can I call this function instead of using @Accum or @SumRange?
    Thank you
    Edited by: Icebergue on 10/Ago/2011 11:07

    I could be wrong, but I don't think you can use DTS members in calc scripts or member formulas. As you probably know, they can be used in Financial Reports, SmartView and Excel Add-in.
    You can create an alternate hierarchy in your Time dimension though:
    Jan (YTD): Jan ->Jan is being a shared member
    Feb (YTD): Feb+Jan (YTD) ->Both Feb and Jan (YTD) are being a shared members
    Dec (YTD): Dec+Nov (YTD) ->Both Dec and Nov (YTD) are being a shared members
    Cheers,
    Mehmet

  • Using PeriodToDate MDX function in an ASO cube (Dynamic Time Series)

    Hyperion Essbase 7.1.2
    Since ASO doesn't support Dynamic Time Series (DTS), I am trying to use the "PeriodToDate" MDX function to get MTD and YTD totals. Below is my Time dimension:
    Time (Time - Stored)
    ...I---> 2007
    ......l---> Q1-2007
    .........l---> Jan-2007
    ............l---> 2007-01-01
    ............l---> 2007-01-02
    ............l---> 2007-01-03
    .........l---> Feb-2007
    .........l---> Mar-2007
    ......l---> Q2-2007
    ......l---> Q3-2007
    ......l---> Q4-2007
    Syntax:
    PeriodsToDate ( [layer [, member ]] )
    I tried many different ways to get the right syntax but it didn't work when I set the formula on member "2007" for YTD totals or on months to get MTD. Any help would be appreciated.
    Message was edited by:
    user597443

    ASO does not have Dynamic Time Series at all (unless something just recently changed)
    Period to date functionality has to be managed via MDX formulas and/or alternate roll ups in your time dimension.
    Time Balancing does have to be a stored hierarchy, which is what you generally want anyway. The issue you have with Time balancing is that some times if you have an alternate roll up in your time dimension, it can cause problems with Time balancing.
    If you want to use Time balancing, I would sugest a single stored time heriarchy and use an anakytic view dimension for the period to date functionality.
    You can see a post I have on my blog that talks about this: garycris.blogspot.com
    One other thing to mention. If you wan to use built in time balance functionality, you must tag a dimension as Account Type and it will have to be a dynamic dimension.

  • Dynamic Time Series

    Is it possible to drive your Dynamic Time Series from LEVEL 1 of the Time dimension? I ask because ALL our data is supplied at level 1 (Month) EXCEPT our Adjustments, which are at level 0. Any Dynamic Time Series retrieves (such as Y-T-D) are coming back with #Missing. Time is a dense dimension so there is no sharing blocks of non-Adjustment data. So, any ideas would be appreciated. We are using Essbase 6.5p1Thanks

    Not that I'm aware of.Is it possible to load your adjustments into a different database and just transfer the higher level values in this one (using partitioning maybe) so that you can use DTS?

  • Essbase/OLAP Time Dimension in OBIEE

    I am on OBIEE 11g release. After exported the below essbase time dimension with dynamic time series thru the Administration tool
    Time
    |_ Spring
    |_ Q1
         |_Feb
              |_FebW1
         |_FebW1D1
              |_ .....
              |_FebW1D7
    |_FebW2
         |_Mar
         |_...
         |_ Q2
         |_....
    |_Fall
    Of course OBIEE converted, OB converted the time into
    Time
    Year
    Season
    Quarter
    Month
    Week
    Gen6
    Drag the Time hierarchy from physical layer to Logical layer and to presentation layer.
    However, when try to see the time hierarchy in Answer by drill down on the hierarchy from Year, it only shows spring but not fall, and drill from spring
    I can only see Q1 etc .....
    Is there a setup I need to done ?
    Thanks

    Answer not display hierarch when there is no data assoicated.

  • Dynamic Time Series in Essbase =/= Workspace

    Hi all, I have a question regarding DTS.
    I was trying to make changes to Dynamic Time Series to Period dimension in Workspace. I enabled DTS, assigned a generation #, and gave default an alias. After making the changes, I deployed as usual from Application Manager. 100% completed, no errors, all clear in the log.
    When I try to retrieve, the change did not take effect. I also checked in EAS, the change wasn't taken place.
    I suspected that DTS wasn't installed properly between Workspace and EAS. So to prove that, I went directly into EAS and made the change to DTS. Guess what? It worked!
    So in conclusion, does that mean DTS wasn't installed properly? Was my suspicion correct?

    I'm assuming that it is an EPMA application.
    I've seen DTS not working (was that you?) for an EPMA application earlier.
    Regards
    Celvin
    http://www.orahyplabs.com

  • Dynamic Time Series in Essbase

    Hello All,
    I am new to Hyperion planning and Essbase development. I would like to implement Dynamic Time Series in Essbase. I could not find any materials where I can understand the concepts of DTS.
    So I know I have an Essbase application created in EAS console with Period and Year dimension. How can I implement the DTS for PTD, QTD and YTD?
    It would be really helpful If someone could help in understanding and implementing the DTS.
    Thanks in Advance
    rdineshkumar

    http://docs.oracle.com/cd/E26232_01/doc.11122/esb_dbag/frameset.htm?dcatimse.html

  • How to enable Dynamic Time Series?

    Hi expert,
    I tried to enabled Dynamic Time Series for an application, by go to Dimension Library, right click, select "Dynamic Time Series", then selected both YTD and QTD for generation 2 and 3 respectively, then refresh database.
    But found seems the DTS is not enabled, tried to use in in Smartview, but cannot retrieve anything. Is there any further steps I need to take to enable DTS? Please help!
    My HP application is on 11.1.2.1 and we use EPMA. Thanks!

    You should really only have to do what is documented at - http://docs.oracle.com/cd/E17236_01/epm.1112/epma_admin/epma_dts_members.html
    This may be useful as well in Oracle Support - "Clarification on the Generation Level when Setting up Dynamic Time Series (DTS: YTD, QTD,..) for Hyperion Planning [ID 1334732.1]"
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Set-up Dynamic time series

    Hi,
    I have just tried to activate dynamic time series members in the outline.
    In the outline I can now see "Active time series members: Y-T-D behind the dimension name "Periode".
    I was in the assumption that new Y-T-D members would be created. But this is not the case.
    I want to use the YTD functionality in financial reporting. But am unable to select DTS members.
    What is the proper way to set up DTS?

    Hi,
    Proper way of setting-up Dynamic time Series is: -
    1- Define one dimension as 'Time' in outline.
    2- Select any eight predefined Dynamic Time Series members like Q-T-D, Y-T-D and associated it with any generation. For example, if you want to calculate quarter-to-date values, you enable the Q-T-D member and associate it with the generation to which you want to apply the Dynamic Time Series member.
    3- Dynamic Time Series members are not displayed as members in the database outline. Instead, Essbase lists the currently active Dynamic Time Series members in a comment on the time dimension. For Ex. Y-T-D is showing after dimension 'Period' in yourcase.
    4- When you retrieve a Dynamic Time Series member, you need to tell Essbase the time period up to which you want to calculate the period-to-date value. This time period is known as the latest time period and must be a level 0 member on the time dimension. For. Ex - For example, Q-T-D(May) returns the quarter-to-date value by adding values for April and May.
    Hope it answers you.
    Atul K,

Maybe you are looking for

  • Color Buttons in Captivate 5

    Is there any way to change the color of a button in Captivate 5? I see the text options but nothing for the button itself; does this mean buttons will need to be imported or created outside of Captivate?

  • Unable to find Prefix Rule In CCMP portal

    Hi all, I am using Cisco CCMP portal version 10. I follow User Guide for Cisco Unified Contact Center Management Portal version 10 for add prefix rule to move remote resources to a specific folder based on a naming convention. But I can not find this

  • ORA-00957: duplicate column name for multi-form page

    I have read numerous threads on this but I think I am missing something. I have two forms on one page, each based on a separate table. They each have one column in common which is why I believe I am getting this error. However, I do not understand wh

  • Is normal in the mac book pro with the retina make fan noise al the time ?

    Is normal that the new macbook pro with retina make fan noise all the time?

  • SSAS : How to get the details of a mesure by script

    Hi, I have 5 cubes in my DB. I have regulare mesures (count, min, max, ...) on the fact (see the botton ones in the print screen below)... but also some other calculations (see the top 3 ones in the print screen below). When i use this MDX script....