<?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: Set Analysis Count if in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Count-if/m-p/1568252#M742650</link>
    <description>try&lt;BR /&gt;&lt;BR /&gt;Count( {&amp;lt;InceptionDate={'=$(=MakeDate(2019,3,1))'}&amp;gt;} ipkPolicyNumber)&lt;BR /&gt;&lt;BR /&gt;not sure what you mean by inception date on a pie chart.&lt;BR /&gt;you can move the makedate piece into a variable to make it more generic if needed</description>
    <pubDate>Thu, 11 Apr 2019 14:21:18 GMT</pubDate>
    <dc:creator>dplr-rn</dc:creator>
    <dc:date>2019-04-11T14:21:18Z</dc:date>
    <item>
      <title>Set Analysis Count if</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Count-if/m-p/1568205#M742649</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I have a countif expression where I want to count number of clients, but I want it to be fixed to a certain month. The current expression is :&lt;/P&gt;&lt;P&gt;count(if(InceptionDate,pkPolicyNumber))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want this to be fixed to '2019-03-01', which is the inception date on a pie chart.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My Set analysis foundation is a bit shaky &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Count-if/m-p/1568205#M742649</guid>
      <dc:creator>TheMdu</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Count if</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Count-if/m-p/1568252#M742650</link>
      <description>try&lt;BR /&gt;&lt;BR /&gt;Count( {&amp;lt;InceptionDate={'=$(=MakeDate(2019,3,1))'}&amp;gt;} ipkPolicyNumber)&lt;BR /&gt;&lt;BR /&gt;not sure what you mean by inception date on a pie chart.&lt;BR /&gt;you can move the makedate piece into a variable to make it more generic if needed</description>
      <pubDate>Thu, 11 Apr 2019 14:21:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Count-if/m-p/1568252#M742650</guid>
      <dc:creator>dplr-rn</dc:creator>
      <dc:date>2019-04-11T14:21:18Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Count if</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Count-if/m-p/1568274#M742651</link>
      <description>I have 2 charts, one is a line graph correctly showing info over a longer period. The pie chart needs to show current month - 1, which is 2019/03/01.&lt;BR /&gt;&lt;BR /&gt;I tried your code and it’s returning errors. Thanks&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Apr 2019 14:58:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Count-if/m-p/1568274#M742651</guid>
      <dc:creator>TheMdu</dc:creator>
      <dc:date>2019-04-11T14:58:58Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Count if</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Count-if/m-p/1568277#M742652</link>
      <description>if it always current month -1 put that logic there instead of the hard coded make date&lt;BR /&gt;&lt;BR /&gt;whats the error. that code should work. similar format works in my dummy dashboard locally&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Apr 2019 15:01:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Count-if/m-p/1568277#M742652</guid>
      <dc:creator>dplr-rn</dc:creator>
      <dc:date>2019-04-11T15:01:16Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Count if</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Count-if/m-p/1568655#M742653</link>
      <description>&lt;P&gt;Apologies, the script does work. The idea is for the object (pie chart) to remain on 2019-03-01, even when I select a different date. With the script you provided the pie chart changes with every date selection&lt;/P&gt;</description>
      <pubDate>Fri, 12 Apr 2019 08:53:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Count-if/m-p/1568655#M742653</guid>
      <dc:creator>TheMdu</dc:creator>
      <dc:date>2019-04-12T08:53:26Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Count if</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Count-if/m-p/1568724#M742654</link>
      <description>&lt;P&gt;it should work. Just a little syntax change...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Initial expression: Count( {&amp;lt;InceptionDate={'=$(=MakeDate(2019,3,1))'}&amp;gt;} ipkPolicyNumber)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Revised Expression: Count( {&amp;lt;InceptionDate={'=Date(MakeDate(2019,3,1),'YYYY-MM-DD')'}&amp;gt;} ipkPolicyNumber)&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Apr 2019 11:36:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Count-if/m-p/1568724#M742654</guid>
      <dc:creator>Wilson_Webb</dc:creator>
      <dc:date>2019-04-12T11:36:18Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Count if</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Count-if/m-p/1568726#M742655</link>
      <description>Share exact expression you used and the which filters are affecting it.&lt;BR /&gt;Date filter (full date selection on inception date) should not effect it. But if you have month and year filters it might be affected.&lt;BR /&gt;Share details and we can try and modify it.</description>
      <pubDate>Fri, 12 Apr 2019 11:40:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Count-if/m-p/1568726#M742655</guid>
      <dc:creator>dplr-rn</dc:creator>
      <dc:date>2019-04-12T11:40:11Z</dc:date>
    </item>
  </channel>
</rss>

