Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
Yes, add a line in the script to create the variable and give it a value:
SET vMyFirstColumnName = ThisIsTheNameOfTheFirstColumn;