Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
Just added a dimension to our dashboard, which is needed in one of the tabs.
However by adding this dimension, it also showed up in the P&L.
Now I want the column with RFC to disappear, but cant seem to find out how this works
There are 2 possibilites:
1) Create a new dimension without RFC value;
2) Use SetAnalysis to omit RFC value from your expressions.
There are 2 possibilites:
1) Create a new dimension without RFC value;
2) Use SetAnalysis to omit RFC value from your expressions.
You must consider as exclude for that specify like below calculated dimension and then call the label as DimensionName as required
If(Not WildMatch(DimensionName, 'REF'), DimensionName)
Hello, Tim!
Share a screenshot with Expression tab, please?
Hi Sergey, I managed to do so, by adding an extra dimension as Michele proposed.
Thanks anyway!
gr