<?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 set analysis with date in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/set-analysis-with-date/m-p/9009#M777925</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any one please help me on below requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to &lt;STRONG&gt;count the numbers when Create &amp;gt; DueDate and [String]='Authorised' and [Item Field] ='Staus' &lt;/STRONG&gt;in KPi&lt;/P&gt;&lt;P&gt;Please help me to write the expression.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Thanks in advance.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>bhavvibudagam</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>set analysis with date</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-with-date/m-p/9009#M777925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any one please help me on below requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to &lt;STRONG&gt;count the numbers when Create &amp;gt; DueDate and [String]='Authorised' and [Item Field] ='Staus' &lt;/STRONG&gt;in KPi&lt;/P&gt;&lt;P&gt;Please help me to write the expression.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Thanks in advance.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-with-date/m-p/9009#M777925</guid>
      <dc:creator>bhavvibudagam</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis with date</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-with-date/m-p/9010#M777926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this hope so it will works&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count(&amp;lt;{&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Create="&amp;gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;DueDate&lt;/STRONG&gt;"&lt;/STRONG&gt;},{&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[Item New String]='Authorised'&lt;/STRONG&gt;},{&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[Item Field] ='Staus'&lt;/STRONG&gt;}&amp;gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;IssueNo)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2018 06:44:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-with-date/m-p/9010#M777926</guid>
      <dc:creator>vishalarote</dc:creator>
      <dc:date>2018-04-10T06:44:43Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis with date</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-with-date/m-p/9011#M777927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Count(if(&lt;/P&gt;&lt;P&gt;(Date#(Created,'DD/MM/YYYY') &amp;gt;Date#(DueDate,'DD/MM/YYYY'))AND [Item New String]='Authorised' AND[Item Field] ='Staus',IssueNo))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2018 07:07:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-with-date/m-p/9011#M777927</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2018-04-10T07:07:34Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis with date</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-with-date/m-p/9012#M777928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How about this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;=Sum({&amp;lt;[Item New String] = {'Authorised'}, [Item Field] = {'status'} &amp;gt;} -(Create &amp;gt; DueDate))&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;*Assumes that Create and DueDate are normal Qlikview numerical date values.&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2018 07:31:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-with-date/m-p/9012#M777928</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2018-04-10T07:31:39Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis with date</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-with-date/m-p/9013#M777929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bhavani,&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/199037_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2018 08:01:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-with-date/m-p/9013#M777929</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-10T08:01:59Z</dc:date>
    </item>
  </channel>
</rss>

