Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
rsdhavle
Creator II
Creator II

Passing Range in URL through for loop

We have one URL through which we are sourcing data.

Example.

abc.com/a=0&b=100

we have to form a loop in which we will need to source data from URL with number ranges for a and b like below till all values are sourced

abc.com/a=0&b=100

abc.com/a=101 &b=200

abc.com/a=201&b=300

 

How can we define a for loop to pass two different values in a URL

Labels (1)
0 Replies