Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have included a Dimension in my straight table that has a number of different sections, i.e. Hardware, Software, Licences, Services however within this table I would like to always exclude some of these. Rather than put Set Analysis into each of these is it possible to set something within this Dimension to always exclude certain sections within this table. e.g. of the list above how could I always exlude Hardware and Software from the Dimension, within this table only.
You may need to check option 'Supress when Value is NULL' on dimension tab.
You can use a calculated dimension, something like
=if( not match(DIMENSIONFIELD,'Software', 'Hardware'), DIMENSIONFIELD)
Thanks Swuehl however this only creates a new dimension and replaces the description of Software & Hardware with a - rather than exlcuding them altogether. Do you have any further suggestions?
You may need to check option 'Supress when Value is NULL' on dimension tab.
Excellent, thanks, works a treat