<?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 Aggregate Multiple fields in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Aggregate-Multiple-fields/m-p/769467#M273260</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i need help with aggregation&lt;/P&gt;&lt;P&gt;i aggregate data &lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;F1,F2&lt;/P&gt;&lt;P&gt;,count(Id) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;from fileSource&lt;/P&gt;&lt;P&gt;GRoup By&lt;/P&gt;&lt;P&gt;F1&lt;/P&gt;&lt;P&gt;,F2&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;however this doesn't display satisfied results. What is wrong with my script can someone tell me pls?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Nov 2014 12:50:26 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-11-18T12:50:26Z</dc:date>
    <item>
      <title>Aggregate Multiple fields</title>
      <link>https://community.qlik.com/t5/QlikView/Aggregate-Multiple-fields/m-p/769467#M273260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i need help with aggregation&lt;/P&gt;&lt;P&gt;i aggregate data &lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;F1,F2&lt;/P&gt;&lt;P&gt;,count(Id) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;from fileSource&lt;/P&gt;&lt;P&gt;GRoup By&lt;/P&gt;&lt;P&gt;F1&lt;/P&gt;&lt;P&gt;,F2&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;however this doesn't display satisfied results. What is wrong with my script can someone tell me pls?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2014 12:50:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggregate-Multiple-fields/m-p/769467#M273260</guid>
      <dc:creator />
      <dc:date>2014-11-18T12:50:26Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregate Multiple fields</title>
      <link>https://community.qlik.com/t5/QlikView/Aggregate-Multiple-fields/m-p/769468#M273261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you're getting an inflated figure it may be that you need to do count(distinct Id).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Otherwise, can you post a sample of your data and the expected results?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2014 12:52:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggregate-Multiple-fields/m-p/769468#M273261</guid>
      <dc:creator>marcus_malinow</dc:creator>
      <dc:date>2014-11-18T12:52:59Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregate Multiple fields</title>
      <link>https://community.qlik.com/t5/QlikView/Aggregate-Multiple-fields/m-p/769469#M273262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's better to provide (a) source data and/or (b) working/runnable qv-script.&lt;/P&gt;&lt;P&gt;Neither (a) nor (b) I can see here, so it's hard to advice.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find working example, hope this will help somehow:&lt;/P&gt;&lt;P&gt;// BEGIN&lt;/P&gt;&lt;P&gt;fileSource:&lt;/P&gt;&lt;P&gt;load * Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;id,F1,F2&lt;/P&gt;&lt;P&gt;1,1,1&lt;/P&gt;&lt;P&gt;2,1,2&lt;/P&gt;&lt;P&gt;3,2,1&lt;/P&gt;&lt;P&gt;4,2,2&lt;/P&gt;&lt;P&gt;5,1,2&lt;/P&gt;&lt;P&gt;6,2,2&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;F1,F2,count(id)&lt;/P&gt;&lt;P&gt;Resident fileSource&lt;/P&gt;&lt;P&gt;GRoup By F1,F2;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;drop Table fileSource;&lt;/P&gt;&lt;P&gt;// THE END&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Maxim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2014 13:10:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggregate-Multiple-fields/m-p/769469#M273262</guid>
      <dc:creator>maksim_senin</dc:creator>
      <dc:date>2014-11-18T13:10:16Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregate Multiple fields</title>
      <link>https://community.qlik.com/t5/QlikView/Aggregate-Multiple-fields/m-p/769470#M273263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you upload a sample document and tell us what is the desired outcome, maybe you need to use distinct instead of count().&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2014 13:36:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggregate-Multiple-fields/m-p/769470#M273263</guid>
      <dc:creator>maleksafa</dc:creator>
      <dc:date>2014-11-18T13:36:57Z</dc:date>
    </item>
  </channel>
</rss>

