<?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: Button trigger to set select dates in next week in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Button-trigger-to-set-select-dates-in-next-week/m-p/1417469#M801197</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry Omar, I'm a newbie to the load script currently have:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;&lt;STRONG&gt;SET&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 10pt;"&gt;DateFormat&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt;='DD/MM/YYYY';&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 10pt;"&gt;SET&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 10pt;"&gt;TimestampFormat&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt;='DD/MM/YYYY hh:mm:ss[.fff]'; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;What do I change?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Nov 2017 15:16:48 GMT</pubDate>
    <dc:creator>jameswills</dc:creator>
    <dc:date>2017-11-22T15:16:48Z</dc:date>
    <item>
      <title>Button trigger to set select dates in next week</title>
      <link>https://community.qlik.com/t5/QlikView/Button-trigger-to-set-select-dates-in-next-week/m-p/1417463#M801190</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;&lt;/P&gt;&lt;P&gt;I'm after some help from the experts with an expression syntax please.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a date field, 'Next_Review_Date' in format DD/MMM/YYYY. I'd like an easy solution, button if possible, to select all values where the date is greater than today but less than 7 days from now. Really appreciate if someone could help with the syntax and how to apply please.&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/Button-trigger-to-set-select-dates-in-next-week/m-p/1417463#M801190</guid>
      <dc:creator>jameswills</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Button trigger to set select dates in next week</title>
      <link>https://community.qlik.com/t5/QlikView/Button-trigger-to-set-select-dates-in-next-week/m-p/1417464#M801191</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;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="183717" alt="282161.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/183717_282161.PNG" style="height: 330px; width: 620px;" /&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create An Action with Select in Field .&lt;/P&gt;&lt;P&gt;Field :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Next_Review_Date&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Search in String:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;='&amp;gt;' &amp;amp; Date(Today(),'DD/MM/YYYY') &amp;amp; '&amp;lt;=' &amp;amp; Date(Today()+7,'DD/MM/YYYY')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Nov 2017 16:55:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Button-trigger-to-set-select-dates-in-next-week/m-p/1417464#M801191</guid>
      <dc:creator>mdmukramali</dc:creator>
      <dc:date>2017-11-17T16:55:28Z</dc:date>
    </item>
    <item>
      <title>Re: Button trigger to set select dates in next week</title>
      <link>https://community.qlik.com/t5/QlikView/Button-trigger-to-set-select-dates-in-next-week/m-p/1417465#M801193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mohammed,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply unfortunately it hasn't worked as I'd hoped. When using your exact expression nothing happened. I remove the date formatting i.e. &lt;SPAN style="font-size: 10pt;"&gt;='&amp;gt;' &amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;Today&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;() &amp;amp; '&amp;lt;=' &amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;Today&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;()+7)) &lt;/SPAN&gt; which did select dates but it selected 'all' dates not just the ones in the next week?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also tried &lt;SPAN style="font-size: 10pt;"&gt;='&amp;gt;' &amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;Today&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;()) &amp;amp; '&amp;lt;=' &amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;Today&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;()+7) but again selected no dates at all.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Any idea's?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Nov 2017 14:47:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Button-trigger-to-set-select-dates-in-next-week/m-p/1417465#M801193</guid>
      <dc:creator>jameswills</dc:creator>
      <dc:date>2017-11-22T14:47:35Z</dc:date>
    </item>
    <item>
      <title>Re: Button trigger to set select dates in next week</title>
      <link>https://community.qlik.com/t5/QlikView/Button-trigger-to-set-select-dates-in-next-week/m-p/1417466#M801194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi James,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;His suggestions looks about right, have you looke dat the QVW he has uploaded?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would make sure your date field match. Add the expressions to a text box and make ure it returns what is expected.&lt;/P&gt;&lt;P&gt;One thing i noticed is your date format is different to the example provide so try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;='&amp;gt;' &amp;amp; Date(Today(),'DD/MMM/YYYY') &amp;amp; '&amp;lt;=' &amp;amp; Date(Today()+7,'DD/MMM/YYYY')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Nov 2017 14:52:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Button-trigger-to-set-select-dates-in-next-week/m-p/1417466#M801194</guid>
      <dc:creator>Mark_Little</dc:creator>
      <dc:date>2017-11-22T14:52:22Z</dc:date>
    </item>
    <item>
      <title>Re: Button trigger to set select dates in next week</title>
      <link>https://community.qlik.com/t5/QlikView/Button-trigger-to-set-select-dates-in-next-week/m-p/1417467#M801195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mark,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Confused.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;='&amp;gt;' &amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;Today&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(),'DD/MMM/YYYY') &amp;amp; '&amp;lt;=' &amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;Today&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;()+7,'DD/MMM/YYYY') &lt;/SPAN&gt; works when popped into a text box but doesn't select dates when added to the button? How do I check what the date format is? Coming through as DD/MM/YYYY in the dimension but my default load script sets it to DD/MMM/YYYY, do I need to update the load script Date Set maybe?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Nov 2017 15:03:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Button-trigger-to-set-select-dates-in-next-week/m-p/1417467#M801195</guid>
      <dc:creator>jameswills</dc:creator>
      <dc:date>2017-11-22T15:03:26Z</dc:date>
    </item>
    <item>
      <title>Re: Button trigger to set select dates in next week</title>
      <link>https://community.qlik.com/t5/QlikView/Button-trigger-to-set-select-dates-in-next-week/m-p/1417468#M801196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes please do reformat your datefield using combination of date#() and date()&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Nov 2017 15:12:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Button-trigger-to-set-select-dates-in-next-week/m-p/1417468#M801196</guid>
      <dc:creator>OmarBenSalem</dc:creator>
      <dc:date>2017-11-22T15:12:15Z</dc:date>
    </item>
    <item>
      <title>Re: Button trigger to set select dates in next week</title>
      <link>https://community.qlik.com/t5/QlikView/Button-trigger-to-set-select-dates-in-next-week/m-p/1417469#M801197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry Omar, I'm a newbie to the load script currently have:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;&lt;STRONG&gt;SET&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 10pt;"&gt;DateFormat&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt;='DD/MM/YYYY';&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 10pt;"&gt;SET&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 10pt;"&gt;TimestampFormat&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt;='DD/MM/YYYY hh:mm:ss[.fff]'; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;What do I change?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Nov 2017 15:16:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Button-trigger-to-set-select-dates-in-next-week/m-p/1417469#M801197</guid>
      <dc:creator>jameswills</dc:creator>
      <dc:date>2017-11-22T15:16:48Z</dc:date>
    </item>
    <item>
      <title>Re: Button trigger to set select dates in next week</title>
      <link>https://community.qlik.com/t5/QlikView/Button-trigger-to-set-select-dates-in-next-week/m-p/1417470#M801198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi James,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yer dates can be lots of fun.&lt;/P&gt;&lt;P&gt;I Normally format as i want in the script.&lt;/P&gt;&lt;P&gt;If you are unsure how they in the data,&lt;/P&gt;&lt;P&gt;First add a new row in your load script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STRING('Next_Review_Date) AS Test Date,&lt;/P&gt;&lt;P&gt;Reload the data and see what is it in the field, if we assume it is DD/MMM/YYYY.&lt;/P&gt;&lt;P&gt;Remove the above and replace Next_Review_Date with&lt;/P&gt;&lt;P&gt;DATE(DATE#(Next_Review_Date,'DD/MMM/YYYY'),'DD/MM/YYYY') as 'Next_Review_Date,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then make sure the format is now showing as DD/MM/YYYY. The the suggestion should work.&lt;/P&gt;&lt;P&gt;Failing that build up the trigger Bit by bit, i.e.&lt;/P&gt;&lt;P&gt;first get it working with&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;'&amp;lt;=' &amp;amp; Date(Today()+7,'DD/MMM/YYYY')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Then build it up&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Nov 2017 15:17:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Button-trigger-to-set-select-dates-in-next-week/m-p/1417470#M801198</guid>
      <dc:creator>Mark_Little</dc:creator>
      <dc:date>2017-11-22T15:17:26Z</dc:date>
    </item>
    <item>
      <title>Re: Button trigger to set select dates in next week</title>
      <link>https://community.qlik.com/t5/QlikView/Button-trigger-to-set-select-dates-in-next-week/m-p/1417471#M801199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;when you put your &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Next_Review_Date field as filter; how does it appear? Can you show us a value?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Nov 2017 15:18:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Button-trigger-to-set-select-dates-in-next-week/m-p/1417471#M801199</guid>
      <dc:creator>OmarBenSalem</dc:creator>
      <dc:date>2017-11-22T15:18:32Z</dc:date>
    </item>
    <item>
      <title>Re: Button trigger to set select dates in next week</title>
      <link>https://community.qlik.com/t5/QlikView/Button-trigger-to-set-select-dates-in-next-week/m-p/1417472#M801200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Omar,&lt;/P&gt;&lt;P&gt;Next_Review_Date&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/184242_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Nov 2017 15:31:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Button-trigger-to-set-select-dates-in-next-week/m-p/1417472#M801200</guid>
      <dc:creator>jameswills</dc:creator>
      <dc:date>2017-11-22T15:31:09Z</dc:date>
    </item>
    <item>
      <title>Re: Button trigger to set select dates in next week</title>
      <link>https://community.qlik.com/t5/QlikView/Button-trigger-to-set-select-dates-in-next-week/m-p/1417473#M801201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in your action button:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;='&amp;gt;' &amp;amp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;Today&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(),'DD/MM/YYYY') &amp;amp; '&amp;lt;=' &amp;amp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;Today&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;()+7,'DD/MM/YYYY')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;in your script:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;change your &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Next_Review_Date field to:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;date(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Next_Review_Date) as &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Next_Review_Date&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;or date(date#(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Next_Review_Date)) as &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Next_Review_Date&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Nov 2017 15:43:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Button-trigger-to-set-select-dates-in-next-week/m-p/1417473#M801201</guid>
      <dc:creator>OmarBenSalem</dc:creator>
      <dc:date>2017-11-22T15:43:02Z</dc:date>
    </item>
    <item>
      <title>Re: Button trigger to set select dates in next week</title>
      <link>https://community.qlik.com/t5/QlikView/Button-trigger-to-set-select-dates-in-next-week/m-p/1417474#M801202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Mark,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lots of fun!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The date format in the file and as set in the load is definitely DD/MM/YYYY. I've added the&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATE(DATE#(Next_Review_Date,'DD/MMM/YYYY'),'DD/MM/YYYY') as 'Next_Review_Date',&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and reloaded but this makes all my dates in both the table and list box disappear (replaced by '-').&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Nov 2017 15:45:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Button-trigger-to-set-select-dates-in-next-week/m-p/1417474#M801202</guid>
      <dc:creator>jameswills</dc:creator>
      <dc:date>2017-11-22T15:45:54Z</dc:date>
    </item>
    <item>
      <title>Re: Button trigger to set select dates in next week</title>
      <link>https://community.qlik.com/t5/QlikView/Button-trigger-to-set-select-dates-in-next-week/m-p/1417475#M801203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;maybe&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;DATE(DATE#(Next_Review_Date,'DD/MMYYYY'),'DD/MMM/YYYY') as 'Next_Review_Date',&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Nov 2017 15:56:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Button-trigger-to-set-select-dates-in-next-week/m-p/1417475#M801203</guid>
      <dc:creator>OmarBenSalem</dc:creator>
      <dc:date>2017-11-22T15:56:55Z</dc:date>
    </item>
    <item>
      <title>Re: Button trigger to set select dates in next week</title>
      <link>https://community.qlik.com/t5/QlikView/Button-trigger-to-set-select-dates-in-next-week/m-p/1417476#M801204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Omar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have changed the button syntax and used&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;date(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Next_Review_Date) as &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Next_Review_Date&lt;/SPAN&gt;&lt;/SPAN&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;in the load, button action still does nothing.&lt;/SPAN&gt;&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; font-size: 13px;"&gt;changed load to &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;SPAN style="color: #3d3d3d; font-family: Helvetica;"&gt;date(date#(&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Next_Review_Date)) as &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Next_Review_Date&lt;/SPAN&gt;&lt;/SPAN&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;this removes the date all together.&lt;/SPAN&gt;&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; font-size: 13px;"&gt;I've attached the qvw for info, might be easier to look at it first hand.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Nov 2017 16:00:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Button-trigger-to-set-select-dates-in-next-week/m-p/1417476#M801204</guid>
      <dc:creator>jameswills</dc:creator>
      <dc:date>2017-11-22T16:00:43Z</dc:date>
    </item>
    <item>
      <title>Re: Button trigger to set select dates in next week</title>
      <link>https://community.qlik.com/t5/QlikView/Button-trigger-to-set-select-dates-in-next-week/m-p/1417477#M801205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This just wipes all the dates out &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/angry.png" /&gt;&lt;/P&gt;&lt;P&gt;I've attached a copy of the qvw above, hoping this might help?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Nov 2017 16:03:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Button-trigger-to-set-select-dates-in-next-week/m-p/1417477#M801205</guid>
      <dc:creator>jameswills</dc:creator>
      <dc:date>2017-11-22T16:03:23Z</dc:date>
    </item>
    <item>
      <title>Re: Button trigger to set select dates in next week</title>
      <link>https://community.qlik.com/t5/QlikView/Button-trigger-to-set-select-dates-in-next-week/m-p/1417478#M801206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just spotted an error in the data &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/blush.png" /&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/angry.png" /&gt;&lt;/P&gt;&lt;P&gt;The syntax from Omar and Mark works a treat when you actually correct the source data!!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Nov 2017 16:11:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Button-trigger-to-set-select-dates-in-next-week/m-p/1417478#M801206</guid>
      <dc:creator>jameswills</dc:creator>
      <dc:date>2017-11-22T16:11:16Z</dc:date>
    </item>
  </channel>
</rss>

