<?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: Set Expression Date Range Button in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-Expression-Date-Range-Button/m-p/1366667#M418184</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kushal,&lt;/P&gt;&lt;P&gt;Thanks for your suggestion unfortunately neither return any results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;using =('&amp;gt;='&amp;amp;v.Date.Startdate&amp;amp;' AND &amp;lt;='&amp;amp;v.Date.Enddate) the end date of 31/07/2017 does seem to get applied but no the start date, If I switch the dates around so the expression is =('&amp;lt;='&amp;amp;v.Date.MAT.Enddate&amp;amp;' AND &amp;gt;='&amp;amp;v.Date.MAT.Startdate) then the Start date of 01/08/2016 is applied but not the end date.&lt;/P&gt;&lt;P&gt;It's like it's only applying the expression part after the AND..?!?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Aug 2017 09:21:07 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-08-08T09:21:07Z</dc:date>
    <item>
      <title>Set Expression Date Range Button</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Expression-Date-Range-Button/m-p/1366664#M418181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I need to create a button that when when clicked will set the Date to a specified range (range is calculated by an expression)&lt;/P&gt;&lt;P&gt;The problem the set range is not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Setting date &amp;gt;= X works [Expression is &lt;SPAN style="color: #3366ff;"&gt;='&amp;lt;='&amp;amp;v.Date.Enddate&lt;/SPAN&gt;]&lt;/P&gt;&lt;P&gt;Setting date &amp;lt;= X works [expression is &lt;SPAN style="color: #3366ff;"&gt;='&amp;gt;='&amp;amp;v.Date.Startdate&lt;/SPAN&gt;]&lt;/P&gt;&lt;P&gt;Setting date &lt;SPAN style="font-size: 13.3333px;"&gt;&amp;gt;= X AND &lt;SPAN style="font-size: 13.3333px;"&gt;&amp;lt;= X Does NOT Work [Expression is &lt;SPAN style="color: #3366ff;"&gt;=('&amp;gt;='&amp;amp;v.Date.Startdate&amp;amp;' AND &amp;lt;='&amp;amp;v.Date.Enddate)&lt;/SPAN&gt;]&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I am using a Button object, Action 'Select in Field'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Aug 2017 08:34:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Expression-Date-Range-Button/m-p/1366664#M418181</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-08T08:34:23Z</dc:date>
    </item>
    <item>
      <title>Re: Set Expression Date Range Button</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Expression-Date-Range-Button/m-p/1366665#M418182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3366ff; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;try this&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3366ff; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3366ff; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;='&amp;gt;=$(=v.Date.Startdate) &amp;lt;=$(=v.Date.Enddate)'&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Aug 2017 09:02:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Expression-Date-Range-Button/m-p/1366665#M418182</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2017-08-08T09:02:05Z</dc:date>
    </item>
    <item>
      <title>Re: Set Expression Date Range Button</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Expression-Date-Range-Button/m-p/1366666#M418183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3366ff; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;='&amp;gt;='&amp;amp; $(=v.Date.Startdate) &amp;amp; '&amp;lt;=' &amp;amp; $(=v.Date.Enddate)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Aug 2017 09:02:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Expression-Date-Range-Button/m-p/1366666#M418183</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2017-08-08T09:02:42Z</dc:date>
    </item>
    <item>
      <title>Re: Set Expression Date Range Button</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Expression-Date-Range-Button/m-p/1366667#M418184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kushal,&lt;/P&gt;&lt;P&gt;Thanks for your suggestion unfortunately neither return any results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;using =('&amp;gt;='&amp;amp;v.Date.Startdate&amp;amp;' AND &amp;lt;='&amp;amp;v.Date.Enddate) the end date of 31/07/2017 does seem to get applied but no the start date, If I switch the dates around so the expression is =('&amp;lt;='&amp;amp;v.Date.MAT.Enddate&amp;amp;' AND &amp;gt;='&amp;amp;v.Date.MAT.Startdate) then the Start date of 01/08/2016 is applied but not the end date.&lt;/P&gt;&lt;P&gt;It's like it's only applying the expression part after the AND..?!?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Aug 2017 09:21:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Expression-Date-Range-Button/m-p/1366667#M418184</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-08T09:21:07Z</dc:date>
    </item>
    <item>
      <title>Re: Set Expression Date Range Button</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Expression-Date-Range-Button/m-p/1366668#M418185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you be able to share the sample?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Aug 2017 09:27:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Expression-Date-Range-Button/m-p/1366668#M418185</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2017-08-08T09:27:17Z</dc:date>
    </item>
    <item>
      <title>Re: Set Expression Date Range Button</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Expression-Date-Range-Button/m-p/1366669#M418186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;'AND' operator might not be required, try without that and proper quotes, may be like:&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;STRONG&gt;'(&amp;lt;='&lt;/STRONG&gt;&amp;amp;v.Date.MAT.Enddate &amp;amp; ' &amp;gt;='&amp;amp;v.Date.MAT.Startdate&lt;STRONG&gt;&amp;amp;')'&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Aug 2017 09:28:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Expression-Date-Range-Button/m-p/1366669#M418186</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2017-08-08T09:28:57Z</dc:date>
    </item>
    <item>
      <title>Re: Set Expression Date Range Button</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Expression-Date-Range-Button/m-p/1366670#M418187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Many thanks Tresesco your solution is correct &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Aug 2017 10:53:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Expression-Date-Range-Button/m-p/1366670#M418187</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-08T10:53:19Z</dc:date>
    </item>
  </channel>
</rss>

