Hi,
How do I show the rolling 4 quarterly periods on the table?
For example, it's currently showing Q1FY22,Q2FY22,Q3FY22,Q4FY22. Let say Q1 has ended, I would then like show the next 4 quarters, namely Q2FY22,Q3FY22,Q4FY22, Q1FY23
Hi, @DarrenS!
You need to set up a custom filter.1. You need Line Item in which you indicate the current quarter (or you can formally refer to the current period from the model calendar).2. In the system time module, count the filter on the quarters. The formula will be something like this:
ITEM(Time) > LI Current quarter AND ITEM(Time)<= LI Current quarter + LI Number of quarters to show
LI Number of quarters to show it is input LI for definitions "How many quarters what you would like to see?". And you can make this LI/Filter by users for best UX/UI.
Would you be able to show me visually? I do not quite know how to get around in doing it.
Thanks.
Here's a quick example of what this might look like. For greater flexibility, these settings are usually made in the context of versions. Also, the reporting quarter may be defined slightly differently if you use the built-in versions.
@DarrenS
You can achieve this in two ways:
Rob
Hello Community members, Requirement Details: I have 5 levels of composite hierarchy list (A1, A2, A3, A4, A5). I have published a module in UX, Now the requirement is If user select a list member from A4 level in the context selector or Custom Filter I have to display all the list members under that A4 level. How can I…
is there a way to import data with months in columns (usual excel table view)? I have to transform the data so there are rows to cover each period in the upload data form, but I am wondering if there is a better way to just import the data as is with the months in the columns. please let me know what you think. thank you,
Hello, I am receiving an 'Anaplan Upload Failed' Status Description when testing my integration with a Big Query dataset. The integration imports data from BQ to our Anaplan model. No other details given in the error log. I suspect that Cloudworks is not even picking up the file but am not sure what we did wrong on the set…