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 - can't access support portal having already registered. Receive the following error message - is this an issue with Anaplan or our internal IT?
Can someone help me i am unable to login anaplan portal using my credentials
Dear Hive Mind, Do we have a way to get the history of a particular List Item, from its creation into a model up until its removal ? I am trying to chase when / how an item has been added into a model and how / when it would have been deleted and then recreated with the same code. Is there a pattern (manual or API) to get…