Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Everyone,
I am currently working with pivot tables (to be changed to a chart) and want a dimension to change based on the category selected within the filter in the view option. Doing it this way would allow me to create one chart that is dynamic rather than 5 separate charts. For example;
Not sure if this is possible, looked around a bit and not really able find a solution to link a filter that will change pivot columns based on the filter. Look forward to hearing back!
Kind regards,
Amen
Hi Amen,
Please try below expression in pivot (chart) table dimension .
if(GetFieldSelections(Category )='A',B,if(GetFieldSelections(Category )='X',Y,B))
Note: Default data will show for column B
Let me know if your not clear.
Hi Amen,
Please try below expression in pivot (chart) table dimension .
if(GetFieldSelections(Category )='A',B,if(GetFieldSelections(Category )='X',Y,B))
Note: Default data will show for column B
Let me know if your not clear.
Thank you so much this worked well for me! Do you know if the same can be done for dimensions created within master items?
Kind regards,