Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Dimension Restrictions using expression

Hi ,

Im looking to restrict my dimension to show the following:

  • Always show [Care Group] that equal ' ALL CBU'
  • In addition show Care Groups form the user selection list.

In the example below the result should be to show all [SECTION] that equal 'ALL CBU' and the user selection 'CBU 1 - Emergency...'.

error loading image

The problem is though its only showing 'ALL CBU'.

Any ideas?

1 Reply
johnw
Champion III
Champion III

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)