<?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: Need logic in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Need-logic/m-p/1029625#M939928</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;If Whenever Customer Purchase Product then generated Application Number is same or different for day.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it is same then Sunny's Answer work.&lt;/P&gt;&lt;P&gt;If not then try below,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=Count(Aggr(Count(DISTINCT [&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Customer ID]&lt;/STRONG&gt;), Day)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 Feb 2016 10:55:12 GMT</pubDate>
    <dc:creator>PrashantSangle</dc:creator>
    <dc:date>2016-02-02T10:55:12Z</dc:date>
    <item>
      <title>Need logic</title>
      <link>https://community.qlik.com/t5/QlikView/Need-logic/m-p/1029623#M939926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi am having Customer ID and Application number &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Scenario: A customer 'xyz' can apply to purchase a product on today for 3 times so count(&lt;SPAN style="font-size: 13.3333px;"&gt;Application number) for particular customer on that day is"3".&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But here i need to capture information as one Customer on a particular day ,one application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So finally i need to show &lt;SPAN style="font-size: 13.3333px;"&gt;customer 'xyz' Count(Application) =1&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Feb 2016 10:34:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-logic/m-p/1029623#M939926</guid>
      <dc:creator>nareshthavidishetty</dc:creator>
      <dc:date>2016-02-02T10:34:21Z</dc:date>
    </item>
    <item>
      <title>Re: Need logic</title>
      <link>https://community.qlik.com/t5/QlikView/Need-logic/m-p/1029624#M939927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Count(Aggr(Count(DISTINCT Application), Customer, Day)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Feb 2016 10:37:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-logic/m-p/1029624#M939927</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-02-02T10:37:36Z</dc:date>
    </item>
    <item>
      <title>Re: Need logic</title>
      <link>https://community.qlik.com/t5/QlikView/Need-logic/m-p/1029625#M939928</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;If Whenever Customer Purchase Product then generated Application Number is same or different for day.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it is same then Sunny's Answer work.&lt;/P&gt;&lt;P&gt;If not then try below,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=Count(Aggr(Count(DISTINCT [&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Customer ID]&lt;/STRONG&gt;), Day)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Feb 2016 10:55:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-logic/m-p/1029625#M939928</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2016-02-02T10:55:12Z</dc:date>
    </item>
    <item>
      <title>Re: Need logic</title>
      <link>https://community.qlik.com/t5/QlikView/Need-logic/m-p/1029626#M939929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot sunny it works.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Feb 2016 10:55:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-logic/m-p/1029626#M939929</guid>
      <dc:creator>nareshthavidishetty</dc:creator>
      <dc:date>2016-02-02T10:55:42Z</dc:date>
    </item>
    <item>
      <title>Re: Need logic</title>
      <link>https://community.qlik.com/t5/QlikView/Need-logic/m-p/1029627#M939930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Awesome, I am glad I was able to help &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for taking time to mark my response as helpful, but I would also suggest closing this thread down by selecting a correct answer (and also mark other helpful answers).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-14806"&gt;Qlik Community Tip: Marking Replies as Correct or Helpful&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Feb 2016 11:16:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-logic/m-p/1029627#M939930</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-02-02T11:16:16Z</dc:date>
    </item>
  </channel>
</rss>

