<?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 selection using expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Bookmark-selection-using-expression/m-p/834619#M1009268</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;I am currently trying to setup a bookmark that will always select the date values from the start of the month until Today()-1. I have already got a button which can do this selection using the following expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;='&amp;gt;=$(=MonthStart(Today()))&amp;lt;$(=Date(Today()))'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem with this is that if I save the selection as a bookmark this does not automatically update when generating reports the next day and therefore it is necessary to reapply the selection, re-upload to the server and then generate reports which is quite time consuming.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I read here on the forums that if I create a bookmark using a search expression in the date list box then the bookmark will (hopefully!!) update itself each time a report is generated. I am now trying to set this up, but the above expression clearly does not work in the search field of the date list box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone therefore please advise how the expression can be modified for it to work in the search field of the date list box?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Armend&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 May 2015 14:27:06 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-05-11T14:27:06Z</dc:date>
    <item>
      <title>Bookmark selection using expression</title>
      <link>https://community.qlik.com/t5/QlikView/Bookmark-selection-using-expression/m-p/834619#M1009268</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;I am currently trying to setup a bookmark that will always select the date values from the start of the month until Today()-1. I have already got a button which can do this selection using the following expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;='&amp;gt;=$(=MonthStart(Today()))&amp;lt;$(=Date(Today()))'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem with this is that if I save the selection as a bookmark this does not automatically update when generating reports the next day and therefore it is necessary to reapply the selection, re-upload to the server and then generate reports which is quite time consuming.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I read here on the forums that if I create a bookmark using a search expression in the date list box then the bookmark will (hopefully!!) update itself each time a report is generated. I am now trying to set this up, but the above expression clearly does not work in the search field of the date list box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone therefore please advise how the expression can be modified for it to work in the search field of the date list box?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Armend&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 May 2015 14:27:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bookmark-selection-using-expression/m-p/834619#M1009268</guid>
      <dc:creator />
      <dc:date>2015-05-11T14:27:06Z</dc:date>
    </item>
    <item>
      <title>Re: Bookmark selection using expression</title>
      <link>https://community.qlik.com/t5/QlikView/Bookmark-selection-using-expression/m-p/834620#M1009269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I can't do a test on server at the moment, I'm sorry, but have you tried to use today function with timer_mode setted to 1?&lt;/P&gt;&lt;P&gt;today(1) give you current date at the moment of function calling.&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;P&gt;MR&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 May 2015 14:43:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bookmark-selection-using-expression/m-p/834620#M1009269</guid>
      <dc:creator>mrossoit</dc:creator>
      <dc:date>2015-05-11T14:43:46Z</dc:date>
    </item>
    <item>
      <title>Re: Bookmark selection using expression</title>
      <link>https://community.qlik.com/t5/QlikView/Bookmark-selection-using-expression/m-p/834621#M1009270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Massimiliano,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your response. I have tried using the Today(1) function but this does not seem to apply the correct selection either.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This does not need to be tested on the server by the way, I just need an expression &lt;SPAN style="font-size: 13.3333330154419px; line-height: 1.5em;"&gt;(similar to the expression in my original post) &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;that will select the dates from the start of the month until yesterday using the search function of the date list box.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Hope this makes it clearer.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Armend&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 May 2015 14:49:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bookmark-selection-using-expression/m-p/834621#M1009270</guid>
      <dc:creator />
      <dc:date>2015-05-11T14:49:01Z</dc:date>
    </item>
  </channel>
</rss>

