<?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: How to handle data with self repeating columns with different name in rows ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-handle-data-with-self-repeating-columns-with-different/m-p/1222384#M849461</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the output your excepting ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for the first column&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;PurgeChar(field_name,'0123456789') as New_&lt;SPAN style="font-size: 13.3333px;"&gt;field_name&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Mar 2017 11:48:26 GMT</pubDate>
    <dc:creator>avinashelite</dc:creator>
    <dc:date>2017-03-16T11:48:26Z</dc:date>
    <item>
      <title>How to handle data with self repeating columns with different name in rows ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-handle-data-with-self-repeating-columns-with-different/m-p/1222383#M849459</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 to handle data with self repeating columns with different name in rows ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Self Repeating Columns with Different name.JPG" class="jive-image image-1" src="/legacyfs/online/156508_Self Repeating Columns with Different name.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Shekar&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/How-to-handle-data-with-self-repeating-columns-with-different/m-p/1222383#M849459</guid>
      <dc:creator>shekhar_analyti</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to handle data with self repeating columns with different name in rows ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-handle-data-with-self-repeating-columns-with-different/m-p/1222384#M849461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the output your excepting ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for the first column&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;PurgeChar(field_name,'0123456789') as New_&lt;SPAN style="font-size: 13.3333px;"&gt;field_name&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Mar 2017 11:48:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-handle-data-with-self-repeating-columns-with-different/m-p/1222384#M849461</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2017-03-16T11:48:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to handle data with self repeating columns with different name in rows ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-handle-data-with-self-repeating-columns-with-different/m-p/1222385#M849462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD A, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; B,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; PurgeChar(A, '0123456789') as NewA,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; KeepChar(A, '0123456789') as SNo&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[..\..\Downloads\self repeating.xlsx]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(ooxml, no labels, table is Sheet1);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FinalTable:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD DISTINCT SNo&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resident Table;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FOR i = 1 to FieldValueCount('NewA')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; LET vField = FieldValue('NewA', $(i));&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Left Join (FinalTable)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; LOAD SNo,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; B as [$(vField)]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Resident Table&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Where NewA = '$(vField)';&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;NEXT&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;DROP Table Table;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Mar 2017 11:48:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-handle-data-with-self-repeating-columns-with-different/m-p/1222385#M849462</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-03-16T11:48:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to handle data with self repeating columns with different name in rows ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-handle-data-with-self-repeating-columns-with-different/m-p/1222386#M849463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess , age is not coming properly !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Mar 2017 11:53:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-handle-data-with-self-repeating-columns-with-different/m-p/1222386#M849463</guid>
      <dc:creator>shekhar_analyti</dc:creator>
      <dc:date>2017-03-16T11:53:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to handle data with self repeating columns with different name in rows ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-handle-data-with-self-repeating-columns-with-different/m-p/1222387#M849465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is a matter of fixing the format, underlying value isn't incorrect&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/156493_Capture.PNG" style="height: 244px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Mar 2017 11:55:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-handle-data-with-self-repeating-columns-with-different/m-p/1222387#M849465</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-03-16T11:55:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to handle data with self repeating columns with different name in rows ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-handle-data-with-self-repeating-columns-with-different/m-p/1222388#M849466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As always .. Take a bow !!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Mar 2017 12:00:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-handle-data-with-self-repeating-columns-with-different/m-p/1222388#M849466</guid>
      <dc:creator>shekhar_analyti</dc:creator>
      <dc:date>2017-03-16T12:00:33Z</dc:date>
    </item>
  </channel>
</rss>

