<?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 Bookmark Max Data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Bookmark-Max-Data/m-p/648501#M237388</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a bookmark, which filter Areas. But i want include or create a bookmark which filters my variable maxDate ( max(Date)).&lt;/P&gt;&lt;P&gt;Every day i need to filter year, month and day. I want to only select the Bookmark calling my variable maxDate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 Sep 2014 14:12:47 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-09-08T14:12:47Z</dc:date>
    <item>
      <title>Bookmark Max Data</title>
      <link>https://community.qlik.com/t5/QlikView/Bookmark-Max-Data/m-p/648501#M237388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a bookmark, which filter Areas. But i want include or create a bookmark which filters my variable maxDate ( max(Date)).&lt;/P&gt;&lt;P&gt;Every day i need to filter year, month and day. I want to only select the Bookmark calling my variable maxDate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Sep 2014 14:12:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bookmark-Max-Data/m-p/648501#M237388</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-08T14:12:47Z</dc:date>
    </item>
    <item>
      <title>Re: Bookmark Max Data</title>
      <link>https://community.qlik.com/t5/QlikView/Bookmark-Max-Data/m-p/648502#M237389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can create a bookmark to filter on the max(date) by using the advanced search expression on the date field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) add a new label with Date as dimension&lt;/P&gt;&lt;P&gt;2) right click on the object and go to advanced expression&lt;/P&gt;&lt;P&gt;3) write the expression there and hit go&lt;/P&gt;&lt;P&gt;4) create the new bookmark that will call this expression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Sep 2014 14:17:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bookmark-Max-Data/m-p/648502#M237389</guid>
      <dc:creator>maleksafa</dc:creator>
      <dc:date>2014-09-08T14:17:33Z</dc:date>
    </item>
    <item>
      <title>Re: Bookmark Max Data</title>
      <link>https://community.qlik.com/t5/QlikView/Bookmark-Max-Data/m-p/648503#M237390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Malek,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for you answer, but this doesnt resolve my problem.&lt;/P&gt;&lt;P&gt;I actually have 20 reports, and need to filter all of them with a different bookmark. So i need to filter by region and with a variable MaxDate.&lt;/P&gt;&lt;P&gt;The problem is this :&lt;/P&gt;&lt;P&gt;If i bookmark a region, it always get max date. But if i select a previous month, it still gets the actual month, not the previous.&lt;/P&gt;&lt;P&gt;And i cant select area by area, date by date, because we are using a macro to generate these reports.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Sep 2014 14:26:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bookmark-Max-Data/m-p/648503#M237390</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-08T14:26:10Z</dc:date>
    </item>
    <item>
      <title>Re: Bookmark Max Data</title>
      <link>https://community.qlik.com/t5/QlikView/Bookmark-Max-Data/m-p/648504#M237391</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi - i am wondering if you just need to take the '=' sign out of your variable definition.&amp;nbsp; If your variable is something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=max(Date)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try changing it to this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;max(Date)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;that way the expression text is injected into your other expressions first before calculating it the overall expression. you will probably need dollar sign expansion&amp;nbsp; $(vMaxDate)&amp;nbsp; to invoke&amp;nbsp; the variable (in this example named 'vMaxDate').&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Sep 2014 14:31:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bookmark-Max-Data/m-p/648504#M237391</guid>
      <dc:creator>JonnyPoole</dc:creator>
      <dc:date>2014-09-08T14:31:44Z</dc:date>
    </item>
    <item>
      <title>Re: Bookmark Max Data</title>
      <link>https://community.qlik.com/t5/QlikView/Bookmark-Max-Data/m-p/648505#M237392</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jonathan,&lt;/P&gt;&lt;P&gt;Thanks for the answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is possbile apply my variable in the bookmark ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Sep 2014 14:35:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bookmark-Max-Data/m-p/648505#M237392</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-08T14:35:56Z</dc:date>
    </item>
    <item>
      <title>Re: Bookmark Max Data</title>
      <link>https://community.qlik.com/t5/QlikView/Bookmark-Max-Data/m-p/648506#M237393</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've solved it.&lt;/P&gt;&lt;P&gt;When we apply a bookmark, it overwrite all the other selections. So i've done, is edit the bookmarks, and check the option '+'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Before, if i have the 2014 selected and apply bookmark x, the selections stay only 'x'.&lt;/P&gt;&lt;P&gt;Now, is my selection AND the bookmark.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank all of you !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Sep 2014 14:40:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bookmark-Max-Data/m-p/648506#M237393</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-08T14:40:57Z</dc:date>
    </item>
  </channel>
</rss>

