<?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 Bookmark with dates greater than specific date (or between specific date and today) in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Dynamic-Bookmark-with-dates-greater-than-specific-date-or/m-p/2431485#M96629</link>
    <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/230504"&gt;@tsbrian&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;As a suggestion, try adding date formatting to the script.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In the date filter panel test this:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;PRE id="tw-target-text" class="tw-data-text tw-text-large tw-ta" dir="ltr" data-placeholder="Tradução" data-ved="2ahUKEwjHucn_gfeEAxX3OrkGHW3_BQQQ3ewLegQIBRAU"&gt;&lt;SPAN&gt;=&lt;SPAN class="Y2IQFc"&gt;[MEDIA_CREATED]&lt;/SPAN&gt;&amp;gt;=MakeDate(2023,1,12) AND &lt;SPAN class="Y2IQFc"&gt;[MEDIA_CREATED]&lt;/SPAN&gt;&amp;lt;=Today()&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Regarts, Matheus&lt;/P&gt;</description>
    <pubDate>Fri, 15 Mar 2024 20:11:49 GMT</pubDate>
    <dc:creator>MatheusC</dc:creator>
    <dc:date>2024-03-15T20:11:49Z</dc:date>
    <item>
      <title>Dynamic Bookmark with dates greater than specific date (or between specific date and today)</title>
      <link>https://community.qlik.com/t5/App-Development/Dynamic-Bookmark-with-dates-greater-than-specific-date-or/m-p/2431443#M96628</link>
      <description>&lt;P&gt;I'm trying to set up a default bookmark so that when users open up the app, all data is pre-filtered so that they see records from 12/1/2023 and later.&lt;/P&gt;
&lt;P&gt;My approach has been to figure out the filter search string that would make this work and then bookmark that. I'm having a hard time figuring out the search string to enter into the filter's search. Using the following string works for filtering a single day:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;{&amp;lt;"=Date(Floor([MEDIA_CREATED]))"={'12/1/2023'}&amp;gt;}&lt;/LI-CODE&gt;
&lt;P class="p1"&gt;I can't figure out how to make this so that it shows all values greater than 12/1/2023.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Mar 2024 17:16:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dynamic-Bookmark-with-dates-greater-than-specific-date-or/m-p/2431443#M96628</guid>
      <dc:creator>tsbrian</dc:creator>
      <dc:date>2024-03-15T17:16:31Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Bookmark with dates greater than specific date (or between specific date and today)</title>
      <link>https://community.qlik.com/t5/App-Development/Dynamic-Bookmark-with-dates-greater-than-specific-date-or/m-p/2431485#M96629</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/230504"&gt;@tsbrian&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;As a suggestion, try adding date formatting to the script.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In the date filter panel test this:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;PRE id="tw-target-text" class="tw-data-text tw-text-large tw-ta" dir="ltr" data-placeholder="Tradução" data-ved="2ahUKEwjHucn_gfeEAxX3OrkGHW3_BQQQ3ewLegQIBRAU"&gt;&lt;SPAN&gt;=&lt;SPAN class="Y2IQFc"&gt;[MEDIA_CREATED]&lt;/SPAN&gt;&amp;gt;=MakeDate(2023,1,12) AND &lt;SPAN class="Y2IQFc"&gt;[MEDIA_CREATED]&lt;/SPAN&gt;&amp;lt;=Today()&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Regarts, Matheus&lt;/P&gt;</description>
      <pubDate>Fri, 15 Mar 2024 20:11:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dynamic-Bookmark-with-dates-greater-than-specific-date-or/m-p/2431485#M96629</guid>
      <dc:creator>MatheusC</dc:creator>
      <dc:date>2024-03-15T20:11:49Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Bookmark with dates greater than specific date (or between specific date and today)</title>
      <link>https://community.qlik.com/t5/App-Development/Dynamic-Bookmark-with-dates-greater-than-specific-date-or/m-p/2431490#M96630</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/149113"&gt;@MatheusC&lt;/a&gt;.&lt;/P&gt;
&lt;P&gt;I'm not sure what you mean by "...try adding date formatting to the script". The [MEDIA_CREATED] is a date set up using AutoCalendar definitions.&lt;/P&gt;
&lt;P&gt;Putting your recommended statement in the filter didn't produce any data. I even tried one condition at a time and I get no matches.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Mar 2024 20:39:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dynamic-Bookmark-with-dates-greater-than-specific-date-or/m-p/2431490#M96630</guid>
      <dc:creator>tsbrian</dc:creator>
      <dc:date>2024-03-15T20:39:56Z</dc:date>
    </item>
  </channel>
</rss>

