Hello,
Is there a way I can automatically change the shown period in my module when I change the time selected?
See screenshot attached. I need to show the period in each line item.
Thanks,
Tom
Ok.
Then I would create a line item subset (LIS) and use this in your filter as an additional dimension.
Use a IF THEN function to determine which formula is allocated to each line item.
= IF ITEM(LIS) = LYTD ACTUAL THEN ITEM(TIME) = PERIOD(CURRENTPERIODEND()) - 12 ELSE ITEM(TIME) = PERIOD(CURRENTPERIODEND())
You will only need one line item using the above
@tompatrick.ting
You can use a time system module to create a filter.
I will assume that the time period is the current period as set in the model time settings.
Therefore, create a module dimensioned only by time period month.
Create a line item called 'Current Period' and format this as a boolean.
Use the following formula = ITEM(TIME) = PERIOD(CURRENTPERIODEND())
This will check the current period as per the model time settings.
You can now use this to filter your time dimension in the target module.
Edit - I notice that you also need last year.
Create a second line item called, 'Last year.'
Use the following formula = ITEM(TIME) = PERIOD(CURRENTPERIODEND()) - 12
Create a third line item called, 'Final Filter.'
Use the following formula = Current Period OR Last Year
Use this, 'Final Filter,' in your target module.
PS. I would swap your line items and time in the pivot so that time sits above. It will present better in the resulting table.
Hi @ChrisAHeathcote , i have done that but i still need to manually hide the other period in the module.
See below screenshots.
Thanks for helping.
Hi @ChrisAHeathcote , thanks that solution works.
In addition, is there a function I can use in the Time system module that will auto-update based on the time selector in the dashboard?
Regards,
To synch the filter to the time selection you need to base the function on that line item.
From the screen shot I assume you have published a line item format to time period month.
Instead of referencing PERIOD(CURRENTPERIODEND()) just reference that line item.
When you select from the drop down the filter should automatically update.
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…