<?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: issue in current month in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/issue-in-current-month/m-p/1742378#M720323</link>
    <description>&lt;P&gt;You can also try&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Count({&amp;lt;status = {'yes'}, YearMonth = {"$(=Date(Today(), 'YYYY-MMM'))"}&amp;gt;} id)&lt;/LI-CODE&gt;&lt;P&gt;or&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Count({&amp;lt;status = {'yes'}, YearMonth = {[$(=Date(Today(), 'YYYY-MMM'))]}&amp;gt;} id)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 09 Sep 2020 11:30:17 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2020-09-09T11:30:17Z</dc:date>
    <item>
      <title>issue in current month</title>
      <link>https://community.qlik.com/t5/QlikView/issue-in-current-month/m-p/1742330#M720320</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/25001"&gt;@Vegar&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/46628"&gt;@sunny_talwar&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;im&amp;nbsp; using text object&amp;nbsp; to show the max month data&amp;nbsp; .&lt;/P&gt;&lt;P&gt;and using below expression not working.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;YearMonth = 2020-Jul, 2020-Aug&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;when open the dashboard i want to see max month data text object and it should show&amp;nbsp; based on yea month selection it should chnge.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;tried below exp:&amp;nbsp; &amp;nbsp; count({&amp;lt;status={'yes'},YearMonth={'$(=Month(today()))'}&amp;gt;}id)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 00:00:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/issue-in-current-month/m-p/1742330#M720320</guid>
      <dc:creator>soniasweety</dc:creator>
      <dc:date>2024-11-16T00:00:23Z</dc:date>
    </item>
    <item>
      <title>Re: issue in current month</title>
      <link>https://community.qlik.com/t5/QlikView/issue-in-current-month/m-p/1742345#M720321</link>
      <description>&lt;P&gt;Try like:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;count({&amp;lt;status={'yes'},YearMonth={&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;`&lt;/STRONG&gt;&lt;/FONT&gt;$(=&lt;STRONG&gt;Date&lt;/STRONG&gt;(today()&lt;STRONG&gt;,'YYYY-MMM'&lt;/STRONG&gt;))&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;`&lt;/FONT&gt;&lt;/STRONG&gt;}&amp;gt;}id)&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;// note, inverted quotation&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Sep 2020 10:10:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/issue-in-current-month/m-p/1742345#M720321</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2020-09-09T10:10:11Z</dc:date>
    </item>
    <item>
      <title>Re: issue in current month</title>
      <link>https://community.qlik.com/t5/QlikView/issue-in-current-month/m-p/1742358#M720322</link>
      <description>&lt;P&gt;As &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/22949"&gt;@tresB&lt;/a&gt;&amp;nbsp; is showing in his reply - you need to format the output of your today() expression so it matches the format in your [YearMonth] field.&lt;/P&gt;&lt;P&gt;Your present expression where trying to compare YearMonth to a month short name like 'Aug' or 'Sep' depending on the output of today().&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Sep 2020 10:35:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/issue-in-current-month/m-p/1742358#M720322</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2020-09-09T10:35:11Z</dc:date>
    </item>
    <item>
      <title>Re: issue in current month</title>
      <link>https://community.qlik.com/t5/QlikView/issue-in-current-month/m-p/1742378#M720323</link>
      <description>&lt;P&gt;You can also try&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Count({&amp;lt;status = {'yes'}, YearMonth = {"$(=Date(Today(), 'YYYY-MMM'))"}&amp;gt;} id)&lt;/LI-CODE&gt;&lt;P&gt;or&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Count({&amp;lt;status = {'yes'}, YearMonth = {[$(=Date(Today(), 'YYYY-MMM'))]}&amp;gt;} id)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Sep 2020 11:30:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/issue-in-current-month/m-p/1742378#M720323</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2020-09-09T11:30:17Z</dc:date>
    </item>
  </channel>
</rss>

