Hello,
I have a user filter selection. It only shows data after filtering. How to see all the data even without filter?
Thanks.
@s.hasrio
Well, it depends on how you did the filter, but if you are using a SYS module for the user to make the selections and you are using a boolean to select the members, then you can change the summary to ANY and then look to see if the Top Member is true or false.
Now, you could do this in one line item (for the summary, but I didn't want to mess up my dashboard)
Old School Dashboard
Change the line item to have a summary of ANY
When nothing is selected, the top member is set to false
in my formula that checks that line item in my reporting module, I added the IF part.
if nothing is selected, all should be TRUE
and the results change with a the selection
And none are selected, the data changes
Hope this helps,
Rob
@rob_marshall thank you for your response.
Hi everyone, I'm looking to design a workflow and would appreciate your input or guidance on how to set this up effectively in Anaplan. So, the goal is: Once end users complete their data input, they should be able to trigger a process that: Notifies stakeholders via email with a link to a report. The report includes: A…
I've few actions in our Supply model which when run takes some time on the "generating failure dump" step at the end of the action even though the import is a full success without warning or errors. This is just a few seconds when run for a single action, however we have a process with 120 actions, and most of these…
Hi, My org is looking to explore leveraging Google Apps script to extract data out of Anaplan and update already built templates in Google Sheets. We use the Anaplan Extension currently but find it crashes often with the amount of tabs, data, etc. Has anyone used both Anaplan OAUTH 2.0 API and Goolge Apps Script to write…