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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
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');