<?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 values in a cross table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Aggregate-values-in-a-cross-table/m-p/662140#M241304</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks to both of you.&lt;/P&gt;&lt;P&gt;Your methods works fine with the concat as expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But it is possible to do this for a dimension ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you again !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Oct 2014 12:34:11 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-10-20T12:34:11Z</dc:date>
    <item>
      <title>Aggregate values in a cross table</title>
      <link>https://community.qlik.com/t5/QlikView/Aggregate-values-in-a-cross-table/m-p/662137#M241301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;I need your help about an aggregate in a cross table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You an see in that example that I have several invoices numbers for only one order.&lt;IMG alt="agg.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/69294_agg.png" style="width: 620px; height: 83px;" /&gt;&lt;/P&gt;&lt;P&gt;Therefore, all my lines are duplicated with the same content.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you know how can I aggregate the invoice number, to have in this example a result like that :&lt;/P&gt;&lt;P&gt;&lt;IMG alt="agg2.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/69295_agg2.png" style="width: 620px; height: 48px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks lot for your help &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Oct 2014 12:13:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggregate-values-in-a-cross-table/m-p/662137#M241301</guid>
      <dc:creator />
      <dc:date>2014-10-20T12:13:36Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregate values in a cross table</title>
      <link>https://community.qlik.com/t5/QlikView/Aggregate-values-in-a-cross-table/m-p/662138#M241302</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;You can try using this on your expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Concat(Distinct [Invoice Number],',')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There's attached an example using this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gabriel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Oct 2014 12:24:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggregate-values-in-a-cross-table/m-p/662138#M241302</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-20T12:24:05Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregate values in a cross table</title>
      <link>https://community.qlik.com/t5/QlikView/Aggregate-values-in-a-cross-table/m-p/662139#M241303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can delimit the invoice numbers with the concat() function. Probably something like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=concat( Distinct&amp;nbsp; total &amp;lt;[Order Number]&amp;gt;&amp;nbsp; [Invoice Number] , ', ' )&amp;nbsp;&amp;nbsp; in an expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This can be done in a chart expression, or you can build the data model this way in the load script. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Doing the latter will eliminate any duplicate records from the data model and you won't have to repeat any chart conditions when dealing with the duplicates elsewhere in the dashboard.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Otherwise you can do a NULL filter in the expression to get rid of the duplicates. Post the spreadsheet data and i'll post formula.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Oct 2014 12:25:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggregate-values-in-a-cross-table/m-p/662139#M241303</guid>
      <dc:creator>JonnyPoole</dc:creator>
      <dc:date>2014-10-20T12:25:02Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregate values in a cross table</title>
      <link>https://community.qlik.com/t5/QlikView/Aggregate-values-in-a-cross-table/m-p/662140#M241304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks to both of you.&lt;/P&gt;&lt;P&gt;Your methods works fine with the concat as expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But it is possible to do this for a dimension ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you again !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Oct 2014 12:34:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggregate-values-in-a-cross-table/m-p/662140#M241304</guid>
      <dc:creator />
      <dc:date>2014-10-20T12:34:11Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregate values in a cross table</title>
      <link>https://community.qlik.com/t5/QlikView/Aggregate-values-in-a-cross-table/m-p/662141#M241305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;It is. Use aggr() in lieu of total &amp;lt;[Order Number]&amp;gt;&amp;nbsp; as follows in the formula of a calculated dimension&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=aggr(&amp;nbsp; concat( Distinct&amp;nbsp;&amp;nbsp;&amp;nbsp; [Invoice Number] , ', ' ), &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;[Order Number]) &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Oct 2014 12:37:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggregate-values-in-a-cross-table/m-p/662141#M241305</guid>
      <dc:creator>JonnyPoole</dc:creator>
      <dc:date>2014-10-20T12:37:24Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregate values in a cross table</title>
      <link>https://community.qlik.com/t5/QlikView/Aggregate-values-in-a-cross-table/m-p/662142#M241306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It works very fine.&lt;/P&gt;&lt;P&gt;Thanks lot ! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Oct 2014 12:42:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggregate-values-in-a-cross-table/m-p/662142#M241306</guid>
      <dc:creator />
      <dc:date>2014-10-20T12:42:45Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregate values in a cross table</title>
      <link>https://community.qlik.com/t5/QlikView/Aggregate-values-in-a-cross-table/m-p/662143#M241307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks this document is useful !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Oct 2014 12:49:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggregate-values-in-a-cross-table/m-p/662143#M241307</guid>
      <dc:creator />
      <dc:date>2014-10-20T12:49:20Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregate values in a cross table</title>
      <link>https://community.qlik.com/t5/QlikView/Aggregate-values-in-a-cross-table/m-p/662144#M241308</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;You can also do aggregation at the script level.&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;Load Section,Order_Number,Order_Designation,Order_Supplier,Order_Date,Concat(Invoice_Number,',')&lt;/P&gt;&lt;P&gt;resident [table_name]&lt;/P&gt;&lt;P&gt;group by Section,Order_Number,Order_Designation,Order_Supplier,Order_Date;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks ,&lt;/P&gt;&lt;P&gt;Geeta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Oct 2014 12:57:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggregate-values-in-a-cross-table/m-p/662144#M241308</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-20T12:57:06Z</dc:date>
    </item>
  </channel>
</rss>

