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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
sona_sa
Creator II
Creator II

Set Analysis Expression

Hi Team, Below is my chart and pivot table. I have two list box, 1. Year Month and 2. Role

sona_sa_0-1620742903657.png

In My Pivot Table 3 dimension and 1 expression.

1 Category --> If(wildmatch(Role,'External*'),Role)

2. Sub Category

3. Year Month

Expression : Sum(Value)

Now suppose if I make any selection in Year Month or Role, Figure not affected in Pivot Table and Chart. So need expression for the same. Please find the attached QVW for more reference.

Labels (1)
3 Replies
GaryGiles
Specialist
Specialist

Are you trying to ignore selections made in Year Month and Role?

If so, you would use:

sum({$<[Year Month]=,[Role]=>} Value)

sona_sa
Creator II
Creator II
Author

For Year Month it is working but when I am making a selection for role it is not working. On selection of Year Month Below is output

sona_sa_0-1620745364601.png

On Role Selection Below is output :

sona_sa_1-1620745394920.png

 

Thanks

sona_sa
Creator II
Creator II
Author

Hi Gary,

Please find the attached QVW for refence.

Thanks