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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Michiel_QV_Fan
Specialist
Specialist

for i=o ... error on load despite a good resolve of statement

Hi, I have created a statement to understand how to generate a comma separated list.

The for statement works ok, just as the following LET statement.

The load statement gives an error and I don't understand why.

The resolved variable in the from gives a correct output, as seen in the log file, but, in the statement it goes wrong.

Thanks.

question_fro1.JPG

1 Solution

Accepted Solutions
d_pranskus
Partner - Creator III
Partner - Creator III

Hi

You need a semicolon (;) after LET statement

Darius

View solution in original post

2 Replies
d_pranskus
Partner - Creator III
Partner - Creator III

Hi

You need a semicolon (;) after LET statement

Darius

Michiel_QV_Fan
Specialist
Specialist
Author

duh, thanks