<?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: Show current month when no selection is made in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Show-current-month-when-no-selection-is-made/m-p/408704#M567606</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. I added a date in november. When I select the date in November, I would like to see the amount of 10. &lt;/P&gt;&lt;P&gt;So the default is: today. But after selecting a month/date then see the amount for the selected month/date.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Dec 2012 10:58:52 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-12-05T10:58:52Z</dc:date>
    <item>
      <title>Show current month when no selection is made</title>
      <link>https://community.qlik.com/t5/QlikView/Show-current-month-when-no-selection-is-made/m-p/408698#M567600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe there is an existing discussion about this question, but I couldn't find it. I hope one of you can help me on this.&lt;/P&gt;&lt;P&gt;I am developing kind of a KPI dashboard. On this dashboard I use a gauge chart to show the revenue in the current month. When the user is going into QlikView I would like him to see the status of the current month as default. I think I need to use set analysis for this. The question is: how can I develop the dashboard this way that when the user selects another month, the gauge chart will show the figures for the selected month and not the current month anymore.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know that setting a trigger on the sheet is an option, but I do not prefer to use that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Henco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Dec 2012 10:07:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-current-month-when-no-selection-is-made/m-p/408698#M567600</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-12-05T10:07:36Z</dc:date>
    </item>
    <item>
      <title>Re: Show current month when no selection is made</title>
      <link>https://community.qlik.com/t5/QlikView/Show-current-month-when-no-selection-is-made/m-p/408699#M567601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use something&lt;/P&gt;&lt;P&gt;like sum({$&amp;lt;year={'2012'},Month={"=$(max(Month))"}&amp;gt;}sales)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Dec 2012 10:16:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-current-month-when-no-selection-is-made/m-p/408699#M567601</guid>
      <dc:creator>sivarajs</dc:creator>
      <dc:date>2012-12-05T10:16:13Z</dc:date>
    </item>
    <item>
      <title>Re: Show current month when no selection is made</title>
      <link>https://community.qlik.com/t5/QlikView/Show-current-month-when-no-selection-is-made/m-p/408700#M567602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sivaraj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply, I see it is working as I wish to. There is only one thing I don't understand: what does max(Month) say? Is that the max month in my calendar, which is 12 (unfortunately it is month 12 right now which makes it hard to test it :-)) or is it based on the max Month which is related to the used expression? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Henco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Dec 2012 10:31:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-current-month-when-no-selection-is-made/m-p/408700#M567602</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-12-05T10:31:39Z</dc:date>
    </item>
    <item>
      <title>Re: Show current month when no selection is made</title>
      <link>https://community.qlik.com/t5/QlikView/Show-current-month-when-no-selection-is-made/m-p/408701#M567603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry by default it will select the maximum month and shows data&lt;/P&gt;&lt;P&gt;You better use month(today)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Dec 2012 10:40:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-current-month-when-no-selection-is-made/m-p/408701#M567603</guid>
      <dc:creator>sivarajs</dc:creator>
      <dc:date>2012-12-05T10:40:52Z</dc:date>
    </item>
    <item>
      <title>Re: Show current month when no selection is made</title>
      <link>https://community.qlik.com/t5/QlikView/Show-current-month-when-no-selection-is-made/m-p/408702#M567604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, but then it is not possible to get the amount of sales for another month in the gauge chart I think?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Dec 2012 10:42:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-current-month-when-no-selection-is-made/m-p/408702#M567604</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-12-05T10:42:34Z</dc:date>
    </item>
    <item>
      <title>Re: Show current month when no selection is made</title>
      <link>https://community.qlik.com/t5/QlikView/Show-current-month-when-no-selection-is-made/m-p/408703#M567605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This might helps you to proceed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Dec 2012 10:55:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-current-month-when-no-selection-is-made/m-p/408703#M567605</guid>
      <dc:creator>sivarajs</dc:creator>
      <dc:date>2012-12-05T10:55:02Z</dc:date>
    </item>
    <item>
      <title>Re: Show current month when no selection is made</title>
      <link>https://community.qlik.com/t5/QlikView/Show-current-month-when-no-selection-is-made/m-p/408704#M567606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. I added a date in november. When I select the date in November, I would like to see the amount of 10. &lt;/P&gt;&lt;P&gt;So the default is: today. But after selecting a month/date then see the amount for the selected month/date.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Dec 2012 10:58:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-current-month-when-no-selection-is-made/m-p/408704#M567606</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-12-05T10:58:52Z</dc:date>
    </item>
  </channel>
</rss>

