<?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: Looping with Concatenation in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Looping-with-Concatenation/m-p/774628#M666512</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;Temp:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOad * Inline [&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;KeyData,Month1,Year1,Month2,Year2&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;1,Jan,2011,Feb,2012&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;2,Jan,2011,Feb,2012 ];&lt;/P&gt;&lt;P&gt;&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;For I = 1 to 2&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Concatenate&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Month$(I) As Month,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Year$(I) As Year,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;KeyData&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Resident Temp;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Next&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Nov 2014 06:42:42 GMT</pubDate>
    <dc:creator>sujeetsingh</dc:creator>
    <dc:date>2014-11-19T06:42:42Z</dc:date>
    <item>
      <title>Looping with Concatenation</title>
      <link>https://community.qlik.com/t5/QlikView/Looping-with-Concatenation/m-p/774624#M666508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How the looping is done with concatenation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As of now I am loading data as &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actual:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load &lt;/P&gt;&lt;P&gt;Month1,&lt;/P&gt;&lt;P&gt;Year1,&lt;/P&gt;&lt;P&gt;KeyData&lt;/P&gt;&lt;P&gt;Resident Temp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Conatenate&lt;/P&gt;&lt;P&gt;Load &lt;/P&gt;&lt;P&gt;Month2,&lt;/P&gt;&lt;P&gt;Year2,&lt;/P&gt;&lt;P&gt;KeyData&lt;/P&gt;&lt;P&gt;Resident Temp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Conatenate&lt;/P&gt;&lt;P&gt;Load &lt;/P&gt;&lt;P&gt;Month3,&lt;/P&gt;&lt;P&gt;Year3,&lt;/P&gt;&lt;P&gt;KeyData&lt;/P&gt;&lt;P&gt;Resident Temp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Conatenate&lt;/P&gt;&lt;P&gt;Load &lt;/P&gt;&lt;P&gt;Month4,&lt;/P&gt;&lt;P&gt;Year4,&lt;/P&gt;&lt;P&gt;KeyData&lt;/P&gt;&lt;P&gt;Resident Temp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can we write a Loop statement so that it loops for 4 times with concatenating the data so that my code size decreases?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2014 06:22:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Looping-with-Concatenation/m-p/774624#M666508</guid>
      <dc:creator />
      <dc:date>2014-11-19T06:22:20Z</dc:date>
    </item>
    <item>
      <title>Re: Looping with Concatenation</title>
      <link>https://community.qlik.com/t5/QlikView/Looping-with-Concatenation/m-p/774625#M666509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Temp:&lt;/P&gt;&lt;P&gt;LOad * Inline [&lt;/P&gt;&lt;P&gt;KeyData,Month1,Year1,Month2,Year2&lt;/P&gt;&lt;P&gt;1,Jan,2011,Feb,2012&lt;/P&gt;&lt;P&gt;2,Jan,2011,Feb,2012 ];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For I = 1 to 2&lt;/P&gt;&lt;P&gt;Temp1:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;Month$(I) As Month,&lt;/P&gt;&lt;P&gt;Year$(I) As Year,&lt;/P&gt;&lt;P&gt;KeyData&lt;/P&gt;&lt;P&gt;Resident Temp;&lt;/P&gt;&lt;P&gt;Next&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2014 06:34:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Looping-with-Concatenation/m-p/774625#M666509</guid>
      <dc:creator>anbu1984</dc:creator>
      <dc:date>2014-11-19T06:34:46Z</dc:date>
    </item>
    <item>
      <title>Re: Looping with Concatenation</title>
      <link>https://community.qlik.com/t5/QlikView/Looping-with-Concatenation/m-p/774626#M666510</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;What about concatenation?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2014 06:38:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Looping-with-Concatenation/m-p/774626#M666510</guid>
      <dc:creator />
      <dc:date>2014-11-19T06:38:12Z</dc:date>
    </item>
    <item>
      <title>Re: Looping with Concatenation</title>
      <link>https://community.qlik.com/t5/QlikView/Looping-with-Concatenation/m-p/774627#M666511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you have same field names, concatenation happens automatically&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2014 06:39:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Looping-with-Concatenation/m-p/774627#M666511</guid>
      <dc:creator>anbu1984</dc:creator>
      <dc:date>2014-11-19T06:39:29Z</dc:date>
    </item>
    <item>
      <title>Re: Looping with Concatenation</title>
      <link>https://community.qlik.com/t5/QlikView/Looping-with-Concatenation/m-p/774628#M666512</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;Temp:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOad * Inline [&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;KeyData,Month1,Year1,Month2,Year2&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;1,Jan,2011,Feb,2012&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;2,Jan,2011,Feb,2012 ];&lt;/P&gt;&lt;P&gt;&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;For I = 1 to 2&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Concatenate&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Month$(I) As Month,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Year$(I) As Year,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;KeyData&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Resident Temp;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Next&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2014 06:42:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Looping-with-Concatenation/m-p/774628#M666512</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2014-11-19T06:42:42Z</dc:date>
    </item>
    <item>
      <title>Re: Looping with Concatenation</title>
      <link>https://community.qlik.com/t5/QlikView/Looping-with-Concatenation/m-p/774629#M666513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What If i want to load &lt;/P&gt;&lt;P&gt;Key, Month1, Year1 seperately and then Concatenate the Looping Table.?&lt;/P&gt;&lt;P&gt;Because While loading Key, Month1, Year1 I will load one more calculated field and that field will not have value to other rows.&lt;/P&gt;&lt;P&gt;Like below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load &lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;Month1 As Month,&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;Year1 As Year,&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;KeyData,&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;X+y = Z&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;Resident Temp;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;Concatenate &lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;For I = 2 to 3&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;Load&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;Month$(I) As Month,&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;Year$(I) As Year,&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;KeyData&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;Resident Temp;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;Next&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2014 06:57:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Looping-with-Concatenation/m-p/774629#M666513</guid>
      <dc:creator />
      <dc:date>2014-11-19T06:57:35Z</dc:date>
    </item>
    <item>
      <title>Re: Looping with Concatenation</title>
      <link>https://community.qlik.com/t5/QlikView/Looping-with-Concatenation/m-p/774630#M666514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Temp1:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;Month1 As Month,&lt;/P&gt;&lt;P&gt;Year1 As Year,&lt;/P&gt;&lt;P&gt;KeyData,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;X+Y As Z&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Resident Temp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For I = 2 to 3&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Concatenate&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;Month$(I) As Month,&lt;/P&gt;&lt;P&gt;Year$(I) As Year,&lt;/P&gt;&lt;P&gt;KeyData&lt;/P&gt;&lt;P&gt;Resident Temp;&lt;/P&gt;&lt;P&gt;Next&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2014 07:04:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Looping-with-Concatenation/m-p/774630#M666514</guid>
      <dc:creator>anbu1984</dc:creator>
      <dc:date>2014-11-19T07:04:06Z</dc:date>
    </item>
    <item>
      <title>Re: Looping with Concatenation</title>
      <link>https://community.qlik.com/t5/QlikView/Looping-with-Concatenation/m-p/774631#M666515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Am I doing some mistake?&lt;/P&gt;&lt;P&gt;I should Get only one table But&lt;/P&gt;&lt;P&gt;I am getting two tables with a SynTable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Temp:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Key, Week1, Week2,Week3, Act1, Act2, Act3, For1, For2, For3, Zero&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ABC, 1, 2, 3, 20, 30, 40, 20, 30, 40, Y&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; BCD, 1, 2, 3, 20, 30, 40, 15, 30, 100&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; DEF, 1, 2, 3, 20, 30, 40, 25, 50, 200&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For i = 1 to 3&lt;/P&gt;&lt;P&gt;if ($(i)=1) then&lt;/P&gt;&lt;P&gt;Main:&lt;/P&gt;&lt;P&gt;Load &lt;/P&gt;&lt;P&gt;Key,&lt;/P&gt;&lt;P&gt;Week$(i) as Week,&lt;/P&gt;&lt;P&gt;Act$(i) as Act,&lt;/P&gt;&lt;P&gt;For$(i) as For,&lt;/P&gt;&lt;P&gt;Zero&lt;/P&gt;&lt;P&gt;Resident Temp;&lt;/P&gt;&lt;P&gt;ENDIF &lt;/P&gt;&lt;P&gt;if ($(i)&amp;gt;1) then&lt;/P&gt;&lt;P&gt;Concatenate &lt;/P&gt;&lt;P&gt;Main:&lt;/P&gt;&lt;P&gt;Load Key,&lt;/P&gt;&lt;P&gt;Week$(i) as Week,&lt;/P&gt;&lt;P&gt;Act$(i) as Act,&lt;/P&gt;&lt;P&gt;For$(i) as For&lt;/P&gt;&lt;P&gt;Resident Temp;&lt;/P&gt;&lt;P&gt;Next &lt;/P&gt;&lt;P&gt;Drop Table Temp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2014 07:29:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Looping-with-Concatenation/m-p/774631#M666515</guid>
      <dc:creator />
      <dc:date>2014-11-19T07:29:11Z</dc:date>
    </item>
    <item>
      <title>Re: Looping with Concatenation</title>
      <link>https://community.qlik.com/t5/QlikView/Looping-with-Concatenation/m-p/774632#M666516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You missed ENDIF for second If statement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Temp:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Key, Week1, Week2,Week3, Act1, Act2, Act3, For1, For2, For3, Zero&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ABC, 1, 2, 3, 20, 30, 40, 20, 30, 40, Y&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; BCD, 1, 2, 3, 20, 30, 40, 15, 30, 100&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; DEF, 1, 2, 3, 20, 30, 40, 25, 50, 200&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For i = 1 to 3&lt;/P&gt;&lt;P&gt;if ($(i)=1) then&lt;/P&gt;&lt;P&gt;Main:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;Key,&lt;/P&gt;&lt;P&gt;Week$(i) as Week,&lt;/P&gt;&lt;P&gt;Act$(i) as Act,&lt;/P&gt;&lt;P&gt;For$(i) as For,&lt;/P&gt;&lt;P&gt;Zero&lt;/P&gt;&lt;P&gt;Resident Temp;&lt;/P&gt;&lt;P&gt;ENDIF&lt;/P&gt;&lt;P&gt;if ($(i)&amp;gt;1) then&lt;/P&gt;&lt;P&gt;Concatenate&lt;/P&gt;&lt;P&gt;Main:&lt;/P&gt;&lt;P&gt;Load Key,&lt;/P&gt;&lt;P&gt;Week$(i) as Week,&lt;/P&gt;&lt;P&gt;Act$(i) as Act,&lt;/P&gt;&lt;P&gt;For$(i) as For&lt;/P&gt;&lt;P&gt;Resident Temp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ENDIF&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Next&lt;/P&gt;&lt;P&gt;Drop Table Temp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2014 07:33:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Looping-with-Concatenation/m-p/774632#M666516</guid>
      <dc:creator>anbu1984</dc:creator>
      <dc:date>2014-11-19T07:33:41Z</dc:date>
    </item>
  </channel>
</rss>

