<?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 do I merge the rows? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-do-I-merge-the-rows/m-p/1848762#M1215549</link>
    <description>&lt;P&gt;This isn't working.. the same problem as before&lt;/P&gt;</description>
    <pubDate>Tue, 19 Oct 2021 10:51:14 GMT</pubDate>
    <dc:creator>Jens</dc:creator>
    <dc:date>2021-10-19T10:51:14Z</dc:date>
    <item>
      <title>How do I merge the rows?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-merge-the-rows/m-p/1848672#M1215539</link>
      <description>&lt;P&gt;Hey,&lt;/P&gt;
&lt;P&gt;I have the following table:&lt;/P&gt;
&lt;TABLE border="1" width="100%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="25%"&gt;Person&lt;/TD&gt;
&lt;TD width="25%"&gt;date&lt;/TD&gt;
&lt;TD width="25%"&gt;time1&lt;/TD&gt;
&lt;TD width="25%"&gt;time2&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="25%"&gt;bob&lt;/TD&gt;
&lt;TD width="25%"&gt;05-10-2021&lt;/TD&gt;
&lt;TD width="25%"&gt;2 min&lt;/TD&gt;
&lt;TD width="25%"&gt;-&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="25%"&gt;bob&lt;/TD&gt;
&lt;TD width="25%"&gt;05-10-2021&lt;/TD&gt;
&lt;TD width="25%"&gt;-&lt;/TD&gt;
&lt;TD width="25%"&gt;5 min&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="25%"&gt;roy&lt;/TD&gt;
&lt;TD width="25%"&gt;05-10-2021&lt;/TD&gt;
&lt;TD width="25%"&gt;1 min&lt;/TD&gt;
&lt;TD width="25%"&gt;-&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;roy&lt;/TD&gt;
&lt;TD&gt;05-10-2021&lt;/TD&gt;
&lt;TD&gt;-&lt;/TD&gt;
&lt;TD&gt;6 min&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;Maybe you see the problem.. I want to have the data in one row and not in the displayed version. My result should look like these:&lt;/P&gt;
&lt;TABLE border="1"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="25%"&gt;Person&lt;/TD&gt;
&lt;TD width="25%"&gt;date&lt;/TD&gt;
&lt;TD width="25%"&gt;time1&lt;/TD&gt;
&lt;TD width="25%"&gt;time2&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="25%"&gt;bob&lt;/TD&gt;
&lt;TD width="25%"&gt;05-10-2021&lt;/TD&gt;
&lt;TD width="25%"&gt;2 min&lt;/TD&gt;
&lt;TD width="25%"&gt;5 min&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="25%"&gt;roy&lt;/TD&gt;
&lt;TD width="25%"&gt;05-10-2021&lt;/TD&gt;
&lt;TD width="25%"&gt;1 min&lt;/TD&gt;
&lt;TD width="25%"&gt;6 min&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;I was trying lots of joins and concatenation functions, but nothing worked. I hope you can help me.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Oct 2021 09:22:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-merge-the-rows/m-p/1848672#M1215539</guid>
      <dc:creator>Jens</dc:creator>
      <dc:date>2021-10-19T09:22:34Z</dc:date>
    </item>
    <item>
      <title>Re: How do I merge the rows?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-merge-the-rows/m-p/1848705#M1215542</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;This happens when you concatenate tables.&lt;/P&gt;
&lt;P&gt;Try to find the key field in the table and then try joining time2 data on the key.&lt;/P&gt;
&lt;P&gt;You may need to create a composite key field with the combination of Person &amp;amp; Date (Not sure about your exact data).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;BR /&gt;Ashutosh&lt;/P&gt;</description>
      <pubDate>Tue, 19 Oct 2021 10:04:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-merge-the-rows/m-p/1848705#M1215542</guid>
      <dc:creator>AshutoshBhumkar</dc:creator>
      <dc:date>2021-10-19T10:04:33Z</dc:date>
    </item>
    <item>
      <title>Re: How do I merge the rows?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-merge-the-rows/m-p/1848716#M1215543</link>
      <description>&lt;P&gt;You mean creating a synthetic KEY?&lt;/P&gt;</description>
      <pubDate>Tue, 19 Oct 2021 10:15:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-merge-the-rows/m-p/1848716#M1215543</guid>
      <dc:creator>Jens</dc:creator>
      <dc:date>2021-10-19T10:15:06Z</dc:date>
    </item>
    <item>
      <title>Re: How do I merge the rows?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-merge-the-rows/m-p/1848717#M1215544</link>
      <description>&lt;P&gt;No.&lt;/P&gt;
&lt;P&gt;Composite Keys are combination of two columns to create uniqueness.&lt;/P&gt;
&lt;P&gt;E.g &lt;STRONG&gt;Person&amp;amp;'-'&amp;amp;Date&lt;/STRONG&gt; would be &lt;STRONG&gt;BOB-5-10-2021&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Ashutosh&lt;/P&gt;</description>
      <pubDate>Tue, 19 Oct 2021 10:18:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-merge-the-rows/m-p/1848717#M1215544</guid>
      <dc:creator>AshutoshBhumkar</dc:creator>
      <dc:date>2021-10-19T10:18:18Z</dc:date>
    </item>
    <item>
      <title>Re: How do I merge the rows?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-merge-the-rows/m-p/1848723#M1215545</link>
      <description>&lt;P&gt;Okay, I understand.. but this would crash my analytics process after, if I can't filter through the name and the date.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Oct 2021 10:21:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-merge-the-rows/m-p/1848723#M1215545</guid>
      <dc:creator>Jens</dc:creator>
      <dc:date>2021-10-19T10:21:12Z</dc:date>
    </item>
    <item>
      <title>Re: How do I merge the rows?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-merge-the-rows/m-p/1848733#M1215547</link>
      <description>&lt;P&gt;Create a different field for Composite key which would not be the part of selections on Sheet.&lt;/P&gt;
&lt;P&gt;E.g&lt;/P&gt;
&lt;P&gt;Load&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Category,&lt;/P&gt;
&lt;P&gt;Date&lt;/P&gt;
&lt;P&gt;Values&lt;/P&gt;
&lt;P&gt;Category&amp;amp;'-'&amp;amp;Date as &lt;STRONG&gt;KeyForTime2&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Oct 2021 10:24:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-merge-the-rows/m-p/1848733#M1215547</guid>
      <dc:creator>AshutoshBhumkar</dc:creator>
      <dc:date>2021-10-19T10:24:38Z</dc:date>
    </item>
    <item>
      <title>Re: How do I merge the rows?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-merge-the-rows/m-p/1848734#M1215548</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/153300"&gt;@Jens&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Try below script&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Data:&lt;BR /&gt;LOAD&lt;BR /&gt;Person,&lt;BR /&gt;"date",&lt;BR /&gt;time1,&lt;BR /&gt;time2&lt;BR /&gt;FROM [lib://test/Dump.xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is Sheet7);&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Time1:&lt;BR /&gt;Load&lt;BR /&gt;Person&amp;amp;"date" as Key,&lt;BR /&gt;Person,&lt;BR /&gt;"date",&lt;BR /&gt;time1&lt;BR /&gt;resident Data&lt;BR /&gt;where time1&amp;lt;&amp;gt;'-';&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Time1:&lt;BR /&gt;Load&lt;BR /&gt;Person&amp;amp;"date" as Key,&lt;BR /&gt;time2&lt;BR /&gt;resident Data&lt;BR /&gt;where time2&amp;lt;&amp;gt;'-';&lt;BR /&gt;Drop table Data;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Oct 2021 10:25:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-merge-the-rows/m-p/1848734#M1215548</guid>
      <dc:creator>abhijitnalekar</dc:creator>
      <dc:date>2021-10-19T10:25:18Z</dc:date>
    </item>
    <item>
      <title>Re: How do I merge the rows?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-merge-the-rows/m-p/1848762#M1215549</link>
      <description>&lt;P&gt;This isn't working.. the same problem as before&lt;/P&gt;</description>
      <pubDate>Tue, 19 Oct 2021 10:51:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-merge-the-rows/m-p/1848762#M1215549</guid>
      <dc:creator>Jens</dc:creator>
      <dc:date>2021-10-19T10:51:14Z</dc:date>
    </item>
    <item>
      <title>Re: How do I merge the rows?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-merge-the-rows/m-p/1848774#M1215551</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/153300"&gt;@Jens&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Strange. The same code is working at my side.&lt;/P&gt;
&lt;P&gt;Please find attached QVF for reference.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Oct 2021 11:08:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-merge-the-rows/m-p/1848774#M1215551</guid>
      <dc:creator>abhijitnalekar</dc:creator>
      <dc:date>2021-10-19T11:08:28Z</dc:date>
    </item>
    <item>
      <title>Re: How do I merge the rows?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-merge-the-rows/m-p/1848817#M1215555</link>
      <description>&lt;P&gt;I've tried your solution. The values time1 and time2 are joined, but the old values ('-') exist futhermore. How can I delete them?&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/15706"&gt;@AshutoshBhumkar&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Oct 2021 12:36:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-merge-the-rows/m-p/1848817#M1215555</guid>
      <dc:creator>Jens</dc:creator>
      <dc:date>2021-10-19T12:36:48Z</dc:date>
    </item>
    <item>
      <title>Re: How do I merge the rows?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-merge-the-rows/m-p/1848980#M1215560</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Could you provide any screenshot for those '-'.&lt;/P&gt;
&lt;P&gt;We can remove those, If those are not relevant&lt;/P&gt;</description>
      <pubDate>Tue, 19 Oct 2021 15:11:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-merge-the-rows/m-p/1848980#M1215560</guid>
      <dc:creator>AshutoshBhumkar</dc:creator>
      <dc:date>2021-10-19T15:11:51Z</dc:date>
    </item>
    <item>
      <title>Re: How do I merge the rows?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-merge-the-rows/m-p/1848988#M1215561</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/15706"&gt;@AshutoshBhumkar&lt;/a&gt;&amp;nbsp;This is how my table looks like now:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot (177).png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/64765iCE9ECE0F43C1A162/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot (177).png" alt="Screenshot (177).png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;You see that Qlik has joined the attribute time1 and time 2 in row2, but the rows with only time1 and time2 are preserved.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Oct 2021 15:21:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-merge-the-rows/m-p/1848988#M1215561</guid>
      <dc:creator>Jens</dc:creator>
      <dc:date>2021-10-19T15:21:58Z</dc:date>
    </item>
    <item>
      <title>Re: How do I merge the rows?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-merge-the-rows/m-p/1849021#M1215562</link>
      <description>&lt;P&gt;Maybe you need to remove null values and then join.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Oct 2021 16:06:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-merge-the-rows/m-p/1849021#M1215562</guid>
      <dc:creator>AshutoshBhumkar</dc:creator>
      <dc:date>2021-10-19T16:06:50Z</dc:date>
    </item>
    <item>
      <title>Re: How do I merge the rows?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-merge-the-rows/m-p/1849198#M1215570</link>
      <description>&lt;P&gt;Yes.. but if I do it, then the values other time values get deleted. I don't understand why the join is so strange. Normally in a SQL Join there are only the values, that could have been joined together, but in Qlik there is somehow a other comphrehension of a join..&lt;/P&gt;</description>
      <pubDate>Wed, 20 Oct 2021 05:09:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-merge-the-rows/m-p/1849198#M1215570</guid>
      <dc:creator>Jens</dc:creator>
      <dc:date>2021-10-20T05:09:11Z</dc:date>
    </item>
  </channel>
</rss>

