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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
rathnam_qv
Creator
Creator

Assigning All Fields to a single Variable

Hi All,

how to assign all fields from a table to a single Variable.

Ex:

Load $(Variablename)

from....abc.;

can anyone help me out.

Thanks in advance!!!

Regards,

Rathnam.

Labels (1)
1 Reply
Not applicable

Try this,

 

Let var = 'Country,Metric,Age';

test:
LOAD $(var)

FROM test.xlsx;