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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
M_Jay
Contributor III
Contributor III

variable in dimension name

Hi,

I have few dimension fields with similar names in the data table like field1, field2, field3... field11.

How do I list all these columns values in one list? Is there any for loop in set expression?

Thanks

Labels (1)
5 Replies
ajaykakkar93
Specialist III
Specialist III

Hi,

Use $Field in dimension you will get list of all fields in all the tables

Please mark the correct replies as Solution. Regards, ARK
Profile| GitHub|YouTube|Extension|Mashup|Qlik API|Qlik NPrinting

anat
Master
Master

concatenate all the fields in backend script as a single field

like

load field1 as newfield from source

concatenate

load field2 as newfield from source

 

M_Jay
Contributor III
Contributor III
Author

Hi Ajay,

The exact field names are Project1, Project2, Project3,...., Project11. Can you give me the exact syntax for set analysis? I don't understand how to use $ in the dimension name.

Thanks

marcus_sommer

Your data-structure is a crosstable which could be easily transformed into normal records, see:

The Crosstable Load - Qlik Community - 1468083

ajaykakkar93
Specialist III
Specialist III

Hi,
Hope it helps

ajaykakkar93_0-1693196695927.png

 

Please mark the correct replies as Solution. Regards, ARK
Profile| GitHub|YouTube|Extension|Mashup|Qlik API|Qlik NPrinting