<?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 Basic in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Basic/m-p/735451#M1064135</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have customer vs invoice(s) data sheet in excel&lt;/P&gt;&lt;P&gt;first I have to count no of invoices for each customer and&lt;/P&gt;&lt;P&gt;i I want to see customer who have max invoice in text object&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Sep 2014 22:52:48 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-09-18T22:52:48Z</dc:date>
    <item>
      <title>Basic</title>
      <link>https://community.qlik.com/t5/QlikView/Basic/m-p/735451#M1064135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have customer vs invoice(s) data sheet in excel&lt;/P&gt;&lt;P&gt;first I have to count no of invoices for each customer and&lt;/P&gt;&lt;P&gt;i I want to see customer who have max invoice in text object&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Sep 2014 22:52:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Basic/m-p/735451#M1064135</guid>
      <dc:creator />
      <dc:date>2014-09-18T22:52:48Z</dc:date>
    </item>
    <item>
      <title>Re: Basic</title>
      <link>https://community.qlik.com/t5/QlikView/Basic/m-p/735452#M1064136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please post sample data with expected result&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Sep 2014 23:02:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Basic/m-p/735452#M1064136</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2014-09-18T23:02:06Z</dc:date>
    </item>
    <item>
      <title>Re: Basic</title>
      <link>https://community.qlik.com/t5/QlikView/Basic/m-p/735453#M1064137</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;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=FirstSortedValue(customer, -Aggr(Count(Invoices), customer))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Sep 2014 03:47:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Basic/m-p/735453#M1064137</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-09-19T03:47:31Z</dc:date>
    </item>
    <item>
      <title>Re: Basic</title>
      <link>https://community.qlik.com/t5/QlikView/Basic/m-p/735454#M1064138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=max(aggr(count(invoice),customer))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will do the trick..&lt;/P&gt;&lt;P&gt;Sundar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Sep 2014 03:55:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Basic/m-p/735454#M1064138</guid>
      <dc:creator>sundarakumar</dc:creator>
      <dc:date>2014-09-19T03:55:56Z</dc:date>
    </item>
    <item>
      <title>Re: Basic</title>
      <link>https://community.qlik.com/t5/QlikView/Basic/m-p/735455#M1064139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Number of Invoices for each customer&lt;/P&gt;&lt;P&gt;COUNT(DISTINCT [Invoice NO])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Customer having Maximum Invoices in Text Box...&lt;/P&gt;&lt;P&gt;=FirstSortedValue(Customer, -Aggr(Count(DISTINCT [Invoice NO]),Customer))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Sep 2014 08:31:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Basic/m-p/735455#M1064139</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-09-19T08:31:15Z</dc:date>
    </item>
    <item>
      <title>Re: Basic</title>
      <link>https://community.qlik.com/t5/QlikView/Basic/m-p/735456#M1064140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks to all who helped me its solved&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Sep 2014 16:04:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Basic/m-p/735456#M1064140</guid>
      <dc:creator />
      <dc:date>2014-09-19T16:04:25Z</dc:date>
    </item>
    <item>
      <title>Re: Basic</title>
      <link>https://community.qlik.com/t5/QlikView/Basic/m-p/735457#M1064141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please close the thread by marking appropriate correct and helpful answers.&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;-Sundar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Sep 2014 20:49:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Basic/m-p/735457#M1064141</guid>
      <dc:creator>sundarakumar</dc:creator>
      <dc:date>2014-09-19T20:49:51Z</dc:date>
    </item>
  </channel>
</rss>

