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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
rsdhavle
Creator III
Creator III

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