Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
jagdishbr
Contributor III
Contributor III

Measure as Filter

Hi,

I just started working on Qliksense migration and newbie to Qlik. I have below task to achieve 

3 measure columns.

1. VT

2. CP

3. Vol

Ask is to bring above individual columns as filter and when user select one of the value from the filter, Visualization should show relevant values.

Above ask was done in tableau by using parameter. how to attain above ask in Qlik. Please help

 

 

 

Labels (6)
11 Replies
marcus_sommer

That's simple - take a look on the suggestion from @anat whereby the derived expression could be further simplified with something like:

sum([$(=maxstring([DimName]))])

jagdishbr
Contributor III
Contributor III
Author

Thanks Anat. it worked as expected.