<?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: How to show Current month on activate sheet in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-show-Current-month-on-activate-sheet/m-p/560906#M1140528</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need something pretty similar to what I've done.&lt;/P&gt;&lt;P&gt;If selected the current year in my list box MYear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is done by adding a trigger to the document settings.&lt;/P&gt;&lt;P&gt;From settings -&amp;gt; document settings -&amp;gt; OnOpen&lt;/P&gt;&lt;P&gt;Choose Add Action&lt;/P&gt;&lt;P&gt;And from Selections choose choose in Field (also have a look at the attachment).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What you need to do is to select Max (MonthYear)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Sep 2013 14:43:32 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-09-24T14:43:32Z</dc:date>
    <item>
      <title>How to show Current month on activate sheet</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-Current-month-on-activate-sheet/m-p/560903#M1140525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a field called MonthYear and the data is displayed in MM-YYYY format I.e. Apr-12, May-12 etc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I would like is for the maximum MonthYear that is available to show when the sheet is activated&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could someone kindly help me with what I should write.&amp;nbsp; I assume that i need the select In Field option on the triggers for sheet properties?&amp;nbsp; but am unsure on what to write&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Helen&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Sep 2013 14:30:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-Current-month-on-activate-sheet/m-p/560903#M1140525</guid>
      <dc:creator>helen_pip</dc:creator>
      <dc:date>2013-09-24T14:30:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to show Current month on activate sheet</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-Current-month-on-activate-sheet/m-p/560904#M1140526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried expression: =Max(MonthYear) , in search string?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Well, possibly you are unsure about the format. If so, and if your MonthYear field is a proper date (numeric), then you can try:&lt;/P&gt;&lt;P&gt;=Date(Max(MonthYear),'MMM-YYYY')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Sep 2013 14:37:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-Current-month-on-activate-sheet/m-p/560904#M1140526</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2013-09-24T14:37:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to show Current month on activate sheet</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-Current-month-on-activate-sheet/m-p/560905#M1140527</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a variable, and on sheet activate trigger assign =Max(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;MonthYear&lt;/SPAN&gt;), or maxstring(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;MonthYear&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;and then you can use text object to show The value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope it help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Sep 2013 14:42:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-Current-month-on-activate-sheet/m-p/560905#M1140527</guid>
      <dc:creator>israrkhan</dc:creator>
      <dc:date>2013-09-24T14:42:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to show Current month on activate sheet</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-Current-month-on-activate-sheet/m-p/560906#M1140528</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need something pretty similar to what I've done.&lt;/P&gt;&lt;P&gt;If selected the current year in my list box MYear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is done by adding a trigger to the document settings.&lt;/P&gt;&lt;P&gt;From settings -&amp;gt; document settings -&amp;gt; OnOpen&lt;/P&gt;&lt;P&gt;Choose Add Action&lt;/P&gt;&lt;P&gt;And from Selections choose choose in Field (also have a look at the attachment).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What you need to do is to select Max (MonthYear)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Sep 2013 14:43:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-Current-month-on-activate-sheet/m-p/560906#M1140528</guid>
      <dc:creator />
      <dc:date>2013-09-24T14:43:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to show Current month on activate sheet</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-Current-month-on-activate-sheet/m-p/560907#M1140529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use as below&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capturar.PNG.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/46852_Capturar.PNG.png" style="width: 620px; height: 222px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Sep 2013 15:03:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-Current-month-on-activate-sheet/m-p/560907#M1140529</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2013-09-24T15:03:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to show Current month on activate sheet</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-Current-month-on-activate-sheet/m-p/2102731#M1224348</link>
      <description>&lt;P&gt;Where can I find the same trigger option in Qlik Sense? I'm also stuck in the similar problem.&lt;/P&gt;
&lt;P&gt;I have a field called monthyear and I have to display the current month data in all&amp;nbsp; charts or kpis of a particular sheet when opens.&lt;/P&gt;</description>
      <pubDate>Sat, 05 Aug 2023 00:59:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-Current-month-on-activate-sheet/m-p/2102731#M1224348</guid>
      <dc:creator>ajmalh</dc:creator>
      <dc:date>2023-08-05T00:59:19Z</dc:date>
    </item>
  </channel>
</rss>

