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.
I am trying to create a Net Debt / EBITDA formula at the bottom of one of our P&L income statements where, i have tried the MOVINGSUM function. However this does not work for summary line items which EBITDA is. What i would like is to be able to sum the previous 12 months EBITDA (Including the current period) numbers in a…
I have this template to import back to my module By right it should match the module because the time format is the same as the module the only difference is that in the excel file there is a seperator. M-Y. Thus logically to me it should be But when i run the action using M-Y and match names both result in an import error…
Hi everyone, I was trying to Retrieve a Line Item (Boolean) using TIMESUM as formula to another module by using ANY. This Boolean LI has A,B,C as dimensions. My target module has only A as dimension. In order to use a reference module for mapping, does this reference module had to have A,B and C as dimension or just A…