Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
casey_autogator
Contributor
Contributor

Accessing Dynamic URL with multiple conditions

Want to access some table data off html page(s) but there are multiple constraints. I know how to loop through a single basic variable situation, but not sure how to do this one? 

Constraints are:

  1. The url needs to be dynamic (this isn't too difficult)
  2. Part of the FROM statement also needs to be dynamic 
  3. If there are no page results, the URL changes to a default URL that kills the loop

 

For each x ....

FROM [.......)]
(url is [https://dynamic_url/], html, codepage is 28591, embedded labels, table is @$(dynamic table #)); 
next x;

0 Replies