<?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 in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/loop/m-p/667110#M676909</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi !!&lt;/P&gt;&lt;P&gt;i have this table in the picture posted below and i want to add a new column where, for each row, appear only the name of the column that contain "1". What kind of string should i use to obtain this result??&lt;/P&gt;&lt;P&gt;Thx &lt;/P&gt;&lt;P&gt;&lt;IMG alt="PR1.JPG.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/60493_PR1.JPG.jpg" style="width: 620px; height: 374px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Jun 2014 09:08:54 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-06-12T09:08:54Z</dc:date>
    <item>
      <title>loop</title>
      <link>https://community.qlik.com/t5/QlikView/loop/m-p/667110#M676909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi !!&lt;/P&gt;&lt;P&gt;i have this table in the picture posted below and i want to add a new column where, for each row, appear only the name of the column that contain "1". What kind of string should i use to obtain this result??&lt;/P&gt;&lt;P&gt;Thx &lt;/P&gt;&lt;P&gt;&lt;IMG alt="PR1.JPG.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/60493_PR1.JPG.jpg" style="width: 620px; height: 374px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2014 09:08:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/loop/m-p/667110#M676909</guid>
      <dc:creator />
      <dc:date>2014-06-12T09:08:54Z</dc:date>
    </item>
    <item>
      <title>Re: loop</title>
      <link>https://community.qlik.com/t5/QlikView/loop/m-p/667111#M676910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Gabriele,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; which object&amp;nbsp; u r using straight table ,Table box or pivot table for desired output?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2014 09:13:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/loop/m-p/667111#M676910</guid>
      <dc:creator>kiranmanoharrode</dc:creator>
      <dc:date>2014-06-12T09:13:35Z</dc:date>
    </item>
    <item>
      <title>Re: loop</title>
      <link>https://community.qlik.com/t5/QlikView/loop/m-p/667112#M676911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gabriele,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;basically, this is a Crosstable problem:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro _jivemacro_uid_14025657343559583 jive_macro_code" jivemacro_uid="_14025657343559583" modifiedtitle="true"&gt;
&lt;P&gt;Data:&lt;/P&gt;
&lt;P&gt;LOAD * INLINE [&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; F1, a, c, d, f, g, b, e, h&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; R1, 0, 0, 0, 0, 0, 0, 1, 0&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; R2, 0, 0, 0, 0, 0, 1, 0, 0&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; R3, 0, 0, 0, 0, 0, 0, 0, 1&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; R4, 0, 0, 0, 1, 0, 0, 0, 0&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; R5, 0, 0, 0, 0, 0, 0, 1, 0&lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Cross:&lt;/P&gt;
&lt;P&gt;CrossTable(Field, Value) LOAD * RESIDENT Data;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;LEFT JOIN(Data) LOAD F1, Field Resident Cross Where Value=1;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Drop Tables Cross;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Ralf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2014 09:35:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/loop/m-p/667112#M676911</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2014-06-12T09:35:44Z</dc:date>
    </item>
  </channel>
</rss>

