Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
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