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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Lookup function

Hi,

How I can use Lookup function in Qlikview?

Please give me onr Example.........

1 Reply
Not applicable
Author

Syntax:

lookup( fieldname, matchfieldname, matchfieldvalue [, tablename] )

Example:

lookup('Price', 'ProductID', InvoicedProd, 'pricelist') or

lookup



('Location', '[Cust ID]', testcustid, 'test');