<?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: Not showing current month in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Not-showing-current-month/m-p/1763734#M59067</link>
    <description>&lt;P&gt;Great Forte! It works!&lt;/P&gt;&lt;P&gt;Good workaround.&lt;/P&gt;&lt;P&gt;Thank you for your help. Regards.&lt;/P&gt;</description>
    <pubDate>Mon, 23 Nov 2020 14:00:46 GMT</pubDate>
    <dc:creator>mtabernad</dc:creator>
    <dc:date>2020-11-23T14:00:46Z</dc:date>
    <item>
      <title>Not showing current month</title>
      <link>https://community.qlik.com/t5/App-Development/Not-showing-current-month/m-p/1763250#M59027</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I want to show in a line chart the behavior of a KPI during the days of the current month. My expression is as follows:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;=1+(&lt;/P&gt;&lt;P&gt;(count({$&amp;lt;flag_user={"$(='Sí')"},Month={"$(=max(Month))"},Year={"$(=max(Year))"}&amp;gt;}connect_time)&lt;BR /&gt;-&lt;BR /&gt;count({$&amp;lt;Month={"$(=max(Month))"},Year={"$(=max(Year))"}&amp;gt;}connect_time)&lt;/P&gt;&lt;P&gt;)&lt;BR /&gt;/&lt;BR /&gt;count({$&amp;lt;Month={"$(=max(Month))"},Year={"$(=max(Year))"}&amp;gt;}connect_time))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It works but only if a select the current month (november) in the filter pane, if not it shows up a&amp;nbsp; blank.&lt;/P&gt;&lt;P&gt;Without filters:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot at Nov 20 13-31-29.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/44536i7AE13CD6936C6BA9/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot at Nov 20 13-31-29.png" alt="Screenshot at Nov 20 13-31-29.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;November selected:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot at Nov 20 13-31-08.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/44537i5C399ED870FC9037/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot at Nov 20 13-31-08.png" alt="Screenshot at Nov 20 13-31-08.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;So I want this last chart to show up without any selections.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could anyone help me?&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 01:04:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Not-showing-current-month/m-p/1763250#M59027</guid>
      <dc:creator>mtabernad</dc:creator>
      <dc:date>2024-11-16T01:04:54Z</dc:date>
    </item>
    <item>
      <title>Re: Not showing current month</title>
      <link>https://community.qlik.com/t5/App-Development/Not-showing-current-month/m-p/1763701#M59063</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/9434"&gt;@mtabernad&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It seems that you have value for December for "Month" field (may be due to master calendar).&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just try changing your expression with something like this (calculating current month through today function)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;=1+(&lt;/P&gt;&lt;P&gt;(count({$&amp;lt;flag_user={"$(='Sí')"},Month={"$(=month(Today()))"},Year={"$(=year(Today()))"}&amp;gt;}connect_time)&lt;BR /&gt;-&lt;BR /&gt;count({$&amp;lt;Month={"$(=month(Today()))"},Year={"$(=year(Today()))"}&amp;gt;}connect_time)&lt;/P&gt;&lt;P&gt;)&lt;BR /&gt;/&lt;BR /&gt;count({$&amp;lt;Month={"$(=month(Today()))"},Year={"$(=year(Today()))"}&amp;gt;}connect_time))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Mon, 23 Nov 2020 12:56:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Not-showing-current-month/m-p/1763701#M59063</guid>
      <dc:creator>forte</dc:creator>
      <dc:date>2020-11-23T12:56:00Z</dc:date>
    </item>
    <item>
      <title>Re: Not showing current month</title>
      <link>https://community.qlik.com/t5/App-Development/Not-showing-current-month/m-p/1763734#M59067</link>
      <description>&lt;P&gt;Great Forte! It works!&lt;/P&gt;&lt;P&gt;Good workaround.&lt;/P&gt;&lt;P&gt;Thank you for your help. Regards.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Nov 2020 14:00:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Not-showing-current-month/m-p/1763734#M59067</guid>
      <dc:creator>mtabernad</dc:creator>
      <dc:date>2020-11-23T14:00:46Z</dc:date>
    </item>
  </channel>
</rss>

