<?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 link rows in same table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-link-rows-in-same-table/m-p/65323#M10829</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;to join all the columns and have your informations in a single line (for each orw), you should use Join instead of concatenate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you should know what is the joining key between these tables before proceeding.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Read this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/39177"&gt;Understanding Join, Keep and Concatenate&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Feb 2018 16:30:18 GMT</pubDate>
    <dc:creator>YoussefBelloum</dc:creator>
    <dc:date>2018-02-21T16:30:18Z</dc:date>
    <item>
      <title>How to link rows in same table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-link-rows-in-same-table/m-p/65322#M10828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone, &lt;/P&gt;&lt;P&gt;I have data coming from 1 sheet. The data is organised by columns so I have used cross tables to properly display it in table form. I have 5 cross tables now. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I then concatenated these tables to show them in one fact table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I now have a problem as the data is not shown correctly. Some of these columns should be linked. Is there a better way to link the columns together that should be? &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;TableA:&lt;/P&gt;&lt;P&gt;CrossTable(ActionOwner, Owner)&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;[CAR#] As [CAR_CAR#],&lt;/P&gt;&lt;P&gt;[Owner - 1] ,&lt;/P&gt;&lt;P&gt;[Owner - 2] ,&lt;/P&gt;&lt;P&gt;[Owner - 3] ,&lt;/P&gt;&lt;P&gt;[Owner - 4] &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;source&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TableB:&lt;/P&gt;&lt;P&gt;CrossTable(ActionType,AT1)&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;[CAR#] As [CAR_CAR#],&lt;/P&gt;&lt;P&gt;[Action Type - 1],&lt;/P&gt;&lt;P&gt;[Action Type - 2],&lt;/P&gt;&lt;P&gt;[Action Type - 3],&lt;/P&gt;&lt;P&gt;[Action Type - 4]&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;source&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TableC:&lt;/P&gt;&lt;P&gt;CrossTable(DateActionClosed,CloseDate)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;[CAR#] As [CAR_CAR#],&lt;/P&gt;&lt;P&gt;date([Date action closed - 1], 'DD/MM/YYY') as [Date action closed - 1],&lt;/P&gt;&lt;P&gt;date([Date action closed - 2], 'DD/MM/YYY') as [Date action closed - 2],&lt;/P&gt;&lt;P&gt;date([Date action closed - 3], 'DD/MM/YYY') as [Date action closed - 3],&lt;/P&gt;&lt;P&gt;date([Date action closed - 4], 'DD/MM/YYY') as [Date action closed - 4]&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;source&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TableD:&lt;/P&gt;&lt;P&gt;CrossTable(DateActionInitiated,OpenDate)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;[CAR#] As [CAR_CAR#],&lt;/P&gt;&lt;P&gt;date([Date action initiated - 1], 'DD/MM/YYY') as [Date action initiated - 1],&lt;/P&gt;&lt;P&gt;date([Date action initiated - 2], 'DD/MM/YYY') as [Date action initiated - 2],&lt;/P&gt;&lt;P&gt;date([Date action initiated - 3], 'DD/MM/YYY') as [Date action initiated - 3],&lt;/P&gt;&lt;P&gt;date([Date action initiated - 4], 'DD/MM/YYY') as [Date action initiated - 4]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;source&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TableX:&lt;/P&gt;&lt;P&gt;CrossTable(Action, A1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;[CAR#] As [CAR_CAR#],&lt;/P&gt;&lt;P&gt;[Action - 1],&lt;/P&gt;&lt;P&gt;[Action - 2],&lt;/P&gt;&lt;P&gt;[Action - 3],&lt;/P&gt;&lt;P&gt;[Action - 4]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;source&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FinalTable:&lt;/P&gt;&lt;P&gt;NoConcatenate&lt;/P&gt;&lt;P&gt;load &lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;Resident TableD;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate&lt;/P&gt;&lt;P&gt;load&amp;nbsp; * Resident TableA;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate&lt;/P&gt;&lt;P&gt;load&amp;nbsp; * Resident TableB;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate&lt;/P&gt;&lt;P&gt;load&amp;nbsp; * Resident TableC;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate&lt;/P&gt;&lt;P&gt;load&amp;nbsp; * Resident TableX;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;drop tables TableA, TableB, TableC, TableD, TableX;&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;This is how the data is currently showing but the rows are not linked. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the data should be linked as ActionOwner1 - Owner1 - OpenDate1 - CloseDate1 - ActionType1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="crosstable.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/194085_crosstable.PNG" style="height: 261px; width: 620px;" /&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;Anyone know how I could do this?&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Feb 2018 16:24:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-link-rows-in-same-table/m-p/65322#M10828</guid>
      <dc:creator>Qlik_ULG</dc:creator>
      <dc:date>2018-02-21T16:24:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to link rows in same table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-link-rows-in-same-table/m-p/65323#M10829</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;to join all the columns and have your informations in a single line (for each orw), you should use Join instead of concatenate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you should know what is the joining key between these tables before proceeding.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Read this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/39177"&gt;Understanding Join, Keep and Concatenate&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Feb 2018 16:30:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-link-rows-in-same-table/m-p/65323#M10829</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2018-02-21T16:30:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to link rows in same table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-link-rows-in-same-table/m-p/65324#M10830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I join these tables, I get this shown in the table. It does not keep the records unique, when they should be.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I should be only seeing one row for each Action. &lt;IMG __jive_id="194086" alt="crosstable2.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/194086_crosstable2.PNG" style="height: 447px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Feb 2018 16:34:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-link-rows-in-same-table/m-p/65324#M10830</guid>
      <dc:creator>Qlik_ULG</dc:creator>
      <dc:date>2018-02-21T16:34:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to link rows in same table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-link-rows-in-same-table/m-p/65325#M10831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how do you want to see one row per Action_type if you have different: action_owner, owner, opendate, closedate and age for every action_type ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;maybe I'm missing something here..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Feb 2018 16:40:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-link-rows-in-same-table/m-p/65325#M10831</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2018-02-21T16:40:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to link rows in same table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-link-rows-in-same-table/m-p/65326#M10832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What I am looking for as an end result is this. Something which has clear, unique records for each row &amp;amp; column. &lt;IMG alt="crosstable3.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/194092_crosstable3.PNG" style="height: 104px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Feb 2018 16:48:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-link-rows-in-same-table/m-p/65326#M10832</guid>
      <dc:creator>Qlik_ULG</dc:creator>
      <dc:date>2018-02-21T16:48:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to link rows in same table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-link-rows-in-same-table/m-p/65327#M10833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So with the use of cross tables, and hard-coding into each expression, I can see what I need to. &lt;/P&gt;&lt;P&gt;&lt;IMG alt="cross-exp.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/194364_cross-exp.PNG" style="height: 202px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to supress null values to only show one record of each unique row. &lt;/P&gt;&lt;P&gt;But this now creates a new problem, as one row has to show NULL as the Action can still be open. &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Is there a sort of conditional show nulls I can use?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Feb 2018 15:46:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-link-rows-in-same-table/m-p/65327#M10833</guid>
      <dc:creator>Qlik_ULG</dc:creator>
      <dc:date>2018-02-23T15:46:52Z</dc:date>
    </item>
  </channel>
</rss>

