<?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/624538#M1109398</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it will not update by itself,you need to make a new bookmark every week&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Mar 2014 16:43:29 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-03-11T16:43:29Z</dc:date>
    <item>
      <title>Bookmarks</title>
      <link>https://community.qlik.com/t5/QlikView/Bookmarks/m-p/624537#M1109397</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;With my qlikview application up and running I got a small question about bookmarks.&lt;/P&gt;&lt;P&gt;I need to send a url-link to all employees containing the url for a certain tab and bookmark.&lt;/P&gt;&lt;P&gt;Now i already got this done with this:&lt;BR /&gt;....qvw&amp;amp;bookmark=Server\BM144-191&amp;amp;sheet=SH14&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However my bookmark contains the selection of a few weeks and divisions, and I need to start sending these url's on weekly/daily basis.&lt;/P&gt;&lt;P&gt;Is it possible that my bookmark will update itself and select week 11/12/13/14/15 instead of me having to make a new bookmark every week.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kind regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Mar 2014 13:57:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bookmarks/m-p/624537#M1109397</guid>
      <dc:creator />
      <dc:date>2014-03-11T13:57:48Z</dc:date>
    </item>
    <item>
      <title>Re: Bookmarks</title>
      <link>https://community.qlik.com/t5/QlikView/Bookmarks/m-p/624538#M1109398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it will not update by itself,you need to make a new bookmark every week&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Mar 2014 16:43:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bookmarks/m-p/624538#M1109398</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-11T16:43:29Z</dc:date>
    </item>
    <item>
      <title>Re: Bookmarks</title>
      <link>https://community.qlik.com/t5/QlikView/Bookmarks/m-p/624539#M1109399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you just want to automatically select the last couple of weeks or does the week selection vary?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you do want to select the last few weeks, you can just use the following expression in the advanced search box and then save the bookmark using this, the bookmark will then update dynamically (i.e. the below will select the last 5 weeks loaded)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=aggr(if(rank(Week)&amp;lt;=5,Week),Week) &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Mar 2014 16:45:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bookmarks/m-p/624539#M1109399</guid>
      <dc:creator />
      <dc:date>2014-03-11T16:45:06Z</dc:date>
    </item>
    <item>
      <title>Re: Bookmarks</title>
      <link>https://community.qlik.com/t5/QlikView/Bookmarks/m-p/624540#M1109400</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Vincent,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As Grace mentionned it, use dynamic bookmarks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To do,&lt;/P&gt;&lt;P&gt;1) click on the list box, right clic use Advanced Search and enter a dynamic search&lt;/P&gt;&lt;P&gt;2) repeat for other listboxes&lt;/P&gt;&lt;P&gt;3) save your bookmark&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fabrice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Mar 2014 17:12:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bookmarks/m-p/624540#M1109400</guid>
      <dc:creator />
      <dc:date>2014-03-11T17:12:04Z</dc:date>
    </item>
    <item>
      <title>Re: Bookmarks</title>
      <link>https://community.qlik.com/t5/QlikView/Bookmarks/m-p/624541#M1109401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Grace,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want it to select the first week of the year up to last week (10) atm. With the expression you provided it selects the last 5 weeks of the year.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you for helping&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Mar 2014 08:27:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bookmarks/m-p/624541#M1109401</guid>
      <dc:creator />
      <dc:date>2014-03-12T08:27:07Z</dc:date>
    </item>
    <item>
      <title>Re: Bookmarks</title>
      <link>https://community.qlik.com/t5/QlikView/Bookmarks/m-p/624542#M1109402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vincent,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What about using this instead:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Year&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(Week) = Year(Max( Total Week)) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Mar 2014 09:23:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bookmarks/m-p/624542#M1109402</guid>
      <dc:creator />
      <dc:date>2014-03-12T09:23:27Z</dc:date>
    </item>
    <item>
      <title>Re: Bookmarks</title>
      <link>https://community.qlik.com/t5/QlikView/Bookmarks/m-p/624543#M1109404</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;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Year&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(Week) = Year(Max( Total Week)) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Doesn't select anything &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Mar 2014 10:28:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bookmarks/m-p/624543#M1109404</guid>
      <dc:creator />
      <dc:date>2014-03-12T10:28:49Z</dc:date>
    </item>
    <item>
      <title>Re: Bookmarks</title>
      <link>https://community.qlik.com/t5/QlikView/Bookmarks/m-p/624544#M1109405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think the week field needs to formatted as a date in order for it to work. Also, make sure to put the equals before it in the advanced search or it won't work so it should be =&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Year&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(Week) = Year(Max( Total Week)) &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Mar 2014 11:00:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bookmarks/m-p/624544#M1109405</guid>
      <dc:creator />
      <dc:date>2014-03-12T11:00:42Z</dc:date>
    </item>
  </channel>
</rss>

