Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
fmazzarelli
Partner - Creator III
Partner - Creator III

how to exclude items

Hi Community,

how to exclude row 'items'

Immagine.png

I create a dimension called "Commessa"  but I want to show only the row ASSCLI.

Could you help me?

4 Replies
Anonymous
Not applicable

I don't think you can do a set analysis in a dimension in a table as I tried earlier,  why don't you create the field in the script as a new dimension.

Lak

Oleg_Troyansky
Partner Ambassador/MVP
Partner Ambassador/MVP

If you add a Set Analysis filter to all of your Measures, you can limit your scope just to the desired Dimension values.

cheers,

Oleg Troyansky

Take your Qlik Skills to the next level at the Masters Summit for Qlik - now with new and redesigned materials!

Anonymous
Not applicable

I did something similar like this.

Dimension

[PRODUCT FAMILY]

Measures

sum({<[SALES MONTH]={"201509"},[PRODUCT FAMILY]={"Sales1","Sales2"}>}Value_PQ)

ogster1974
Partner - Master II
Partner - Master II

try creating a master item dimension where you only display the Name if a condition is met.

e.g. IF(Commessa='ASSCLI',Commessa,null())

then drop this in as the dimension and untick show null values.