<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Loop through URL with IDs in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Loop-through-URL-with-IDs/m-p/1242800#M847562</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a URL like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="unlinked" title="http://linkcom/start_id=369453" target="_blank"&gt;http://link.com/&lt;STRONG&gt;start_id=0&lt;/STRONG&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It contains something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;{id=001;name='john';age=55},{id=&lt;STRONG&gt;002&lt;/STRONG&gt;;&lt;SPAN style="font-size: 13.3333px;"&gt;name='jack';age=48}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;What I need is to LOOP that URL, load the string, get the last ID (in this case it's id=002) and use it again like this:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://link.com/start_id=002" title="http://link.com/start_id=002" target="_blank"&gt;http://link.com/start_id=&lt;STRONG&gt;002&lt;/STRONG&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then I'd have something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;{id=003;name='pat';age=55},{id=&lt;STRONG&gt;004&lt;/STRONG&gt;;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;name='user';age=48}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to Loop on that URL (look for the last id value in the string and store it on a variable? and use it on the load)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know there's no more data because for example if I do &lt;A href="http://link.com/start_id=3000" title="http://link.com/start_id=3000" target="_blank"&gt;http://link.com/start_id=3000&lt;/A&gt; I get this: &lt;SPAN style="color: #000000; font-family: 'Times New Roman'; font-size: medium;"&gt;[]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you know how could I do that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>microwin88x</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Loop through URL with IDs</title>
      <link>https://community.qlik.com/t5/QlikView/Loop-through-URL-with-IDs/m-p/1242800#M847562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a URL like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="unlinked" title="http://linkcom/start_id=369453" target="_blank"&gt;http://link.com/&lt;STRONG&gt;start_id=0&lt;/STRONG&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It contains something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;{id=001;name='john';age=55},{id=&lt;STRONG&gt;002&lt;/STRONG&gt;;&lt;SPAN style="font-size: 13.3333px;"&gt;name='jack';age=48}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;What I need is to LOOP that URL, load the string, get the last ID (in this case it's id=002) and use it again like this:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://link.com/start_id=002" title="http://link.com/start_id=002" target="_blank"&gt;http://link.com/start_id=&lt;STRONG&gt;002&lt;/STRONG&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then I'd have something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;{id=003;name='pat';age=55},{id=&lt;STRONG&gt;004&lt;/STRONG&gt;;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;name='user';age=48}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to Loop on that URL (look for the last id value in the string and store it on a variable? and use it on the load)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know there's no more data because for example if I do &lt;A href="http://link.com/start_id=3000" title="http://link.com/start_id=3000" target="_blank"&gt;http://link.com/start_id=3000&lt;/A&gt; I get this: &lt;SPAN style="color: #000000; font-family: 'Times New Roman'; font-size: medium;"&gt;[]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you know how could I do that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loop-through-URL-with-IDs/m-p/1242800#M847562</guid>
      <dc:creator>microwin88x</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
  </channel>
</rss>

