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

Storing the column name in a variable

Hi All,

Can we store the column name in a variable.

If an excel contains 5 columns in it. So in Qlikview, I wish to store the first column name in a variable. Is it possible?

Thanks,

Asma

1 Reply
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Yes, add a line in the script to create the variable and give it a value:

SET vMyFirstColumnName = ThisIsTheNameOfTheFirstColumn;


talk is cheap, supply exceeds demand