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

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

For Each.....Next

Good afternoon

Please help me i am new using Qlik, i want to use the extructure for Each-Next  for to join two tables with the same structure and after  I like to wath the tables separetly

What is the syntax?

Thank you

2 Replies
balar025
Creator III
Creator III

Can you please elaborate more?

slondono
Partner - Creator II
Partner - Creator II

You have to use Qualify because the name of the fields are the same, then they will auto concatenate:

Qualify *;

For each x in y

     Table_$(x):

      LOAD A,

                 B,

                 C

Next

Unqualify *;

Something like this. If you need more help (Maybe in spanish ) let me know nataliramirez