<?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: Bookmark does not save variable Selection from Variable Input Extension in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Bookmark-does-not-save-variable-Selection-from-Variable-Input/m-p/2428154#M96336</link>
    <description>&lt;P&gt;hope this helps:&lt;BR /&gt;I have a dashboard in which by default the current fiscal year should be selected&lt;BR /&gt;so I create a filter pane for [Fiscal Year]&lt;BR /&gt;now in the search bar of the filter pane I put the following:&lt;BR /&gt;=[Fiscal Year]=$(vL.CurrentFiscalYear)&lt;BR /&gt;&lt;BR /&gt;the variable vL.CurrentFiscalYear is defined as =max({1}[Fiscal Year])&lt;BR /&gt;after you select the returned value you create a default bookmark; in this way the bookmark is saved with value for [Fiscal Year] as $(vL.CurrentFiscalYear)&lt;BR /&gt;so this way when there is a new fiscal year the bookmark saves the new value of the fiscal year,....&lt;BR /&gt;&lt;BR /&gt;hope this helps&lt;/P&gt;</description>
    <pubDate>Thu, 07 Mar 2024 09:36:57 GMT</pubDate>
    <dc:creator>ali_hijazi</dc:creator>
    <dc:date>2024-03-07T09:36:57Z</dc:date>
    <item>
      <title>Bookmark does not save variable Selection from Variable Input Extension</title>
      <link>https://community.qlik.com/t5/App-Development/Bookmark-does-not-save-variable-Selection-from-Variable-Input/m-p/2093088#M89584</link>
      <description>&lt;P&gt;I have a dropdown variable input box which is an extension within the Qlik Sense Dashboard bundle.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The dropdown is used to populate a date dimsnion for charts.&amp;nbsp; e.g. if year is selected, it would populate a column called year in the table, if month is selcted, month would be populated instead etc.&lt;BR /&gt;&lt;BR /&gt;When I go to bookmarks and save it down I would like the selection of the dropdown to be saved down as well but it doesn;t seem to get included.&amp;nbsp; Is there a workaround for this apart from creating data islands for these dimensions and having them as fields in the dashboard?&amp;nbsp; I really would like not to go down this route if possible.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jul 2023 12:30:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Bookmark-does-not-save-variable-Selection-from-Variable-Input/m-p/2093088#M89584</guid>
      <dc:creator>bc5891</dc:creator>
      <dc:date>2023-07-12T12:30:08Z</dc:date>
    </item>
    <item>
      <title>Re: Bookmark does not save variable Selection from Variable Input Extension</title>
      <link>https://community.qlik.com/t5/App-Development/Bookmark-does-not-save-variable-Selection-from-Variable-Input/m-p/2093092#M89585</link>
      <description>&lt;P&gt;I am pretty sure Variables aren't included in the saving of a bookmark.&lt;/P&gt;
&lt;P&gt;Would bu good though, one for ideation?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jul 2023 12:38:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Bookmark-does-not-save-variable-Selection-from-Variable-Input/m-p/2093092#M89585</guid>
      <dc:creator>Mark_Little</dc:creator>
      <dc:date>2023-07-12T12:38:39Z</dc:date>
    </item>
    <item>
      <title>Re: Bookmark does not save variable Selection from Variable Input Extension</title>
      <link>https://community.qlik.com/t5/App-Development/Bookmark-does-not-save-variable-Selection-from-Variable-Input/m-p/2427999#M96311</link>
      <description>&lt;P&gt;I am running into the same issue, despite the "Save variable state in bookmark" option when setting a bookmark.&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/115370"&gt;@bc5891&lt;/a&gt;&amp;nbsp;- did you come up with a solution?&lt;/P&gt;</description>
      <pubDate>Wed, 06 Mar 2024 22:46:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Bookmark-does-not-save-variable-Selection-from-Variable-Input/m-p/2427999#M96311</guid>
      <dc:creator>Greg_Oliven</dc:creator>
      <dc:date>2024-03-06T22:46:26Z</dc:date>
    </item>
    <item>
      <title>Re: Bookmark does not save variable Selection from Variable Input Extension</title>
      <link>https://community.qlik.com/t5/App-Development/Bookmark-does-not-save-variable-Selection-from-Variable-Input/m-p/2428015#M96316</link>
      <description>&lt;P&gt;I found the answer - if you set a variable in the load script, "Save variable state in bookmark" doesn't work. Remove the set statement from the load script, and the variable option works as intended.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Mar 2024 01:34:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Bookmark-does-not-save-variable-Selection-from-Variable-Input/m-p/2428015#M96316</guid>
      <dc:creator>Greg_Oliven</dc:creator>
      <dc:date>2024-03-07T01:34:31Z</dc:date>
    </item>
    <item>
      <title>Re: Bookmark does not save variable Selection from Variable Input Extension</title>
      <link>https://community.qlik.com/t5/App-Development/Bookmark-does-not-save-variable-Selection-from-Variable-Input/m-p/2428154#M96336</link>
      <description>&lt;P&gt;hope this helps:&lt;BR /&gt;I have a dashboard in which by default the current fiscal year should be selected&lt;BR /&gt;so I create a filter pane for [Fiscal Year]&lt;BR /&gt;now in the search bar of the filter pane I put the following:&lt;BR /&gt;=[Fiscal Year]=$(vL.CurrentFiscalYear)&lt;BR /&gt;&lt;BR /&gt;the variable vL.CurrentFiscalYear is defined as =max({1}[Fiscal Year])&lt;BR /&gt;after you select the returned value you create a default bookmark; in this way the bookmark is saved with value for [Fiscal Year] as $(vL.CurrentFiscalYear)&lt;BR /&gt;so this way when there is a new fiscal year the bookmark saves the new value of the fiscal year,....&lt;BR /&gt;&lt;BR /&gt;hope this helps&lt;/P&gt;</description>
      <pubDate>Thu, 07 Mar 2024 09:36:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Bookmark-does-not-save-variable-Selection-from-Variable-Input/m-p/2428154#M96336</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2024-03-07T09:36:57Z</dc:date>
    </item>
    <item>
      <title>Re: Bookmark does not save variable Selection from Variable Input Extension</title>
      <link>https://community.qlik.com/t5/App-Development/Bookmark-does-not-save-variable-Selection-from-Variable-Input/m-p/2428164#M96338</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/5785"&gt;@Greg_Oliven&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;I found the answer - if you set a variable in the load script, "Save variable state in bookmark" doesn't work. Remove the set statement from the load script, and the variable option works as intended.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Is it a feature or a bug, i.e. something you discovered by trial-and-error or did you read it somewhere in the documentation?&lt;/P&gt;</description>
      <pubDate>Thu, 07 Mar 2024 09:53:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Bookmark-does-not-save-variable-Selection-from-Variable-Input/m-p/2428164#M96338</guid>
      <dc:creator>henrikalmen</dc:creator>
      <dc:date>2024-03-07T09:53:57Z</dc:date>
    </item>
    <item>
      <title>Re: Bookmark does not save variable Selection from Variable Input Extension</title>
      <link>https://community.qlik.com/t5/App-Development/Bookmark-does-not-save-variable-Selection-from-Variable-Input/m-p/2428969#M96400</link>
      <description>&lt;P&gt;I am not sure how to characterize it, but I discovered this through trial and error.&lt;/P&gt;</description>
      <pubDate>Sat, 09 Mar 2024 01:39:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Bookmark-does-not-save-variable-Selection-from-Variable-Input/m-p/2428969#M96400</guid>
      <dc:creator>Greg_Oliven</dc:creator>
      <dc:date>2024-03-09T01:39:01Z</dc:date>
    </item>
  </channel>
</rss>

