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

Lookup Function

Hi,

Now that the Lookup() function is gone, how do I do an easy lookup?

Unique IDColAColBColC
1xxxyyyzzz
2rrrsssttt
3uuuvvvwww

Say I have id=2 and col='ColC'. How do I get to 'ttt' now without creating millions of mapping tables?

Thanks!

22 Replies
IAMDV
Master II
Master II

Have you tried using Only() function with Set Expression?

Cheers,

DV

rogerioqv
Creator II
Creator II

And the function FIRSTSORTEDVALUE?

Not applicable
Author

Deepak, I think this is it!