<?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: Dynamic Date Range Bookmark in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Dynamic-Date-Range-Bookmark/m-p/1967085#M79703</link>
    <description>&lt;P&gt;Thank you so much for the reply, I put the formula into the list box and hit enter. Unfortunately, the formula doesn't allow me to continue, it just stays in the list box and does not filter anything.&amp;nbsp; My goal is to use this as a dynamic bookmark so that when new data is added the bookmark will always show everything greater than 3/15/2022. Do you have any other ideas on how I might solve this problem? All the best and thanks again!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="nhoover_0-1660134825328.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/86422i5EB1073AAFA8FC3B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="nhoover_0-1660134825328.png" alt="nhoover_0-1660134825328.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 10 Aug 2022 12:40:03 GMT</pubDate>
    <dc:creator>nhoover</dc:creator>
    <dc:date>2022-08-10T12:40:03Z</dc:date>
    <item>
      <title>Dynamic Date Range Bookmark</title>
      <link>https://community.qlik.com/t5/App-Development/Dynamic-Date-Range-Bookmark/m-p/1966799#M79678</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="nhoover_0-1660084194814.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/86389i78945FD281F18857/image-size/medium?v=v2&amp;amp;px=400" role="button" title="nhoover_0-1660084194814.png" alt="nhoover_0-1660084194814.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Support Partners,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; I found this Dynamic Bookmark video &lt;A href="https://www.youtube.com/watch?v=tFyqOigqnUw" target="_blank" rel="noopener"&gt;https://www.youtube.com/watch?v=tFyqOigqnUw&lt;/A&gt; this looks great so I can set up a bookmark to capture values from a certain date range after the launch of a promotion. I’m trying to do something similar to the video but am not able to get it to filter properly, I’m thinking it has to do with the date section 3/15/2022 (see below).&lt;/P&gt;
&lt;P&gt;I tried several different ways:&lt;/P&gt;
&lt;P&gt;= [Created Date] &amp;gt;= today()-2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; #This one works but I need to start at a specific date of 3/15/22&lt;/P&gt;
&lt;P&gt;=[Created Date]&amp;gt;=Date#(3/15/2022) AND [Created Date]&amp;lt;=Today()&lt;/P&gt;
&lt;P&gt;=[Created Date]&amp;gt;=Date(3/15/2022) AND [Created Date]&amp;lt;=Today()&lt;/P&gt;
&lt;P&gt;=[Created Date]&amp;gt;=3/15/2022 AND [Created Date]&amp;lt;=Today()&lt;/P&gt;
&lt;P&gt;=[Created Date]&amp;gt;=’3/15/2022’ AND [Created Date]&amp;lt;=Today()&lt;/P&gt;
&lt;P&gt;=[Created Date]&amp;gt;=3/15/2022&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A small sample of my data is below, where the above filter should only return the last row since the first two are in the year 2021:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;TABLE width="746px"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="101.922px"&gt;
&lt;P&gt;&lt;STRONG&gt;Created Date&lt;/STRONG&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="89.9688px"&gt;
&lt;P&gt;&lt;STRONG&gt;Probability&lt;/STRONG&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="245.422px"&gt;
&lt;P&gt;&lt;STRONG&gt;Product Name&lt;/STRONG&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="184.703px"&gt;
&lt;P&gt;&lt;STRONG&gt;Opportunity Owner&lt;/STRONG&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="75.9688px"&gt;
&lt;P&gt;&lt;STRONG&gt;Stage&lt;/STRONG&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="47.0156px"&gt;
&lt;P&gt;&lt;STRONG&gt;Age&lt;/STRONG&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="101.922px"&gt;
&lt;P&gt;1/11/2021&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="89.9688px"&gt;
&lt;P&gt;80&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="245.422px"&gt;
&lt;P&gt;Product A&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="184.703px"&gt;
&lt;P&gt;Owner A&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="75.9688px"&gt;
&lt;P&gt;Cultivate&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="47.0156px"&gt;
&lt;P&gt;575&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="101.922px"&gt;
&lt;P&gt;6/29/2021&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="89.9688px"&gt;
&lt;P&gt;40&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="245.422px"&gt;
&lt;P&gt;Product B&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="184.703px"&gt;
&lt;P&gt;Owner B&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="75.9688px"&gt;
&lt;P&gt;Closed Lost&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="47.0156px"&gt;
&lt;P&gt;183&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="101.922px"&gt;
&lt;P&gt;6/20/2022&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="89.9688px"&gt;
&lt;P&gt;100&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="245.422px"&gt;
&lt;P&gt;Product C&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="184.703px"&gt;
&lt;P&gt;Owner C&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="75.9688px"&gt;
&lt;P&gt;Cultivate&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="47.0156px"&gt;
&lt;P&gt;50&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you so much for any and all replies!&lt;/P&gt;</description>
      <pubDate>Tue, 09 Aug 2022 22:33:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dynamic-Date-Range-Bookmark/m-p/1966799#M79678</guid>
      <dc:creator>nhoover</dc:creator>
      <dc:date>2022-08-09T22:33:40Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Date Range Bookmark</title>
      <link>https://community.qlik.com/t5/App-Development/Dynamic-Date-Range-Bookmark/m-p/1966848#M79681</link>
      <description>&lt;P&gt;I would write it as:&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;=[Created Date]&amp;gt;=MakeDate(2022,3,15) AND [Created Date]&amp;lt;=Today()&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;-Rob&lt;BR /&gt;&lt;A href="http://www.easyqlik.com" target="_blank"&gt;http://www.easyqlik.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://masterssummit.com" target="_blank"&gt;http://masterssummit.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://qlikviewcookbook.com" target="_blank"&gt;http://qlikviewcookbook.com&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Aug 2022 04:48:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dynamic-Date-Range-Bookmark/m-p/1966848#M79681</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2022-08-10T04:48:48Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Date Range Bookmark</title>
      <link>https://community.qlik.com/t5/App-Development/Dynamic-Date-Range-Bookmark/m-p/1967085#M79703</link>
      <description>&lt;P&gt;Thank you so much for the reply, I put the formula into the list box and hit enter. Unfortunately, the formula doesn't allow me to continue, it just stays in the list box and does not filter anything.&amp;nbsp; My goal is to use this as a dynamic bookmark so that when new data is added the bookmark will always show everything greater than 3/15/2022. Do you have any other ideas on how I might solve this problem? All the best and thanks again!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="nhoover_0-1660134825328.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/86422i5EB1073AAFA8FC3B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="nhoover_0-1660134825328.png" alt="nhoover_0-1660134825328.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Aug 2022 12:40:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dynamic-Date-Range-Bookmark/m-p/1967085#M79703</guid>
      <dc:creator>nhoover</dc:creator>
      <dc:date>2022-08-10T12:40:03Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Date Range Bookmark</title>
      <link>https://community.qlik.com/t5/App-Development/Dynamic-Date-Range-Bookmark/m-p/1967092#M79704</link>
      <description>&lt;P&gt;From your screen capture, it looks like you've made a selection on the date which only includes two dates - 2021-02-08 and 2021-02-09. Since both of these are outside the range of "greater than 3/15/2022", your expression returns no values and can't be applied. Try applying it with the existing selection removed.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Aug 2022 12:50:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dynamic-Date-Range-Bookmark/m-p/1967092#M79704</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2022-08-10T12:50:27Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Date Range Bookmark</title>
      <link>https://community.qlik.com/t5/App-Development/Dynamic-Date-Range-Bookmark/m-p/1967113#M79709</link>
      <description>&lt;P&gt;Thanks for the suggestion, in order for the listbox to appear at the top I have to make a date selection. I tried selecting 8/8/2022 first. Then pasting in the formula:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;=[Created Date]&amp;gt;=MakeDate(2022,3,15) AND [Created Date]&amp;lt;=Today()&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;When I hit the Enter Key this time the listbox disappears and nothing is filtered. Thanks for taking a look at my problem!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Aug 2022 13:21:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dynamic-Date-Range-Bookmark/m-p/1967113#M79709</guid>
      <dc:creator>nhoover</dc:creator>
      <dc:date>2022-08-10T13:21:13Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Date Range Bookmark</title>
      <link>https://community.qlik.com/t5/App-Development/Dynamic-Date-Range-Bookmark/m-p/1967120#M79711</link>
      <description>&lt;P&gt;You can apply the selection from the Selections screen or from a filter box, so it's not necessary to pre-select anything (and in fact it is a good idea not to pre-select anything).&lt;/P&gt;
&lt;P&gt;Working with dates in selection formulas is always a bit fiddly - I tend to just mess around until I get it to work. Start with only one of the two sides of the expression and see if each of them works individually (You can tell if it works by whether or not you get anything in the list of values when you type the formula in, so it's not necessary to hit enter). If they don't work, you may need to reformat the date values (MakeDate() and Today()) so they match the format of Created Date.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Aug 2022 13:26:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dynamic-Date-Range-Bookmark/m-p/1967120#M79711</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2022-08-10T13:26:39Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Date Range Bookmark</title>
      <link>https://community.qlik.com/t5/App-Development/Dynamic-Date-Range-Bookmark/m-p/1967131#M79712</link>
      <description>&lt;P&gt;Thanks again, I'm sure I'll figure this out, thanks for the suggestions. I'll post back here once I come up with a solution.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Aug 2022 13:32:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dynamic-Date-Range-Bookmark/m-p/1967131#M79712</guid>
      <dc:creator>nhoover</dc:creator>
      <dc:date>2022-08-10T13:32:03Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Date Range Bookmark</title>
      <link>https://community.qlik.com/t5/App-Development/Dynamic-Date-Range-Bookmark/m-p/1967277#M79731</link>
      <description>&lt;P&gt;Your solution worked after I understood I needed to be working in the "Selections Tool" section without having any selections on my date field. Thanks again for the speedy reply and aid in my learning!&lt;/P&gt;</description>
      <pubDate>Wed, 10 Aug 2022 17:53:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dynamic-Date-Range-Bookmark/m-p/1967277#M79731</guid>
      <dc:creator>nhoover</dc:creator>
      <dc:date>2022-08-10T17:53:59Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Date Range Bookmark</title>
      <link>https://community.qlik.com/t5/App-Development/Dynamic-Date-Range-Bookmark/m-p/1967279#M79732</link>
      <description>&lt;P&gt;Thanks for leading me in the right direction, after your advice I was able to use a previous post as the ultimate answer.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Aug 2022 17:55:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dynamic-Date-Range-Bookmark/m-p/1967279#M79732</guid>
      <dc:creator>nhoover</dc:creator>
      <dc:date>2022-08-10T17:55:29Z</dc:date>
    </item>
  </channel>
</rss>

