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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
jeevays7
Partner - Creator III
Partner - Creator III

Store a value in a variable using selected value

Hi all,

I have a table like this.

Name      Value

A               100

B               150

c                200

If i select a value (i.e. 100) in above table , it will sort like below.

Name     Value

A              100

i don't want to filter like above table and i want to show the name of the value which i select from the table.

1 Solution

Accepted Solutions
asgardd2
Creator III
Creator III

Hello! I think, you can do it with triggers.

See the sample in attachment.

View solution in original post

3 Replies
Anil_Babu_Samineni

What if, data set like below. If you select 100 what are you expecting to see

Name      Value

A               100

A               100

B               150

B               150

c                200

c                200

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
asgardd2
Creator III
Creator III

Hello! I think, you can do it with triggers.

See the sample in attachment.

jeevays7
Partner - Creator III
Partner - Creator III
Author

Thank you anton,

i got the result successfully.