<?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: How to create default bookmark with a variable in Qlik Sense in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-to-create-default-bookmark-with-a-variable-in-Qlik-Sense/m-p/1922119#M75902</link>
    <description>&lt;P&gt;Hi, try to write on your DATE filter something like this:&lt;/P&gt;
&lt;P&gt;{&amp;lt;DATE={"=date(DATE)=date(vMaxDate)"}&amp;gt;}&lt;/P&gt;
&lt;P&gt;where DATE is your date field/dimension. And set it to default bookmark if you see that this formula is providing correct result.&lt;/P&gt;</description>
    <pubDate>Mon, 25 Apr 2022 12:29:30 GMT</pubDate>
    <dc:creator>justISO</dc:creator>
    <dc:date>2022-04-25T12:29:30Z</dc:date>
    <item>
      <title>How to create default bookmark with a variable in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-create-default-bookmark-with-a-variable-in-Qlik-Sense/m-p/1922040#M75896</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;
&lt;P&gt;I have created a variable called vMaxDate stored max date in it. I would like to apply a default bookmark with this variable. Can you please suggest.&lt;/P&gt;
&lt;P&gt;Variable contains&amp;nbsp; "Mar-2022".. Please suggest&lt;/P&gt;</description>
      <pubDate>Mon, 25 Apr 2022 10:30:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-create-default-bookmark-with-a-variable-in-Qlik-Sense/m-p/1922040#M75896</guid>
      <dc:creator>vish123</dc:creator>
      <dc:date>2022-04-25T10:30:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to create default bookmark with a variable in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-create-default-bookmark-with-a-variable-in-Qlik-Sense/m-p/1922119#M75902</link>
      <description>&lt;P&gt;Hi, try to write on your DATE filter something like this:&lt;/P&gt;
&lt;P&gt;{&amp;lt;DATE={"=date(DATE)=date(vMaxDate)"}&amp;gt;}&lt;/P&gt;
&lt;P&gt;where DATE is your date field/dimension. And set it to default bookmark if you see that this formula is providing correct result.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Apr 2022 12:29:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-create-default-bookmark-with-a-variable-in-Qlik-Sense/m-p/1922119#M75902</guid>
      <dc:creator>justISO</dc:creator>
      <dc:date>2022-04-25T12:29:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to create default bookmark with a variable in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-create-default-bookmark-with-a-variable-in-Qlik-Sense/m-p/1922274#M75914</link>
      <description>&lt;P&gt;Hi JustISO,&lt;/P&gt;
&lt;P&gt;I have tried but its not working.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Apr 2022 16:33:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-create-default-bookmark-with-a-variable-in-Qlik-Sense/m-p/1922274#M75914</guid>
      <dc:creator>vish123</dc:creator>
      <dc:date>2022-04-25T16:33:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to create default bookmark with a variable in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-create-default-bookmark-with-a-variable-in-Qlik-Sense/m-p/1922468#M75932</link>
      <description>&lt;P&gt;Hi i really need this too, would appreciate if somebody could help us&lt;/P&gt;</description>
      <pubDate>Tue, 26 Apr 2022 07:14:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-create-default-bookmark-with-a-variable-in-Qlik-Sense/m-p/1922468#M75932</guid>
      <dc:creator>chr_pro</dc:creator>
      <dc:date>2022-04-26T07:14:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to create default bookmark with a variable in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-create-default-bookmark-with-a-variable-in-Qlik-Sense/m-p/1922482#M75933</link>
      <description>&lt;P&gt;Can you provide a sample how your variable and your DATE field you apply this variable on looks like? It is hart to tell what can be wrong here, but first suggestion would be to be sure that both, variable and date field formats are the same.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Apr 2022 07:29:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-create-default-bookmark-with-a-variable-in-Qlik-Sense/m-p/1922482#M75933</guid>
      <dc:creator>justISO</dc:creator>
      <dc:date>2022-04-26T07:29:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to create default bookmark with a variable in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-create-default-bookmark-with-a-variable-in-Qlik-Sense/m-p/1922484#M75935</link>
      <description>&lt;P&gt;Enter this expression in filter created on Date field "=Num(Date)=Num(Max(ALL Date))" and &lt;STRONG&gt;"PRESS ENTER"&lt;/STRONG&gt;.&lt;/P&gt;
&lt;P&gt;then create a bookmark ,set if default.&lt;/P&gt;
&lt;P&gt;If you want to use variable&amp;nbsp;&lt;/P&gt;
&lt;P&gt;--&amp;gt;mxdt=Num(Max(ALL Date))&lt;/P&gt;
&lt;P&gt;Expression is&amp;nbsp;&amp;nbsp;"=Num(Date)='$(mxdt)'" follow same setp as above.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Note: You can remove filter object from your dashboard if you don't want.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Apr 2022 07:33:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-create-default-bookmark-with-a-variable-in-Qlik-Sense/m-p/1922484#M75935</guid>
      <dc:creator>durgesh22</dc:creator>
      <dc:date>2022-04-26T07:33:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to create default bookmark with a variable in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-create-default-bookmark-with-a-variable-in-Qlik-Sense/m-p/1922489#M75937</link>
      <description>&lt;P&gt;Hope its okay if i reply as well&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;I'm using a Button to apply the current date selection to my variable &lt;BR /&gt;vDateBM&lt;/P&gt;
&lt;P&gt;=concat(distinct L_DATE,',')&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;and then tried to use this formula on a Date Filter Field&lt;/P&gt;
&lt;P&gt;{&amp;lt;L_DATE={"=date(L_DATE)=date(vDateBM)"}&amp;gt;}&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Probably it is the format&amp;nbsp;of my variable thats not working, but i can't figure it out&lt;/P&gt;</description>
      <pubDate>Tue, 26 Apr 2022 07:41:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-create-default-bookmark-with-a-variable-in-Qlik-Sense/m-p/1922489#M75937</guid>
      <dc:creator>chr_pro</dc:creator>
      <dc:date>2022-04-26T07:41:28Z</dc:date>
    </item>
  </channel>
</rss>

