<?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: Count with Set Analysis per Month in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Count-with-Set-Analysis-per-Month/m-p/423778#M490160</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you pls upload sample qvw application. From which field or calculated dimention are you selecting month?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Som&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Nov 2012 10:52:01 GMT</pubDate>
    <dc:creator>somenathroy</dc:creator>
    <dc:date>2012-11-12T10:52:01Z</dc:date>
    <item>
      <title>Count with Set Analysis per Month</title>
      <link>https://community.qlik.com/t5/QlikView/Count-with-Set-Analysis-per-Month/m-p/423775#M490157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to Count number of&amp;nbsp;&amp;nbsp;&amp;nbsp; New Customers Accounts, Per REP per MONTH,&amp;nbsp; . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am only selecting different MONTHS from List box as the rest is Set analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am missing something here as I can only can get an aggerated amount of New Customers per REP up to MONTH Selected ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a table&amp;nbsp; with =&amp;nbsp;&amp;nbsp; NewCustDate,&amp;nbsp; Rep, CustomerNo, CustStat&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the NewCustDate , Date format =YYYYMMDD and&amp;nbsp; Data Starting from 20120701&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;My Expression&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;SPAN style="color: #0000ff;"&gt;Count&lt;/SPAN&gt;({$&amp;lt;&lt;SPAN style="color: #800000;"&gt;Rep&lt;/SPAN&gt;={'HARRY'},&lt;SPAN style="color: #800000;"&gt;CustStat&lt;/SPAN&gt;={'20'}&amp;gt;}&lt;SPAN style="color: #800000;"&gt;CustStat)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;&amp;nbsp; &lt;SPAN style="color: #333333;"&gt;I have tried this Expression as well but give same results as above &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;SPAN style="font-size: 12pt;"&gt;Count ({$&amp;lt;&lt;SPAN style="color: #800000;"&gt;CustomerNo&lt;/SPAN&gt;=&lt;SPAN style="color: #0000ff;"&gt;p&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;({$&lt;/SPAN&gt;&amp;lt;&lt;SPAN style="color: #800000;"&gt;Rep&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;={'HARRY}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000;"&gt;CustomerNo&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;)&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;Month&lt;/SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;SPAN style="color: #993300;"&gt;NewCustDate&lt;/SPAN&gt;)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12pt;"&gt;any help appreciated &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12pt;"&gt;regards Peter&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Nov 2012 05:26:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-with-Set-Analysis-per-Month/m-p/423775#M490157</guid>
      <dc:creator>Peter_Brunner</dc:creator>
      <dc:date>2012-11-12T05:26:04Z</dc:date>
    </item>
    <item>
      <title>Re: Count with Set Analysis per Month</title>
      <link>https://community.qlik.com/t5/QlikView/Count-with-Set-Analysis-per-Month/m-p/423776#M490158</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;Have you tried this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count({$&amp;lt;Rep={'HARRY'},CustStat={'20'}&amp;gt;} Distinct CustomerNo)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Nov 2012 07:48:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-with-Set-Analysis-per-Month/m-p/423776#M490158</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2012-11-12T07:48:20Z</dc:date>
    </item>
    <item>
      <title>Re: Count with Set Analysis per Month</title>
      <link>https://community.qlik.com/t5/QlikView/Count-with-Set-Analysis-per-Month/m-p/423777#M490159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jonathan,&lt;/P&gt;&lt;P&gt;Thanks for your reply Yes I&amp;nbsp; ahve tried that one and same result it counts YTD not MTD &lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Nov 2012 08:14:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-with-Set-Analysis-per-Month/m-p/423777#M490159</guid>
      <dc:creator>Peter_Brunner</dc:creator>
      <dc:date>2012-11-12T08:14:09Z</dc:date>
    </item>
    <item>
      <title>Re: Count with Set Analysis per Month</title>
      <link>https://community.qlik.com/t5/QlikView/Count-with-Set-Analysis-per-Month/m-p/423778#M490160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you pls upload sample qvw application. From which field or calculated dimention are you selecting month?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Som&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Nov 2012 10:52:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-with-Set-Analysis-per-Month/m-p/423778#M490160</guid>
      <dc:creator>somenathroy</dc:creator>
      <dc:date>2012-11-12T10:52:01Z</dc:date>
    </item>
    <item>
      <title>Re: Count with Set Analysis per Month</title>
      <link>https://community.qlik.com/t5/QlikView/Count-with-Set-Analysis-per-Month/m-p/423779#M490161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Count({$&amp;lt;Rep={"HARRY"},CustStat={"20"}&amp;gt;} Distinct CustomerNo)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Nov 2012 11:24:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-with-Set-Analysis-per-Month/m-p/423779#M490161</guid>
      <dc:creator />
      <dc:date>2012-11-12T11:24:19Z</dc:date>
    </item>
    <item>
      <title>Re: Count with Set Analysis per Month</title>
      <link>https://community.qlik.com/t5/QlikView/Count-with-Set-Analysis-per-Month/m-p/423780#M490162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not sure, but can use the below lint to get some idea,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/message/252665#252665"&gt;http://community.qlik.com/message/252665#252665&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Nov 2012 12:04:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-with-Set-Analysis-per-Month/m-p/423780#M490162</guid>
      <dc:creator>renjithpl</dc:creator>
      <dc:date>2012-11-12T12:04:25Z</dc:date>
    </item>
    <item>
      <title>Re: Count with Set Analysis per Month</title>
      <link>https://community.qlik.com/t5/QlikView/Count-with-Set-Analysis-per-Month/m-p/423781#M490163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Som,&lt;/P&gt;&lt;P&gt;after reading your reply I went through my script again and found an error in my linked table for the Customers month field&lt;/P&gt;&lt;P&gt;I fixed this so "Month" format matches in both tables and now it selects correctly &lt;/P&gt;&lt;P&gt;Thanks for your help Som&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And thanks to all for their suggestions and sorry for only giving you guys half a picture&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it now works with the my original &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;SPAN style="color: #0000ff;"&gt;Count&lt;/SPAN&gt;({$&amp;lt;&lt;SPAN style="color: #800000;"&gt;Rep&lt;/SPAN&gt;={'HARRY'},&lt;SPAN style="color: #800000;"&gt;CustStat&lt;/SPAN&gt;={'20'}&amp;gt;}&lt;SPAN style="color: #800000;"&gt;CustStat)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;regards Peter&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Nov 2012 12:43:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-with-Set-Analysis-per-Month/m-p/423781#M490163</guid>
      <dc:creator>Peter_Brunner</dc:creator>
      <dc:date>2012-11-12T12:43:57Z</dc:date>
    </item>
  </channel>
</rss>

