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

display data which does not match the filters selected

Hi all,

I want to achieve the following scenario in my report,

I have a slider with values from 1 to 100 which is the product score, and when the user makes a selection of 10 to 20 all those products which donot satisfy the condition 10 to 20 should be displayed in the table below.

How can i achieve this ?

Kindly share your thoughts on this.

Thanks

5 Replies
sudhirpkuwar
Partner - Creator II
Partner - Creator II

Hi Chandana,

In the Set Analysis of the table expression use the {1-$} set identifier

For Eg. sum( {1-$} Sales )

This will show data which is not related to the selection.


Hope this will for you.


Thanks & Regards,

Sudhir

suren946
Contributor III
Contributor III

Try below expression

if(not match(only({1} Product), $(=concat(distinct Product,','))),'NA')

Anonymous
Not applicable
Author

Hi Surendra ,

Are you using the above given expression in table ?

And have u used any variable ?

I am new to qlikview, please don't mind to explain this expression in detail.

Thanks

suren946
Contributor III
Contributor III

Hi,

Share some sample data how you want to present so that the community can try to help you

Anonymous
Not applicable
Author

Hi ,

Below given is the scenario:

show only characteristic(s) that does not meet, in case

1. Current Rating - Requirement Rating < 0

2. Current Rating - Recommended Rating < 0

below given is the layout available

Cap.PNG

The slider , country and region are the filters..

the below table should meet this ( show only characteristic(s) that does not meet, in case

1. Current Rating - Requirement Rating < 0

2. Current Rating - Recommended Rating < 0  ) condition.



Kindly suggest on how to achieve this.


Attached is the sample data

       

IdTypeCharacteristics NameCurrent ScalingRecommended Scaling Requirement Scaling ProductScore
500000710Comfort / ProductivityDexterity5202020.5
500000710Comfort / ProductivityDexterity105525.5
500000710Comfort / ProductivityDexterity206630.5
500000710Comfort / ProductivityDexterity157735.5
500000710Comfort / ProductivityDexterity16151540.5
500000870Comfort / ProductivityDexterity18121245.5
500000870Comfort / ProductivityDexterity19161650.5
500000870Comfort / ProductivityDexterity7111155.5
500000870Comfort / ProductivityDexterity5151560.5
500000870Comfort / ProductivityDexterity55565.5