<?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 Variables inside a xml link in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Variables-inside-a-xml-link/m-p/218442#M71558</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Guys, I just needed to remove the [] I added.&lt;/P&gt;&lt;P&gt;SET a=1;&lt;BR /&gt;SET b=0;&lt;/P&gt;&lt;P&gt;do while a&amp;lt;2&lt;/P&gt;&lt;P&gt;let c=b+1+200;&lt;BR /&gt;let d=b+400;&lt;/P&gt;&lt;P&gt;TempAccounts2:&lt;BR /&gt;//LEFT JOIN (TempAccounts)&lt;BR /&gt;LOAD *,&lt;BR /&gt; $(a)+1&amp;amp;'-'&amp;amp;Key AS %Key2;&lt;BR /&gt;LOAD $(b)+200+no as XMLAccountNo2,&lt;BR /&gt; text(%Key_row_9E759731840F9D4F) AS Key&lt;BR /&gt;FROM [http://website.here&amp;amp;fromIndex=$(c)&amp;amp;toIndex=$(d) (XmlSimple, Table is [response/result/Accounts/row]);&lt;/P&gt;&lt;P&gt;OUTER JOIN(TempAccounts)&lt;BR /&gt;LOAD&lt;BR /&gt; %Key2 AS %Key_row_9E759731840F9D4F,&lt;BR /&gt; table2 AS FL%Table,&lt;BR /&gt; val2 AS val,&lt;BR /&gt; XMLAccountNo2 AS XMLAccountNo&lt;BR /&gt;RESIDENT TempAccounts2;&lt;/P&gt;&lt;P&gt;DROP TABLE TempAccounts2;&lt;/P&gt;&lt;P&gt;let a=a+1;&lt;BR /&gt;let b=b+200;&lt;/P&gt;&lt;P&gt;loop&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 Apr 2010 20:50:37 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-04-19T20:50:37Z</dc:date>
    <item>
      <title>Variables inside a xml link</title>
      <link>https://community.qlik.com/t5/QlikView/Variables-inside-a-xml-link/m-p/218441#M71557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Guys,&lt;/P&gt;&lt;P&gt;I'm running a loop where it calculates part of the xml link. Is there anyway to set the variable inside the link. Here is my test.&lt;/P&gt;&lt;P&gt;SET a=1;&lt;BR /&gt;SET b=0;&lt;/P&gt;&lt;P&gt;do while a&amp;lt;2&lt;/P&gt;&lt;P&gt;let c=b+1+200;&lt;BR /&gt;let d=b+400;&lt;/P&gt;&lt;P&gt;TempAccounts2:&lt;BR /&gt;//LEFT JOIN (TempAccounts)&lt;BR /&gt;LOAD *,&lt;BR /&gt; $(a)+1&amp;amp;'-'&amp;amp;Key AS %Key2;&lt;BR /&gt;LOAD $(b)+200+no as XMLAccountNo2,&lt;BR /&gt; text(%Key_row_9E759731840F9D4F) AS Key&lt;BR /&gt;FROM [http://website.here&amp;amp;fromIndex=]$(c)[&amp;amp;toIndex=]$(d)[] (XmlSimple, Table is [response/result/Accounts/row]);&lt;/P&gt;&lt;P&gt;OUTER JOIN(TempAccounts)&lt;BR /&gt;LOAD&lt;BR /&gt; %Key2 AS %Key_row_9E759731840F9D4F,&lt;BR /&gt; table2 AS FL%Table,&lt;BR /&gt; val2 AS val,&lt;BR /&gt; XMLAccountNo2 AS XMLAccountNo&lt;BR /&gt;RESIDENT TempAccounts2;&lt;/P&gt;&lt;P&gt;DROP TABLE TempAccounts2;&lt;/P&gt;&lt;P&gt;let a=a+1;&lt;BR /&gt;let b=b+200;&lt;/P&gt;&lt;P&gt;loop&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Apr 2010 19:48:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variables-inside-a-xml-link/m-p/218441#M71557</guid>
      <dc:creator />
      <dc:date>2010-04-19T19:48:26Z</dc:date>
    </item>
    <item>
      <title>Variables inside a xml link</title>
      <link>https://community.qlik.com/t5/QlikView/Variables-inside-a-xml-link/m-p/218442#M71558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Guys, I just needed to remove the [] I added.&lt;/P&gt;&lt;P&gt;SET a=1;&lt;BR /&gt;SET b=0;&lt;/P&gt;&lt;P&gt;do while a&amp;lt;2&lt;/P&gt;&lt;P&gt;let c=b+1+200;&lt;BR /&gt;let d=b+400;&lt;/P&gt;&lt;P&gt;TempAccounts2:&lt;BR /&gt;//LEFT JOIN (TempAccounts)&lt;BR /&gt;LOAD *,&lt;BR /&gt; $(a)+1&amp;amp;'-'&amp;amp;Key AS %Key2;&lt;BR /&gt;LOAD $(b)+200+no as XMLAccountNo2,&lt;BR /&gt; text(%Key_row_9E759731840F9D4F) AS Key&lt;BR /&gt;FROM [http://website.here&amp;amp;fromIndex=$(c)&amp;amp;toIndex=$(d) (XmlSimple, Table is [response/result/Accounts/row]);&lt;/P&gt;&lt;P&gt;OUTER JOIN(TempAccounts)&lt;BR /&gt;LOAD&lt;BR /&gt; %Key2 AS %Key_row_9E759731840F9D4F,&lt;BR /&gt; table2 AS FL%Table,&lt;BR /&gt; val2 AS val,&lt;BR /&gt; XMLAccountNo2 AS XMLAccountNo&lt;BR /&gt;RESIDENT TempAccounts2;&lt;/P&gt;&lt;P&gt;DROP TABLE TempAccounts2;&lt;/P&gt;&lt;P&gt;let a=a+1;&lt;BR /&gt;let b=b+200;&lt;/P&gt;&lt;P&gt;loop&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Apr 2010 20:50:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variables-inside-a-xml-link/m-p/218442#M71558</guid>
      <dc:creator />
      <dc:date>2010-04-19T20:50:37Z</dc:date>
    </item>
  </channel>
</rss>

