Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
SaturnV
Partner - Contributor III
Partner - Contributor III

Load multiple fields from one variable

Hi all,

I am currently trying to load some fields from an QVD file. The fields will be selected dynamically and need to be saved in one variable. For example:

let myFields = 'field1, field2, field3';

How can I load all fields in one Load statement like

Load myFields
From $(QVDPath)
$(WHERE_Part);

I am pretty new to Qlik Sense so maybe there is an easy trick?

Labels (1)
0 Replies