<?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: Displaying Data for Current Month when no selection is made in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Displaying-Data-for-Current-Month-when-no-selection-is-made/m-p/685894#M473711</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;[Month] = ('$(=Month(Today()))')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;let me know&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Oct 2014 14:14:34 GMT</pubDate>
    <dc:creator>alexandros17</dc:creator>
    <dc:date>2014-10-23T14:14:34Z</dc:date>
    <item>
      <title>Displaying Data for Current Month when no selection is made</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-Data-for-Current-Month-when-no-selection-is-made/m-p/685892#M473709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am currently creating a sales report. Being fairly new to Qlikview, I have tried different options to make sure the data that is displayed is the one for the current month, current year when nothing is selected but nothing I have tried is working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying this in my set analysis but its not working&amp;nbsp; [Month] = ('$(=Month(max(Date)))')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions? &lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Oct 2014 14:11:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-Data-for-Current-Month-when-no-selection-is-made/m-p/685892#M473709</guid>
      <dc:creator />
      <dc:date>2014-10-23T14:11:55Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying Data for Current Month when no selection is made</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-Data-for-Current-Month-when-no-selection-is-made/m-p/685893#M473710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here's a sales example:&lt;/P&gt;&lt;P&gt;sum({1&amp;lt;Year={'$(=Max(Year))'},Month={'$(=Max(Month))'}&amp;gt;}Sales)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Oct 2014 14:13:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-Data-for-Current-Month-when-no-selection-is-made/m-p/685893#M473710</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-23T14:13:53Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying Data for Current Month when no selection is made</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-Data-for-Current-Month-when-no-selection-is-made/m-p/685894#M473711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;[Month] = ('$(=Month(Today()))')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;let me know&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Oct 2014 14:14:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-Data-for-Current-Month-when-no-selection-is-made/m-p/685894#M473711</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-10-23T14:14:34Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying Data for Current Month when no selection is made</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-Data-for-Current-Month-when-no-selection-is-made/m-p/685895#M473712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In sheet properties - Triggers- OnActiveSheet-Add Actions- add-Select Infield- Field As 'Year ' -Search String as ' =Year(Today(1))' will give you the current year by default each time you open the sheet.. &lt;/P&gt;&lt;P&gt;Same with Month but Search String would be '=Month(Today(1))'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Oct 2014 14:19:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-Data-for-Current-Month-when-no-selection-is-made/m-p/685895#M473712</guid>
      <dc:creator />
      <dc:date>2014-10-23T14:19:35Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying Data for Current Month when no selection is made</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-Data-for-Current-Month-when-no-selection-is-made/m-p/685896#M473713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Wouldn't that potentially impact selections that the application user wanted to maintain? I would (and do) use something like this when the document is first opened, but I wouldn't set this at the sheet level.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Oct 2014 14:22:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-Data-for-Current-Month-when-no-selection-is-made/m-p/685896#M473713</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-23T14:22:40Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying Data for Current Month when no selection is made</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-Data-for-Current-Month-when-no-selection-is-made/m-p/685897#M473714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Steve, I have tried your suggestions but no data is coming up.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alessandro, It is working but then if I do select a month, the data doesn't update to the selected month. Is there a way around that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sandhya, I have done that and it is giving me what I want but as Steve mentioned, every time I come back to that sheet, my selection resets to current Year, Current Month. How can I set that up when the document is first opened?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Oct 2014 14:30:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-Data-for-Current-Month-when-no-selection-is-made/m-p/685897#M473714</guid>
      <dc:creator />
      <dc:date>2014-10-23T14:30:12Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying Data for Current Month when no selection is made</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-Data-for-Current-Month-when-no-selection-is-made/m-p/685898#M473715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Tomas,&lt;/P&gt;&lt;P&gt;set analysis filter data and no selection will change your visualization.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To show a month at first and then change it do as follow:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Settings -&amp;gt; document properties -&amp;gt; triggers&lt;/P&gt;&lt;P&gt;2) click "on open" -&amp;gt; edit action -&amp;gt; Add&lt;/P&gt;&lt;P&gt;3) in the field write your field name so in your case: Month&lt;/P&gt;&lt;P&gt;4) in the search string write: =Month(Today())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Save the document and open it again and ... let me know&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Oct 2014 14:35:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-Data-for-Current-Month-when-no-selection-is-made/m-p/685898#M473715</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-10-23T14:35:53Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying Data for Current Month when no selection is made</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-Data-for-Current-Month-when-no-selection-is-made/m-p/685899#M473716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Alessandro, it worked well!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Oct 2014 14:43:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-Data-for-Current-Month-when-no-selection-is-made/m-p/685899#M473716</guid>
      <dc:creator />
      <dc:date>2014-10-23T14:43:05Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying Data for Current Month when no selection is made</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-Data-for-Current-Month-when-no-selection-is-made/m-p/685900#M473717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you could mark my answer ... thank you!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Oct 2014 14:44:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-Data-for-Current-Month-when-no-selection-is-made/m-p/685900#M473717</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-10-23T14:44:26Z</dc:date>
    </item>
  </channel>
</rss>

