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

Announcements
Qlik Connect 2026 Agenda Now Available: Explore Sessions
cancel
Showing results for 
Search instead for 
Did you mean: 
Panashe_2020
Contributor
Contributor

Looping through multiple fields

Hello,

I have an excel file with user records in groups.

So imagine the raw data like this:

firm name, user_name1, user_add1, user_state1,

                        user_name2, user_add2, user_state2,

                        user_name3, user_add3, user_state3

I am trying to create a straight table that puts the users in a straight table that only has

firm_name, user_name, user_add, user_state.

I have figured how to do this using load statement multiple times and renaming the fields to the above but I think you can use a loop statement,

Does anyone have a working example I can use or refer to?

Thanks in advance.

 

A

0 Replies