<?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: Unwanted multiple rows in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Unwanted-multiple-rows/m-p/1563017#M741963</link>
    <description>Worked perfectly! Thx</description>
    <pubDate>Fri, 29 Mar 2019 15:53:39 GMT</pubDate>
    <dc:creator>bramvdpoel</dc:creator>
    <dc:date>2019-03-29T15:53:39Z</dc:date>
    <item>
      <title>Unwanted multiple rows</title>
      <link>https://community.qlik.com/t5/QlikView/Unwanted-multiple-rows/m-p/1562540#M741961</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I'm load from multiple .txt tables.&lt;/P&gt;&lt;P&gt;Table A :&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;[Deltakey]&lt;/LI&gt;&lt;LI&gt;[Article]&lt;/LI&gt;&lt;LI&gt;[Descr]&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Table B :&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;[Deltakey]&lt;/LI&gt;&lt;LI&gt;[TBSNr]&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Table C:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;[TBSNr]&lt;/LI&gt;&lt;LI&gt;[ArtInfo]&lt;/LI&gt;&lt;LI&gt;[RowNr]&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Made the expression for Table C:&lt;/P&gt;&lt;P&gt;IF([RowNr=001, [ArtInfo]) as [Artinfo1]&lt;/P&gt;&lt;P&gt;IF(RowNr=002, [ArtInfo]) as [ Artinfo2]&lt;/P&gt;&lt;P&gt;Table gets loaded:&lt;/P&gt;&lt;P&gt;Row1:&amp;nbsp; &amp;nbsp; [Deltakey][Article][Artinfo1][Blank]&lt;/P&gt;&lt;P&gt;Row2:&amp;nbsp; &amp;nbsp; [Deltakey][Article][Blank][Artinfo2]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How do i get artinfo1 &amp;amp; artinfo2 in the same row?&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Unwanted-multiple-rows/m-p/1562540#M741961</guid>
      <dc:creator>bramvdpoel</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Unwanted multiple rows</title>
      <link>https://community.qlik.com/t5/QlikView/Unwanted-multiple-rows/m-p/1562576#M741962</link>
      <description>Hi, each TBSNr has 2 rows?&lt;BR /&gt;You can start loading Table C to do the mappings:&lt;BR /&gt;mapArtinfo1:&lt;BR /&gt;Mapping LOAD TBSNr, ArtInfo From ... Where RowNr=1;&lt;BR /&gt;&lt;BR /&gt;mapArtinfo2:&lt;BR /&gt;Mapping LOAD TBSNr, ArtInfo From ... Where RowNr=2;&lt;BR /&gt;&lt;BR /&gt;And load Table B as:&lt;BR /&gt;LOAD DeltaKey, TBSNr,&lt;BR /&gt;ApplyMap('mapArtinfo1', TBSNr, Null()) as Artinfo1,&lt;BR /&gt;ApplyMap('mapArtinfo2', TBSNr, Null()) as Artinfo2,&lt;BR /&gt;From ...&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 28 Mar 2019 17:54:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Unwanted-multiple-rows/m-p/1562576#M741962</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2019-03-28T17:54:46Z</dc:date>
    </item>
    <item>
      <title>Re: Unwanted multiple rows</title>
      <link>https://community.qlik.com/t5/QlikView/Unwanted-multiple-rows/m-p/1563017#M741963</link>
      <description>Worked perfectly! Thx</description>
      <pubDate>Fri, 29 Mar 2019 15:53:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Unwanted-multiple-rows/m-p/1563017#M741963</guid>
      <dc:creator>bramvdpoel</dc:creator>
      <dc:date>2019-03-29T15:53:39Z</dc:date>
    </item>
  </channel>
</rss>

