Back to Browse

Reusing Expressions

13.2K views
Apr 20, 2012
12:37

Learn how to reuse expression with a QlikView document and between multiple QlikVie documents. Here is the script mentioned in the video: VariablesTable: LOAD VariableName, VariableValue FROM [QVDStore\VariablesTable.QVD] (qvd); //* Set Equation variables //* The following loop allowing for loading numerous variables dynamically, //* without having to call them by name. for i=0 to noofrows('VariablesTable')-1 LET var_name= peek('VariableName',i,'VariablesTable'); LET $(var_name) = peek('VariableValue',i,'VariablesTable'); TRACE Load Variable: $(var_name) = $($(var_name)); next i Drop Table VariablesTable;

Download

1 formats

Video Formats

360pmp423.0 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

Reusing Expressions | NatokHD