<?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 how to get current month and date count details based on user selection in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/how-to-get-current-month-and-date-count-details-based-on-user/m-p/1754827#M720359</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I am trying to get the Daily and Month to date(MTD) count, Here i got results for current day and current month count but when user is selected previous month its not showing data in KPI.&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Sample data.jpg" style="width: 334px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/42778i1365F21C45CCDBE6/image-size/large?v=v2&amp;amp;px=999" role="button" title="Sample data.jpg" alt="Sample data.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;max date -15/10/2020&lt;BR /&gt;max month - Oct&lt;/P&gt;&lt;P&gt;KPI's:&amp;nbsp;&lt;/P&gt;&lt;P&gt;Daily -&amp;nbsp; 60&lt;/P&gt;&lt;P&gt;Month - 180&lt;/P&gt;&lt;P&gt;Here when user is selected previous month(SEP) in calendar the KPI's shows - (dash) in text object am expecting here it should show the SEP month max date count in daily and total SEP month count in MTD.&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Yuvaraj&lt;/P&gt;</description>
    <pubDate>Fri, 15 Nov 2024 23:45:39 GMT</pubDate>
    <dc:creator>gyuvaraj</dc:creator>
    <dc:date>2024-11-15T23:45:39Z</dc:date>
    <item>
      <title>how to get current month and date count details based on user selection</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-get-current-month-and-date-count-details-based-on-user/m-p/1754827#M720359</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I am trying to get the Daily and Month to date(MTD) count, Here i got results for current day and current month count but when user is selected previous month its not showing data in KPI.&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Sample data.jpg" style="width: 334px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/42778i1365F21C45CCDBE6/image-size/large?v=v2&amp;amp;px=999" role="button" title="Sample data.jpg" alt="Sample data.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;max date -15/10/2020&lt;BR /&gt;max month - Oct&lt;/P&gt;&lt;P&gt;KPI's:&amp;nbsp;&lt;/P&gt;&lt;P&gt;Daily -&amp;nbsp; 60&lt;/P&gt;&lt;P&gt;Month - 180&lt;/P&gt;&lt;P&gt;Here when user is selected previous month(SEP) in calendar the KPI's shows - (dash) in text object am expecting here it should show the SEP month max date count in daily and total SEP month count in MTD.&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Yuvaraj&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 23:45:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-get-current-month-and-date-count-details-based-on-user/m-p/1754827#M720359</guid>
      <dc:creator>gyuvaraj</dc:creator>
      <dc:date>2024-11-15T23:45:39Z</dc:date>
    </item>
    <item>
      <title>Re: w to get current month and date count details based on user selection</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-get-current-month-and-date-count-details-based-on-user/m-p/1754829#M720360</link>
      <description>&lt;P&gt;&lt;STRONG&gt;is this?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Count({$&amp;lt;Month = {"$(=Month(Today()))"}&amp;gt;} ID)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;or&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Count({&amp;lt;Date = {"$(='&amp;gt;=' &amp;amp; Date(MonthStart(Today()), 'DD/MM/YYYY') &amp;amp; '&amp;lt;' &amp;amp; Date(MonthStart(Today(), 1), 'DD/MM/YYYY'))"}&amp;gt;} ID)&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Oct 2020 09:15:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-get-current-month-and-date-count-details-based-on-user/m-p/1754829#M720360</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2020-10-22T09:15:43Z</dc:date>
    </item>
    <item>
      <title>Re: w to get current month and date count details based on user selection</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-get-current-month-and-date-count-details-based-on-user/m-p/1754838#M720361</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;Its working fine for Oct month when i choose Sep its not showing any count.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Oct 2020 09:29:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-get-current-month-and-date-count-details-based-on-user/m-p/1754838#M720361</guid>
      <dc:creator>gyuvaraj</dc:creator>
      <dc:date>2020-10-22T09:29:16Z</dc:date>
    </item>
    <item>
      <title>Re: how to get current month and date count details based on user selection</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-get-current-month-and-date-count-details-based-on-user/m-p/1754841#M720362</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/101900"&gt;@gyuvaraj&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Try like below&lt;/P&gt;&lt;P&gt;For Daily: Sum({$&amp;lt;Date= {"$(=Date(Max(Date),'DD/MM/YYYY'))"}&amp;gt;} Sales)&lt;/P&gt;&lt;P&gt;For MTD: Sum({&amp;lt;Date = {"$(='&amp;gt;=' &amp;amp; Date(MonthStart(Max(Date)), 'DD/MM/YYYY') &amp;amp; '&amp;lt;=' &amp;amp; Date(MonthEnd(Max(Date)), 'DD/MM/YYYY'))"}&amp;gt;} Sales)&lt;/P&gt;</description>
      <pubDate>Thu, 22 Oct 2020 09:33:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-get-current-month-and-date-count-details-based-on-user/m-p/1754841#M720362</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2020-10-22T09:33:01Z</dc:date>
    </item>
  </channel>
</rss>

