<?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 Setting up Dynamic Default Bookmark for Max Date in a table in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Setting-up-Dynamic-Default-Bookmark-for-Max-Date-in-a-table/m-p/1576485#M41995</link>
    <description>&lt;P&gt;Hello, trying to configure my app so that whenever a sheet is opened up, the max date in the table START_TIME is the default filter applied.&lt;/P&gt;&lt;P&gt;Based on the training videos for Qlik Sense, this is done via filtering data in a listbox search on a Table then creating a bookmark off of that.&amp;nbsp; I'm having trouble creating a search in the listbox for my table START_TIME.autoCalendar.Date to return the max date available. (Date type - formatted MM/DD/YYYY)&lt;/P&gt;&lt;P&gt;Have tried...&lt;/P&gt;&lt;P&gt;=START_TIME.autoCalendar.Date=MAX({1}START_TIME.autoCalendar.Date)&lt;/P&gt;&lt;P&gt;=MAX({1} START_TIME.autoCalendar.Date)&lt;/P&gt;&lt;P&gt;Neither return the max date available in the table.&lt;/P&gt;&lt;P&gt;The idea here is that data will be loaded in daily and I want the filter to update automatically every time I open up my sheet.&lt;/P&gt;&lt;P&gt;Thanks for the help!&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 05:55:39 GMT</pubDate>
    <dc:creator>aclarke</dc:creator>
    <dc:date>2024-11-16T05:55:39Z</dc:date>
    <item>
      <title>Setting up Dynamic Default Bookmark for Max Date in a table</title>
      <link>https://community.qlik.com/t5/App-Development/Setting-up-Dynamic-Default-Bookmark-for-Max-Date-in-a-table/m-p/1576485#M41995</link>
      <description>&lt;P&gt;Hello, trying to configure my app so that whenever a sheet is opened up, the max date in the table START_TIME is the default filter applied.&lt;/P&gt;&lt;P&gt;Based on the training videos for Qlik Sense, this is done via filtering data in a listbox search on a Table then creating a bookmark off of that.&amp;nbsp; I'm having trouble creating a search in the listbox for my table START_TIME.autoCalendar.Date to return the max date available. (Date type - formatted MM/DD/YYYY)&lt;/P&gt;&lt;P&gt;Have tried...&lt;/P&gt;&lt;P&gt;=START_TIME.autoCalendar.Date=MAX({1}START_TIME.autoCalendar.Date)&lt;/P&gt;&lt;P&gt;=MAX({1} START_TIME.autoCalendar.Date)&lt;/P&gt;&lt;P&gt;Neither return the max date available in the table.&lt;/P&gt;&lt;P&gt;The idea here is that data will be loaded in daily and I want the filter to update automatically every time I open up my sheet.&lt;/P&gt;&lt;P&gt;Thanks for the help!&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 05:55:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Setting-up-Dynamic-Default-Bookmark-for-Max-Date-in-a-table/m-p/1576485#M41995</guid>
      <dc:creator>aclarke</dc:creator>
      <dc:date>2024-11-16T05:55:39Z</dc:date>
    </item>
    <item>
      <title>Re: Setting up Dynamic Default Bookmark for Max Date in a table</title>
      <link>https://community.qlik.com/t5/App-Development/Setting-up-Dynamic-Default-Bookmark-for-Max-Date-in-a-table/m-p/1636284#M47401</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/72324"&gt;@aclarke&lt;/a&gt;&amp;nbsp;.&lt;/P&gt;&lt;P&gt;To resolve this issue you need to generate a new field in the script that only&amp;nbsp;have the max value . Then filter in the field where you want to select the max value as follow then&lt;BR /&gt;=&amp;lt;New Field&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="clipboard_image_0.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/21728i7A29A6B8E030A504/image-size/medium?v=v2&amp;amp;px=400" role="button" title="clipboard_image_0.png" alt="clipboard_image_0.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;In My example you can see that the Field Periodo2 has only one value.&lt;/P&gt;&lt;P&gt;After do that, press enter to confirm the selecction and create a new bookmark, and set that like default selecttion. The bookmark detail is set like&lt;BR /&gt;{&amp;lt;Field={"=NewField"}&amp;gt;}.&lt;/P&gt;&lt;P&gt;In my example is&lt;BR /&gt;{&amp;lt;AñoMes={"=Periodo2"}&amp;gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Oct 2019 18:35:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Setting-up-Dynamic-Default-Bookmark-for-Max-Date-in-a-table/m-p/1636284#M47401</guid>
      <dc:creator>g_fernandez_l</dc:creator>
      <dc:date>2019-10-16T18:35:09Z</dc:date>
    </item>
    <item>
      <title>Re: Setting up Dynamic Default Bookmark for Max Date in a table</title>
      <link>https://community.qlik.com/t5/App-Development/Setting-up-Dynamic-Default-Bookmark-for-Max-Date-in-a-table/m-p/1836374#M69098</link>
      <description>&lt;P&gt;Hi Fernandez,&lt;/P&gt;&lt;P&gt;I have tried this by creating a field in script level and when using the same field in frontend search&lt;SPAN&gt;bar it is not displaying the max monthyear.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Can you please suggest me the reason?&lt;/P&gt;</description>
      <pubDate>Wed, 15 Sep 2021 13:59:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Setting-up-Dynamic-Default-Bookmark-for-Max-Date-in-a-table/m-p/1836374#M69098</guid>
      <dc:creator>harithad95156</dc:creator>
      <dc:date>2021-09-15T13:59:23Z</dc:date>
    </item>
    <item>
      <title>Re: Setting up Dynamic Default Bookmark for Max Date in a table</title>
      <link>https://community.qlik.com/t5/App-Development/Setting-up-Dynamic-Default-Bookmark-for-Max-Date-in-a-table/m-p/1836381#M69100</link>
      <description>&lt;P&gt;what if you add total to your max date calculation&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;=START_TIME.autoCalendar.Date=MAX({1}TOTAL START_TIME.autoCalendar.Date)&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Sep 2021 14:24:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Setting-up-Dynamic-Default-Bookmark-for-Max-Date-in-a-table/m-p/1836381#M69100</guid>
      <dc:creator>stevejoyce</dc:creator>
      <dc:date>2021-09-15T14:24:42Z</dc:date>
    </item>
    <item>
      <title>Re: Setting up Dynamic Default Bookmark for Max Date in a table</title>
      <link>https://community.qlik.com/t5/App-Development/Setting-up-Dynamic-Default-Bookmark-for-Max-Date-in-a-table/m-p/1836404#M69101</link>
      <description>&lt;P&gt;I have added a field in script like maxstring(MonthYear) as Period .&lt;/P&gt;&lt;P&gt;In front end for the respective field which is MonthYear, I have searched like =Period but it is not showing max value instead selecting all field values.&lt;/P&gt;&lt;P&gt;How to get max value in MonthYear field when having =period expression in searchbar ?&lt;/P&gt;</description>
      <pubDate>Wed, 15 Sep 2021 15:20:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Setting-up-Dynamic-Default-Bookmark-for-Max-Date-in-a-table/m-p/1836404#M69101</guid>
      <dc:creator>harithad95156</dc:creator>
      <dc:date>2021-09-15T15:20:19Z</dc:date>
    </item>
    <item>
      <title>Re: Setting up Dynamic Default Bookmark for Max Date in a table</title>
      <link>https://community.qlik.com/t5/App-Development/Setting-up-Dynamic-Default-Bookmark-for-Max-Date-in-a-table/m-p/1836409#M69103</link>
      <description>&lt;P&gt;I have added a field in script like maxstring(MonthYear) as Period .&lt;/P&gt;&lt;P&gt;In front end for the respective field which is MonthYear, I have searched like =Period but it is not showing max value instead selecting all field values.&lt;/P&gt;&lt;P&gt;How to get max value in MonthYear field when having =period expression in searchbar ?&lt;/P&gt;</description>
      <pubDate>Wed, 15 Sep 2021 15:28:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Setting-up-Dynamic-Default-Bookmark-for-Max-Date-in-a-table/m-p/1836409#M69103</guid>
      <dc:creator>harithad95156</dc:creator>
      <dc:date>2021-09-15T15:28:35Z</dc:date>
    </item>
    <item>
      <title>Re: Setting up Dynamic Default Bookmark for Max Date in a table</title>
      <link>https://community.qlik.com/t5/App-Development/Setting-up-Dynamic-Default-Bookmark-for-Max-Date-in-a-table/m-p/1836410#M69104</link>
      <description>&lt;P&gt;Did you try the formula with the Total?&amp;nbsp; I don't see why you need to bring in period and make it more complicated.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Sep 2021 15:29:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Setting-up-Dynamic-Default-Bookmark-for-Max-Date-in-a-table/m-p/1836410#M69104</guid>
      <dc:creator>stevejoyce</dc:creator>
      <dc:date>2021-09-15T15:29:56Z</dc:date>
    </item>
    <item>
      <title>Re: Setting up Dynamic Default Bookmark for Max Date in a table</title>
      <link>https://community.qlik.com/t5/App-Development/Setting-up-Dynamic-Default-Bookmark-for-Max-Date-in-a-table/m-p/1836428#M69106</link>
      <description>&lt;P&gt;Can you please brief where do I need to place this formula?&lt;/P&gt;&lt;P&gt;I have a field MonthYear.&lt;/P&gt;&lt;P&gt;In searchbar for MonthYear field what needs to be written to execute dynamic bookmark wherein I require max of monthyear dynamically.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Sep 2021 16:14:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Setting-up-Dynamic-Default-Bookmark-for-Max-Date-in-a-table/m-p/1836428#M69106</guid>
      <dc:creator>harithad95156</dc:creator>
      <dc:date>2021-09-15T16:14:20Z</dc:date>
    </item>
    <item>
      <title>Re: Setting up Dynamic Default Bookmark for Max Date in a table</title>
      <link>https://community.qlik.com/t5/App-Development/Setting-up-Dynamic-Default-Bookmark-for-Max-Date-in-a-table/m-p/1836498#M69114</link>
      <description>&lt;P&gt;I highlighted the update below:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;=START_TIME.autoCalendar.Date=MAX({1}&lt;FONT color="#339966"&gt;&lt;STRONG&gt;TOTAL&lt;/STRONG&gt; &lt;/FONT&gt;START_TIME.autoCalendar.Date)&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Sep 2021 21:34:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Setting-up-Dynamic-Default-Bookmark-for-Max-Date-in-a-table/m-p/1836498#M69114</guid>
      <dc:creator>stevejoyce</dc:creator>
      <dc:date>2021-09-15T21:34:15Z</dc:date>
    </item>
    <item>
      <title>Re: Setting up Dynamic Default Bookmark for Max Date in a table</title>
      <link>https://community.qlik.com/t5/App-Development/Setting-up-Dynamic-Default-Bookmark-for-Max-Date-in-a-table/m-p/1836519#M69116</link>
      <description>&lt;P&gt;Greatly appreciated!!&lt;/P&gt;&lt;P&gt;Many thanks Stevejoyce.&lt;/P&gt;&lt;P&gt;Received the desired outcome&lt;span class="lia-unicode-emoji" title=":grinning_face:"&gt;😀&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Sep 2021 03:11:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Setting-up-Dynamic-Default-Bookmark-for-Max-Date-in-a-table/m-p/1836519#M69116</guid>
      <dc:creator>harithad95156</dc:creator>
      <dc:date>2021-09-16T03:11:04Z</dc:date>
    </item>
    <item>
      <title>Re: Setting up Dynamic Default Bookmark for Max Date in a table</title>
      <link>https://community.qlik.com/t5/App-Development/Setting-up-Dynamic-Default-Bookmark-for-Max-Date-in-a-table/m-p/1836575#M69118</link>
      <description>&lt;P&gt;Great.&amp;nbsp; Please mark as solution.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Sep 2021 09:29:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Setting-up-Dynamic-Default-Bookmark-for-Max-Date-in-a-table/m-p/1836575#M69118</guid>
      <dc:creator>stevejoyce</dc:creator>
      <dc:date>2021-09-16T09:29:10Z</dc:date>
    </item>
  </channel>
</rss>

