<?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: Aggregate Outer Join data into 1 row only in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Aggregate-Outer-Join-data-into-1-row-only/m-p/1947889#M78124</link>
    <description>&lt;P&gt;There is a missing/wrong association in regard to the field/dimension "Project" and/or a data-quality issue.&lt;/P&gt;
&lt;P&gt;You might just remove this field from your table to get a single row. Otherwise if this information is important for this view you will need to look on your data and/or adjusting the data-model.&lt;/P&gt;
&lt;P&gt;- Marcus&lt;/P&gt;</description>
    <pubDate>Fri, 24 Jun 2022 12:44:45 GMT</pubDate>
    <dc:creator>marcus_sommer</dc:creator>
    <dc:date>2022-06-24T12:44:45Z</dc:date>
    <item>
      <title>Aggregate Outer Join data into 1 row only</title>
      <link>https://community.qlik.com/t5/App-Development/Aggregate-Outer-Join-data-into-1-row-only/m-p/1947822#M78113</link>
      <description>&lt;P&gt;Dear all,&lt;/P&gt;
&lt;P&gt;I'm going crazy with joins:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Schermata 2022-06-24 alle 12.01.45.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/82582iC54CB9FDCA57B97C/image-size/large?v=v2&amp;amp;px=999" role="button" title="Schermata 2022-06-24 alle 12.01.45.png" alt="Schermata 2022-06-24 alle 12.01.45.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I would like to aggregate joined dimensions into a single row.&lt;/P&gt;
&lt;P&gt;I used [ID_Invoice] as common dimension to create outer join. It should be so easy for you, sorry I'm pretty nearbie about these things.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jun 2022 10:06:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Aggregate-Outer-Join-data-into-1-row-only/m-p/1947822#M78113</guid>
      <dc:creator>orlando162</dc:creator>
      <dc:date>2022-06-24T10:06:57Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregate Outer Join data into 1 row only</title>
      <link>https://community.qlik.com/t5/App-Development/Aggregate-Outer-Join-data-into-1-row-only/m-p/1947889#M78124</link>
      <description>&lt;P&gt;There is a missing/wrong association in regard to the field/dimension "Project" and/or a data-quality issue.&lt;/P&gt;
&lt;P&gt;You might just remove this field from your table to get a single row. Otherwise if this information is important for this view you will need to look on your data and/or adjusting the data-model.&lt;/P&gt;
&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jun 2022 12:44:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Aggregate-Outer-Join-data-into-1-row-only/m-p/1947889#M78124</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2022-06-24T12:44:45Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregate Outer Join data into 1 row only</title>
      <link>https://community.qlik.com/t5/App-Development/Aggregate-Outer-Join-data-into-1-row-only/m-p/1947905#M78126</link>
      <description>&lt;P&gt;The association is made with the field [ID_Invoice]:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;[Sirio]:&lt;/P&gt;
&lt;P&gt;LOAD&lt;BR /&gt;[Mandante] as [Company],&lt;BR /&gt;[Data] as [Data_Registrazione],&lt;BR /&gt;[Data] as Master_Data,&lt;BR /&gt;[Importo (CHF)] as [Importo_CHF],&lt;BR /&gt;[Importo (Valuta)]&amp;amp;'_'&amp;amp;[Numero documento] as [ID_Invoice]&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;OUTER JOIN ([Sirio]) LOAD&lt;BR /&gt;[Project],&lt;BR /&gt;[# Invoice],&lt;BR /&gt;[Amount],&lt;BR /&gt;[Amount]&amp;amp;'_'&amp;amp;[# Invoice] as [ID_Invoice]&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jun 2022 13:36:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Aggregate-Outer-Join-data-into-1-row-only/m-p/1947905#M78126</guid>
      <dc:creator>orlando162</dc:creator>
      <dc:date>2022-06-24T13:36:08Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregate Outer Join data into 1 row only</title>
      <link>https://community.qlik.com/t5/App-Development/Aggregate-Outer-Join-data-into-1-row-only/m-p/1947923#M78127</link>
      <description>&lt;P&gt;The effect which you see may not only be caused from this join else also from other script-parts and/or of the fields which are used within this table.&lt;/P&gt;
&lt;P&gt;Further it looked as if you are combining a measure-field and an ID-field to a key-field. If so it's quite unusual and I suggest to check if this approach is really expedient.&lt;/P&gt;
&lt;P&gt;Beside this I suggest to add definite unique id's within the loads, for example with recno() and rowno() and then using a table-box with all relevant fields to see which associations are really there and how the data-quality looked like.&lt;/P&gt;
&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jun 2022 13:58:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Aggregate-Outer-Join-data-into-1-row-only/m-p/1947923#M78127</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2022-06-24T13:58:30Z</dc:date>
    </item>
  </channel>
</rss>

