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

Announcements
Now accepting applications for the Qlik Luminary and Partner Ambassador Programs: Apply by July 6!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Qlikview Can I make selections/filter data based on background colour

Hi

i have a pivot table where i have changed the background colour in my expressions based on values. is there any way i can then filter the data based on the colour

Labels (1)
12 Replies
jyothish8807
Master II
Master II

Try this Nicola,

Since it is your calculated Dimension , it will not work like this.

You will have to aggregate the data....

Try the below as expression:

=if((sum({$<product_group_b = {'PM'}>}qty)/ sum(qty) *100) <10,RED(),

if((sum({$<product_group_b = {'PM'}>}qty)/ sum(qty) *100)  >15,Green(),

RGB(255,128,0)))

Br,

KC

Best Regards,
KC
Anonymous
Not applicable
Author

that is the same calculation i already have

will try to do a sample report to send across

Anonymous
Not applicable
Author

how do i send a sample file i have created which gives an example of the data and calculations