Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi ,
Im looking to restrict my dimension to show the following:
In the example below the result should be to show all [SECTION] that equal 'ALL CBU' and the user selection 'CBU 1 - Emergency...'.
The problem is though its only showing 'ALL CBU'.
Any ideas?
I'm not sure what you mean by "restrict my dimension". Like you have a chart, and you always want to show ALL CBU, and also want to show whatever the user has selected? Perhaps use set analysis on the chart expression. Like if you have an expression count(Customer), you might modify it like this:
count({<"Care Group"+={'ALL CBU'}>} Customer)