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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Return dimension based on other dimension

TextBox.jpg

Similar to SQL :

select F2 where F1='test2'

the result in to the text box should be Canada

Thanks

2 Replies
hector_munoz
Specialist
Specialist

Hi,

Try this inside text box: =If(F1='test2', F2)

Regards,
H

Not applicable
Author

Thanks. I did it with Aggr function as actual data has more grouping.