<?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 Re: Creating table name with Variable in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Creating-table-name-with-Variable/m-p/764957#M271888</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 09 Jan 2015 20:15:51 GMT</pubDate>
    <dc:creator>zagzebski</dc:creator>
    <dc:date>2015-01-09T20:15:51Z</dc:date>
    <item>
      <title>Creating table name with Variable</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-table-name-with-Variable/m-p/764953#M271884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Basicallty I want to loop through this table giving it a new name by combining "Prod" and the value of i.&amp;nbsp; So it would be Prod1, Prod2, Prod 3, Prod4 and Prod5.&amp;nbsp; How can I add the value of i to "Prod" so I get five sepearate tables?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For i = 1 to 5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Prod:&lt;/P&gt;&lt;P&gt;Select *&lt;/P&gt;&lt;P&gt;Resident PreProd;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Next i&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jan 2015 16:47:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-table-name-with-Variable/m-p/764953#M271884</guid>
      <dc:creator>zagzebski</dc:creator>
      <dc:date>2015-01-09T16:47:29Z</dc:date>
    </item>
    <item>
      <title>Re: Creating table name with Variable</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-table-name-with-Variable/m-p/764954#M271885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just use your counter in the tablename, you will need to use noconcatenate to keep them separate though otherwise as the fields are the same the tables will auto concatenate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For i = 1 to 5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Prod$(i):&lt;/P&gt;&lt;P&gt;Noconcatenate&lt;/P&gt;&lt;P&gt;Load *&lt;/P&gt;&lt;P&gt;Resident PreProd;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Next i&lt;/P&gt;&lt;P&gt;hope that helps&lt;/P&gt;&lt;P&gt;Joe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jan 2015 16:53:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-table-name-with-Variable/m-p/764954#M271885</guid>
      <dc:creator />
      <dc:date>2015-01-09T16:53:47Z</dc:date>
    </item>
    <item>
      <title>Re: Creating table name with Variable</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-table-name-with-Variable/m-p/764955#M271886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hi,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;For i = 1 to 5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Prod$(i):&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Select *&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Resident PreProd;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Next i&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Regards,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Marina&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jan 2015 16:54:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-table-name-with-Variable/m-p/764955#M271886</guid>
      <dc:creator>marinasbc</dc:creator>
      <dc:date>2015-01-09T16:54:35Z</dc:date>
    </item>
    <item>
      <title>Re: Creating table name with Variable</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-table-name-with-Variable/m-p/764956#M271887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;qualify *;&lt;/P&gt;&lt;P&gt;for i = 1 to 5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Prod$(i):&lt;/P&gt;&lt;P&gt;load *&lt;/P&gt;&lt;P&gt;resident PreProd;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;next i&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jan 2015 16:59:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-table-name-with-Variable/m-p/764956#M271887</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-01-09T16:59:08Z</dc:date>
    </item>
    <item>
      <title>Re: Creating table name with Variable</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-table-name-with-Variable/m-p/764957#M271888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jan 2015 20:15:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-table-name-with-Variable/m-p/764957#M271888</guid>
      <dc:creator>zagzebski</dc:creator>
      <dc:date>2015-01-09T20:15:51Z</dc:date>
    </item>
  </channel>
</rss>

