Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Aspiring_Developer
Creator III
Creator III

Values changing on selection of filter in table qliksense

Hello All,

I have below table :-

As of now, it is giving me desired output.

Aspiring_Developer_0-1661242039616.png

Expression used :-

Sum(Volume)/
sum({<Brand-={'Total Market'}>}total  Volume)

I am facing below issue :-

1) On Month year selection my values are changing like below :-

Aspiring_Developer_1-1661242175394.png

So, in order to restrict that I used below expression and the issue got rectified :-

Sum(Volume)/
sum({<Brand-={'Total Market'}>}total <MonthYear> Volume)

2) On brand filter selection , values are changing like below :-

Aspiring_Developer_2-1661242423412.png

I tried using below expression but it did not worked :-

Sum(Volume)/
sum({<Brand-={'Total Market'}>}total <MonthYear, Brand> Volume)

Can anyone please help ?

My filter should not change my numbers . What should i do for brand filter ?

Thanks in advance

@hic 

 

Labels (1)
3 Replies
MayilVahanan

Hi

For ignore the few selection, try like below

Sum({<MonthYear=, Brand=>}Volume)/
sum({<MonthYear=,Brand-={'Total Market'}>}total  Volume)

 

Complete ignore, try like below

Sum({1}Volume)/
sum({1<Brand-={'Total Market'}>}total  Volume)

 

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.
Aspiring_Developer
Creator III
Creator III
Author

Hi @MayilVahanan 

I tried above but it didn't worked.

Aspiring_Developer_0-1661260876995.png

 

MayilVahanan

Hi

Can you post the sample data or file?

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.