Hi,
Is there a way I can show in my line item formatted as Time range to show both quarter and year ?
The reason is to have a full year view of my data.
Regards,
Tom
Hi @tompatrick.ting,
Anaplan allows you to add time period totals from the Time Settings. On the Model Calendar page you have INCLUDE option to add certain time total buckets. But please be cognizant of the fact that it will impact every module in your Model where Time dimension is included.
Another way of doing will be to have a Quarter Total List like a fake time. This can be done if only few modules require the quarter total view. Please pick the best way forward as per your case.
Hope this helps.
Thanks,
Jensit
It is not possible to select Year and Quarters together using native Anaplan time dimension.
To achieve this create a list and format the line item with the list.
But what are you trying to achieve?
Hi @ChrisAHeathcote @JensitSebastian
Creating a List for time might be difficult as I will need to update all our reports to use the list time.
I need the Year in my selection because on our variance report, we are comparing the data by quarter or by year.
Ok, so you need to create a filter selector that will then inform a filter criteria.
Create a list containing all the viewing options; Quarters and Full Year.
Create a user selection module; dimension this by user and add one line item. Call this summary selection.
Create a system module to use as a filter; dimension this by native Anaplan time (Months) and User. Add three line items; Quarters filter, Full Year filter and Final Filter. Set format to boolean.
Quarters Filter line item change the time dimension to months = IF UserSelectionModule.SummarySelection = NewList.Quarters THEN TRUE ELSE FALSE
Full Year Filter change the time dimension to years = IF UserSelectionModule.SummarySelection = NewList.Full Year THEN TRUE ELSE FALSE
Final Filter retain months = Quarters Filter OR Full Year Filter
Alternatively, set these up in dedicated Time.Quarters and Time.Years system modules.
Use the Final Filter line item to filter your view. If the view needs to be restricted to a specific year then add this as an additional filter criteria.
By using Users list each user will be able to make an independent selection.
Hi @ChrisAHeathcote
I would shorten the formulas you've suggested to UserSelectionModule.SummarySelection = NewList.Quarters and UserSelectionModule.SummarySelection = NewList.Full Year without necessity to use IF THEN ELSE conditions. I think it is excessive here.
Do you have any concerns?
Kirill
Hi Community, I’m encountering an issue where an export created in Anaplan is missing column headers when retrieved via the API. However, when I manually run the same export from the Actions tab, the downloaded file includes the headers. Has anyone experienced this behavior before? I’d appreciate any insights into the root…
We are looking for Anaplan end-users to provide feedback on their experiences with the Excel add-in. Interested individuals will respond to this 5-minute survey to help us understand personal needs and behavior when using the add-in. The feedback provided by survey takers is essential to the roadmap of Anaplan's products.…
Anaplan Champions! The Community team just posted this announcement that certification badges may not be showing up on your profile probably until next year. Rest assured, you will get credit once you complete and pass the exams. https://community.anaplan.com/t5/Blog/Badges-Back-Soon/ba-p/123385