How can we apply Time filters to graphs?
Hi @AnushaAttuluri
Please refer to https://community.anaplan.com/t5/Anaplan-Platform-Discussions/Time-line-chart-not-synching-with-View/m-p/37140#M839
Thanks,
LipChean
@AnushaAttuluri
Step 1 - Apply a filter (preferably boolean) to a module and save this view. This Filter should include all the time periods before you publish the graph on to the dashboard (Keep it TRUE for all time periods).
Step 2 - Create a chart based on the saved view that you create in Step 1
Step 3 - Publish the chart on to the dashboard
Step 4 - Write the logic for your filter that you had used in creating saved view of Step 1
However one thing to note - you can not exceed more than 200 items across any axis. For example if you want to see weekly graph for next 4 years or daily graph for one year - that might not work in such cases.
Hope this helps
Misbah
@Star
Not necessarily all the time you will have logic but it is recommended that the filter be boolean and your boolean will be populated based on the logic that you provide in the filter line item. For example Currentperiodend() = End() can be the logic.
Also I want to highlight that in classic dashboard we have the limitation of 200 item per axis in graphs whereas in NUX you don't have such limitation.
Hi @AnushaAttuluri,
Please take a look at Chart with Dynamic Time Filter which has detailed instructions on how to apply dynamic time filter to charts.
Having dynamic time filter on charts is helpful as it reduces dashboard maintenance and rework due to model timescale changes.
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…