Hi -I'm missing something really simple. How do I only show next 2 years?
Hi @lcapon ,
1. Check your time settings. Should be something like in the screenshot below.
2. The module is dimensioned by Weeks and in order to create a line chart you need data at month/period.
So you need to create a filter to filter the module by months using a SYS00 Time Settings by Month.
Save the view once filter is applied on filter.
Use this saved view for Linechart.
~ABhi
Thank you - i'm find with the view by months bit - but I dont understand how to only show 2 years?
@lcapon
Do you want to see only 2020-2021 in the module and the respective months.?
If yes , then you need to change the No. of Past years in time settings to 0.
Pls. check your time settings with the screenshot above and change it as depicted.
Else you need to create a filter as you have created for months.
If you just need to show Years as a view and not weeks, change the blueprint to show just years. (the number of future years you want to see, can be adjusted in the Time settings)
You need to create a filter on time which will allow you to define which time periods are shown.
Create a time settings module containing no dimensions. Call this 'Current Time'.
Add a line item called, 'Current Year', and dimension this by time period Year.
Use the following formula =PERIOD(CURRENTPERIODEND())
Add a line item called, 'Next Year', and dimension this by time period Year.
Use the following formula =PERIOD(CURRENTPERIODEND()) + 1
Create another time settings module and add time as the only dimension. This is the 'Week Time', settings module.
Add a line item and format this as boolean. Call this chart time filter.
Use the following formula =INPERIOD(START(),Current Time.Current Year) OR INPERIOD(END(),Current Time.Next Year)
Use this to filter the module used to create your chart.
Hello team, I am logging into Anaplan through SSO. I would like to create a batch script to import a file into Anaplan. For the Spoke model, I would like to run an process via a batch script to import data from the Data Hub. Can anyone provide me script for both the condition.
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…