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: 
Anonymous
Not applicable

Indexed list or Indexed Array in Qlik

Hi guys ,

I want to create a list for inserting and retrieving strings by index

for example :

for i =0 to 10

   list="...";

i want to create a new string in each iteration and insert to indexed list then use it later.

what is the possible solution in Qlik Sense?


stalwar1

diego.a.barboza

jayshrinipurte

1 Solution

Accepted Solutions
sunny_talwar

Is list a variable? If yes, then try this I guess

LET list$(i) = ....

View solution in original post

2 Replies
sunny_talwar

Is list a variable? If yes, then try this I guess

LET list$(i) = ....

Anonymous
Not applicable
Author

Thanks.