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

For ... Next in a variable - How to do it?

Hi,

I have the following variable which I use to create a URL made up of a string of ls.id 's.

'$(vNetworkURL)'  & concat('layer-service%3A%22' & replace(replace(ls.id, '/', '%2F'), ' ', '%20') & '%22', ' OR ')

Now I want to control the max number of ls.id 's in the URL string, how can I do this?

Is it possible, for example with a For..Next loop or is there a better way?

Thanks

0 Replies