<?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 Trigger in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Trigger/m-p/1442810#M817765</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all , &lt;/P&gt;&lt;P&gt;in the script i have made date as MonthName(Date)&lt;/P&gt;&lt;P&gt;And after reloading the application wheni go to sheet property and&amp;nbsp; set the trigger as on activate sheet ...and select the field as &lt;/P&gt;&lt;P&gt;Date and under field =Max(Date) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;When i go on that sheet this willnot select the max month ...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;If i dont convert the the MOnthaname(Date) and just load it as Date &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;And i set the Sheet Triiger on activating sheet for Field Date and =Max(Date ) this is working &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;But i want to convert this date into monthname at the script level and then set the trigger in activatibg for max month ......&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;How can we achive this ?&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>smilingjohn</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Trigger</title>
      <link>https://community.qlik.com/t5/QlikView/Trigger/m-p/1442810#M817765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all , &lt;/P&gt;&lt;P&gt;in the script i have made date as MonthName(Date)&lt;/P&gt;&lt;P&gt;And after reloading the application wheni go to sheet property and&amp;nbsp; set the trigger as on activate sheet ...and select the field as &lt;/P&gt;&lt;P&gt;Date and under field =Max(Date) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;When i go on that sheet this willnot select the max month ...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;If i dont convert the the MOnthaname(Date) and just load it as Date &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;And i set the Sheet Triiger on activating sheet for Field Date and =Max(Date ) this is working &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;But i want to convert this date into monthname at the script level and then set the trigger in activatibg for max month ......&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;How can we achive this ?&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance &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/Trigger/m-p/1442810#M817765</guid>
      <dc:creator>smilingjohn</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger</title>
      <link>https://community.qlik.com/t5/QlikView/Trigger/m-p/1442811#M817766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;MonthName(Date)&lt;/SPAN&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Sep 2017 06:02:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trigger/m-p/1442811#M817766</guid>
      <dc:creator>techvarun</dc:creator>
      <dc:date>2017-09-06T06:02:05Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger</title>
      <link>https://community.qlik.com/t5/QlikView/Trigger/m-p/1442812#M817767</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;max(date(date#(MonthName,'MMM'),'MM'))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Sep 2017 06:17:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trigger/m-p/1442812#M817767</guid>
      <dc:creator>PunamWagh</dc:creator>
      <dc:date>2017-09-06T06:17:57Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger</title>
      <link>https://community.qlik.com/t5/QlikView/Trigger/m-p/1442813#M817768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Varun this not working when i use ur sugestion &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Sep 2017 06:20:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trigger/m-p/1442813#M817768</guid>
      <dc:creator>smilingjohn</dc:creator>
      <dc:date>2017-09-06T06:20:07Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger</title>
      <link>https://community.qlik.com/t5/QlikView/Trigger/m-p/1442814#M817769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This not working Punam &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Sep 2017 06:27:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trigger/m-p/1442814#M817769</guid>
      <dc:creator>smilingjohn</dc:creator>
      <dc:date>2017-09-06T06:27:45Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger</title>
      <link>https://community.qlik.com/t5/QlikView/Trigger/m-p/1442815#M817770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try:&lt;/P&gt;&lt;P&gt;=MonthName(Max(Date))&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Sep 2017 06:35:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trigger/m-p/1442815#M817770</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2017-09-06T06:35:25Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger</title>
      <link>https://community.qlik.com/t5/QlikView/Trigger/m-p/1442816#M817771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your MonthName field should be in MMM Format..&lt;/P&gt;&lt;P&gt;To Convert Date into Month use Month Function i.e. month(Date) as MonthName at script level&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Sep 2017 06:36:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trigger/m-p/1442816#M817771</guid>
      <dc:creator>PunamWagh</dc:creator>
      <dc:date>2017-09-06T06:36:32Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger</title>
      <link>https://community.qlik.com/t5/QlikView/Trigger/m-p/1442817#M817772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to create your field like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;=&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Date( MonthName(Date) )&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Or&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;EM&gt;=&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Date( MonthName(Max(Date)) )&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;EM style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&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; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Sep 2017 06:45:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trigger/m-p/1442817#M817772</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2017-09-06T06:45:27Z</dc:date>
    </item>
  </channel>
</rss>

