Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Restriction dimension values in chart

I have to create a chart with country dimension and sum(net sales) as expression.

I have more than 10 countries in my country column  .

But in the chart i want to show sales of only three countries ie US, UK and Japan . How do i restrict my dimension values in the column?.

4 Replies
swuehl
MVP
MVP

=Sum({<country = {'US','UK','Japan'}>} [net sales])

Not applicable
Author

or you can try with this example:

=Sum({<country = {"US", "UK", "Japan"}>} [net sales])


Regards!

MarcoWedel

Hi,

another one:

=Sum({$<country={"(US|UK|Japan)"}>} [net sales])

QlikCommunity_Thread_189151_Pic2.JPG

QlikCommunity_Thread_189151_Pic1.JPG

hope this helps

regards

Marco

Saravanan_Desingh

New learning for me marcowedel

So, compound search can be used in Set Analysis