<?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: Date Trigger in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Date-Trigger/m-p/1240973#M873879</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Go to Sheet Properties, place your expression to show/hide sheet in Conditional textbox&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/143744_Capture.PNG" style="width: 620px; height: 323px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 12 Nov 2016 00:28:49 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-11-12T00:28:49Z</dc:date>
    <item>
      <title>Date Trigger</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Trigger/m-p/1240972#M873878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;[Month of Expense] &amp;gt;= monthname(today()) and [Month of Expense] &amp;lt;= monthname(AddMonths(today() ,11))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I put the above in sheet trigger ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks much.&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/Date-Trigger/m-p/1240972#M873878</guid>
      <dc:creator>apthansh</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Date Trigger</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Trigger/m-p/1240973#M873879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Go to Sheet Properties, place your expression to show/hide sheet in Conditional textbox&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/143744_Capture.PNG" style="width: 620px; height: 323px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Nov 2016 00:28:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Trigger/m-p/1240973#M873879</guid>
      <dc:creator />
      <dc:date>2016-11-12T00:28:49Z</dc:date>
    </item>
    <item>
      <title>Re: Date Trigger</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Trigger/m-p/1240974#M873880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I meant how to writ that Script in condition ? I think it needs a different format.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Nov 2016 00:34:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Trigger/m-p/1240974#M873880</guid>
      <dc:creator>apthansh</dc:creator>
      <dc:date>2016-11-12T00:34:09Z</dc:date>
    </item>
    <item>
      <title>Re: Date Trigger</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Trigger/m-p/1240975#M873881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;Declare two variables and use them in expression&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #808080; font-size: 8pt;"&gt;&lt;EM&gt;&lt;STRONG&gt;vMonthToday&lt;/STRONG&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;monthname&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;today&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;()); &lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #808080; font-size: 8pt;"&gt;&lt;EM&gt;vMonthAddMonths&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; = &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;monthname&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;AddMonths&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;today&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;() ,11)); &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: blue; font-family: 'Courier New'; font-size: 9pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: blue; font-family: 'Courier New'; font-size: 9pt;"&gt;[Month of Expense]&lt;/SPAN&gt; &lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;&amp;gt;= &lt;/SPAN&gt;&lt;STRONG style="color: gray; font-size: 9pt; font-family: 'Courier New';"&gt;&lt;EM&gt;$(vMonthToday)&lt;/EM&gt;&lt;/STRONG&gt;&amp;nbsp; &lt;SPAN style="color: blue; font-family: 'Courier New'; font-size: 9pt;"&gt;and&lt;/SPAN&gt; &lt;SPAN style="color: blue; font-family: 'Courier New'; font-size: 9pt;"&gt;[Month of Expense]&lt;/SPAN&gt; &lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt; &amp;lt;= &lt;/SPAN&gt;&lt;STRONG style="color: gray; font-size: 9pt; font-family: 'Courier New';"&gt;&lt;EM&gt;$(vMonthAddMonths)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Nov 2016 00:47:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Trigger/m-p/1240975#M873881</guid>
      <dc:creator />
      <dc:date>2016-11-12T00:47:46Z</dc:date>
    </item>
    <item>
      <title>Re: Date Trigger</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Trigger/m-p/1240976#M873882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you...but I want to put it in Trigger condition ..so I gave as below &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Field : [Month of Expense] &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Search String : = '&amp;gt;=' &amp;amp; $(vMonthToday)&amp;nbsp; and '&amp;lt;=' &amp;amp; $(vMonthAddMonths)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Doesnt look like it is working...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Month of expense is in below format&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nov 2016&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks much&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Nov 2016 03:14:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Trigger/m-p/1240976#M873882</guid>
      <dc:creator>apthansh</dc:creator>
      <dc:date>2016-11-14T03:14:17Z</dc:date>
    </item>
  </channel>
</rss>

