<?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: Current month in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Current-month/m-p/1067851#M924238</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the user can only look at one month at a time, maybe set up the list box that way, and select the current month by default using a trigger when they open the application. That affects the whole application, of course, not just one bar chart.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Apr 2016 18:25:52 GMT</pubDate>
    <dc:creator>johnw</dc:creator>
    <dc:date>2016-04-20T18:25:52Z</dc:date>
    <item>
      <title>Current month</title>
      <link>https://community.qlik.com/t5/QlikView/Current-month/m-p/1067846#M924233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello again.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a bar chart with a selection box to click and view data for each month&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;JAN, FEB etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I make the chart display the current months results as a default&lt;/P&gt;&lt;P&gt;until the user makes a month selection ?&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/Current-month/m-p/1067846#M924233</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Current month</title>
      <link>https://community.qlik.com/t5/QlikView/Current-month/m-p/1067847#M924234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u can use bookmark for that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Apr 2016 11:19:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-month/m-p/1067847#M924234</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-04-20T11:19:23Z</dc:date>
    </item>
    <item>
      <title>Re: Current month</title>
      <link>https://community.qlik.com/t5/QlikView/Current-month/m-p/1067848#M924235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes you can try like this .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(getselectedcount(field_name)=0 and &lt;SPAN style="font-size: 13.3333px;"&gt;field_name=month(today()), &lt;SPAN style="font-size: 13.3333px;"&gt;field_name,&lt;SPAN style="font-size: 13.3333px;"&gt;field_name)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Apr 2016 11:21:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-month/m-p/1067848#M924235</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2016-04-20T11:21:38Z</dc:date>
    </item>
    <item>
      <title>Re: Current month</title>
      <link>https://community.qlik.com/t5/QlikView/Current-month/m-p/1067849#M924236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(GetSelectedCount(Month) = 0, Sum({&amp;lt;Month = {"=Num(Month) = Max(TOTAL Month)"}&amp;gt;}Sales), Sum(Sales))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Apr 2016 11:29:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-month/m-p/1067849#M924236</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-20T11:29:05Z</dc:date>
    </item>
    <item>
      <title>Re: Current month</title>
      <link>https://community.qlik.com/t5/QlikView/Current-month/m-p/1067850#M924237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To go along with what @Avinash R and &lt;A href="https://community.qlik.com/qlik-users/171708"&gt;sunindia&lt;/A&gt;‌ were saying I like to store my Current Month as a variable then use the variable in my expression.&amp;nbsp; I think it makes for an easier expression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Apr 2016 17:34:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-month/m-p/1067850#M924237</guid>
      <dc:creator>oscar_ortiz</dc:creator>
      <dc:date>2016-04-20T17:34:51Z</dc:date>
    </item>
    <item>
      <title>Re: Current month</title>
      <link>https://community.qlik.com/t5/QlikView/Current-month/m-p/1067851#M924238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the user can only look at one month at a time, maybe set up the list box that way, and select the current month by default using a trigger when they open the application. That affects the whole application, of course, not just one bar chart.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Apr 2016 18:25:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-month/m-p/1067851#M924238</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2016-04-20T18:25:52Z</dc:date>
    </item>
  </channel>
</rss>

