<?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: Bookmarks in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Bookmarks/m-p/657864#M240130</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you expand on this please? &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;How do you create the new field in your script? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you just write "1 as MaxDateFlag"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 16 Aug 2014 17:43:36 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-08-16T17:43:36Z</dc:date>
    <item>
      <title>Bookmarks</title>
      <link>https://community.qlik.com/t5/QlikView/Bookmarks/m-p/657860#M240126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to create a bookmark that automatically select the most recent 'date'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;For example, I will have certain selections (i.e region, state, product, etc) that will be set&amp;nbsp; in a bookmark but there is a new monday date each week. I want the bookmark to automatically select the most recent 'date' available for the certain selections that are selected in the bookmark. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone know how to do this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Aug 2014 16:04:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bookmarks/m-p/657860#M240126</guid>
      <dc:creator />
      <dc:date>2014-08-11T16:04:18Z</dc:date>
    </item>
    <item>
      <title>Re: Bookmarks</title>
      <link>https://community.qlik.com/t5/QlikView/Bookmarks/m-p/657861#M240127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try setting a variable with the Bookmark and use a Variable Event Trigger to select the latest (max()) date available.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A more elegant solution would be to have a flag loaded in the script indicating if the date is the most recent. Then make sure that the bookmark selects that flag.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Aug 2014 16:22:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bookmarks/m-p/657861#M240127</guid>
      <dc:creator>simondachstr</dc:creator>
      <dc:date>2014-08-11T16:22:11Z</dc:date>
    </item>
    <item>
      <title>Re: Bookmarks</title>
      <link>https://community.qlik.com/t5/QlikView/Bookmarks/m-p/657862#M240128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How would you do the more elegant solution?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Aug 2014 16:24:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bookmarks/m-p/657862#M240128</guid>
      <dc:creator />
      <dc:date>2014-08-11T16:24:11Z</dc:date>
    </item>
    <item>
      <title>Re: Bookmarks</title>
      <link>https://community.qlik.com/t5/QlikView/Bookmarks/m-p/657863#M240129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As Martin noted, create a new field in your load script, let's say, MaxDateFlag, which would contain a 1 where your date field is the max date in your dataset. All other MaxDateFlag values would be 0. Then using a listbox for the MaxDateFlag field, select the 1 and bookmark it with your other selections. This way 1 always corresponds to the max date in your dataset.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;Date&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MaxDateFlag&lt;/P&gt;&lt;P&gt;08/11/14&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&lt;/P&gt;&lt;P&gt;08/10/14&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&lt;/P&gt;&lt;P&gt;08/09/14&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Aug 2014 19:38:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bookmarks/m-p/657863#M240129</guid>
      <dc:creator />
      <dc:date>2014-08-11T19:38:00Z</dc:date>
    </item>
    <item>
      <title>Re: Bookmarks</title>
      <link>https://community.qlik.com/t5/QlikView/Bookmarks/m-p/657864#M240130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you expand on this please? &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;How do you create the new field in your script? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you just write "1 as MaxDateFlag"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Aug 2014 17:43:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bookmarks/m-p/657864#M240130</guid>
      <dc:creator />
      <dc:date>2014-08-16T17:43:36Z</dc:date>
    </item>
    <item>
      <title>Re: Bookmarks</title>
      <link>https://community.qlik.com/t5/QlikView/Bookmarks/m-p/657865#M240131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have many options here. My example above would be a scenario where you pull data from a database and create a new field, then apply logic to your date field to assign the 1 to the max date in your record set.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another simple option would be to create a second load with just Date and MaxDateFlag which would only include on record (8/11/14 with the 1).&amp;nbsp; This load would join to your other records on Date and assign all 8/11/14 dates with a 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Aug 2014 12:16:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bookmarks/m-p/657865#M240131</guid>
      <dc:creator />
      <dc:date>2014-08-18T12:16:32Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Bookmarks</title>
      <link>https://community.qlik.com/t5/QlikView/Bookmarks/m-p/657866#M240132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please see attachments. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have two excel files, 1 old and 1 new for now but every week, t&lt;SPAN style="font-size: 10pt;"&gt;here will be an addition of 1 new week to the same file that is uploaded. I want to create a bookmark that automatically selects the most recent week. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I seem to have trouble doing this, can someone help using the app?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Aug 2014 16:44:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bookmarks/m-p/657866#M240132</guid>
      <dc:creator />
      <dc:date>2014-08-20T16:44:55Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Bookmarks</title>
      <link>https://community.qlik.com/t5/QlikView/Bookmarks/m-p/657867#M240133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My previous suggestion will work. Just add a new column to your spreadsheet and flag the dates for the 'new' week. Use the new field within your bookmark so anytime new dates are added that have the flag for the new week it will carry through to the bookmark that already contains the selection for that flag.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Aug 2014 17:00:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bookmarks/m-p/657867#M240133</guid>
      <dc:creator />
      <dc:date>2014-08-20T17:00:08Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Bookmarks</title>
      <link>https://community.qlik.com/t5/QlikView/Bookmarks/m-p/657868#M240134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is just an example. My actual source will be from an oracle database in which I cannot add a new column. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Aug 2014 17:03:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bookmarks/m-p/657868#M240134</guid>
      <dc:creator />
      <dc:date>2014-08-20T17:03:59Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Bookmarks</title>
      <link>https://community.qlik.com/t5/QlikView/Bookmarks/m-p/657869#M240135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok. Within the load you could still flag the max week. This could be done in the SQL or the preceding load. If you really just need a way to select the max week in the app, and don't have to use a bookmark, you could always just use a button and add logic to select the respective period. Like I mentioned before you have many options, which is a good thing! Good luck!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Aug 2014 17:14:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bookmarks/m-p/657869#M240135</guid>
      <dc:creator />
      <dc:date>2014-08-20T17:14:17Z</dc:date>
    </item>
  </channel>
</rss>

