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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Frédéricdh
Creator II
Creator II

How to select a fieldvalue with another fieldvalue

I have two fields in my sql selection.

On field shows if the count must be in tonnes or in piece and the other shows the unit.

I want to pilot a listbox formed with the unit field, with the type of count. How can select the value in the listbox with the type of count?

Labels (1)
1 Solution

Accepted Solutions
Frédéricdh
Creator II
Creator II
Author

I found a solution with a button and an action: "Select in field"

View solution in original post

2 Replies
HirisH_V7
Master
Master

Can use get field selections and pass it into the setanalysis and use it. Some thing like below. If not elaborate your issue.

Sum({<Year={'$(=getfieldselections(Other Field))'}>} Sales)

 

 

HirisH
Frédéricdh
Creator II
Creator II
Author

I found a solution with a button and an action: "Select in field"