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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
smilingjohn
Specialist
Specialist

Selection

HI Expertise ..

Please find the attachment of the QVW file .

I have a slider (Test Case) and i am using a table which has Test case score and Risk level ..

In the filter when i makes hig or critical or medium ect ..the table chart displays the test case score values accordingly ..

Requirement:

I want that the slider also to display the values accordingly when i select Critical, medium , etc ..

How can i do this ?

Need your help on this

Thanks in advance

Labels (1)
2 Replies
sunny_talwar
MVP
MVP

May be use this expression

=Aggr(Only({<[Test Case Risk Score]>}[Test Case Risk Score]), [Test Case Risk Score])

swuehl
Champion III
Champion III

Maybe like this?