<?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 make a default selection of max date with &amp;quot;always one selected value&amp;quot;? in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-to-make-a-default-selection-of-max-date-with-quot-always-one/m-p/1706021#M54123</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;basically I have worked on your problem statement and able to get the working one by creating an additional column which only has a max date and linked with a Date column. this solution work whenever you have a new date in the data.&lt;/P&gt;&lt;P&gt;Script:&lt;/P&gt;&lt;P&gt;T1:&lt;BR /&gt;Load Date#( Date,'DD-MM-YYYY') as DATE, num#(Date) as DATE_NUM;&lt;BR /&gt;Load * inline [&lt;BR /&gt;Date&lt;BR /&gt;28-04-2005&lt;BR /&gt;02-06-2005&lt;BR /&gt;03-06-2005&lt;BR /&gt;04-06-2005&lt;BR /&gt;05-07-2016&lt;BR /&gt;15-01-2005&lt;BR /&gt;12-09-2005&lt;BR /&gt;05-09-2004&lt;BR /&gt;17-11-2004&lt;BR /&gt;29-08-2004&lt;BR /&gt;20-06-2004&lt;BR /&gt;08-10-2004&lt;BR /&gt;21-04-2005&lt;BR /&gt;11-12-2005&lt;BR /&gt;06-06-2004&lt;BR /&gt;23-06-2004&lt;BR /&gt;15-07-2004&lt;BR /&gt;27-02-2004&lt;BR /&gt;14-08-2004&lt;BR /&gt;12-03-2004&lt;BR /&gt;15-08-2004&lt;BR /&gt;04-01-2004&lt;BR /&gt;13-08-2004&lt;BR /&gt;11-03-2004&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;NoConcatenate&lt;BR /&gt;Load Max(DATE) as DATE_N,DATE(Max(DATE),'DD-MM-YYYY') as DATE Resident T1 Order by DATE_NUM desc ;&lt;/P&gt;&lt;P&gt;Front End:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="one.JPG" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/34522iEDC119BEE839B5AD/image-size/large?v=v2&amp;amp;px=999" role="button" title="one.JPG" alt="one.JPG" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="two.JPG" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/34523iEE56F5C03102EF4D/image-size/large?v=v2&amp;amp;px=999" role="button" title="two.JPG" alt="two.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 28 May 2020 11:38:14 GMT</pubDate>
    <dc:creator>bhaskar_sm</dc:creator>
    <dc:date>2020-05-28T11:38:14Z</dc:date>
    <item>
      <title>How to make a default selection of max date with "always one selected value"?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-make-a-default-selection-of-max-date-with-quot-always-one/m-p/1705589#M54094</link>
      <description>&lt;P&gt;I need to make a default selection for the date field so that the maximum date is chosen when I open the app. I have managed to do this:&lt;/P&gt;&lt;P&gt;date={"=[date] = max(total [date])"}&lt;/P&gt;&lt;P&gt;The problem is, I want this field to have the "always one selected value" option enabled, but when I do this, a wrong date gets selected. I have tried "{1}" instead of "total" which didn't help.&lt;/P&gt;&lt;P&gt;Please, tell me, how should I deal with this problem? Thank you.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 02:18:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-make-a-default-selection-of-max-date-with-quot-always-one/m-p/1705589#M54094</guid>
      <dc:creator>Oleg</dc:creator>
      <dc:date>2024-11-16T02:18:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a default selection of max date with "always one selected value"?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-make-a-default-selection-of-max-date-with-quot-always-one/m-p/1706021#M54123</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;basically I have worked on your problem statement and able to get the working one by creating an additional column which only has a max date and linked with a Date column. this solution work whenever you have a new date in the data.&lt;/P&gt;&lt;P&gt;Script:&lt;/P&gt;&lt;P&gt;T1:&lt;BR /&gt;Load Date#( Date,'DD-MM-YYYY') as DATE, num#(Date) as DATE_NUM;&lt;BR /&gt;Load * inline [&lt;BR /&gt;Date&lt;BR /&gt;28-04-2005&lt;BR /&gt;02-06-2005&lt;BR /&gt;03-06-2005&lt;BR /&gt;04-06-2005&lt;BR /&gt;05-07-2016&lt;BR /&gt;15-01-2005&lt;BR /&gt;12-09-2005&lt;BR /&gt;05-09-2004&lt;BR /&gt;17-11-2004&lt;BR /&gt;29-08-2004&lt;BR /&gt;20-06-2004&lt;BR /&gt;08-10-2004&lt;BR /&gt;21-04-2005&lt;BR /&gt;11-12-2005&lt;BR /&gt;06-06-2004&lt;BR /&gt;23-06-2004&lt;BR /&gt;15-07-2004&lt;BR /&gt;27-02-2004&lt;BR /&gt;14-08-2004&lt;BR /&gt;12-03-2004&lt;BR /&gt;15-08-2004&lt;BR /&gt;04-01-2004&lt;BR /&gt;13-08-2004&lt;BR /&gt;11-03-2004&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;NoConcatenate&lt;BR /&gt;Load Max(DATE) as DATE_N,DATE(Max(DATE),'DD-MM-YYYY') as DATE Resident T1 Order by DATE_NUM desc ;&lt;/P&gt;&lt;P&gt;Front End:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="one.JPG" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/34522iEDC119BEE839B5AD/image-size/large?v=v2&amp;amp;px=999" role="button" title="one.JPG" alt="one.JPG" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="two.JPG" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/34523iEE56F5C03102EF4D/image-size/large?v=v2&amp;amp;px=999" role="button" title="two.JPG" alt="two.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 28 May 2020 11:38:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-make-a-default-selection-of-max-date-with-quot-always-one/m-p/1706021#M54123</guid>
      <dc:creator>bhaskar_sm</dc:creator>
      <dc:date>2020-05-28T11:38:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a default selection of max date with "always one selected value"?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-make-a-default-selection-of-max-date-with-quot-always-one/m-p/1707062#M54202</link>
      <description>&lt;P&gt;Thank you, but as far as I understand, this solution won't allow me to choose different dates, so that the max date is always chosen, right? I need to be able to let the user choose any date.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jun 2020 09:41:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-make-a-default-selection-of-max-date-with-quot-always-one/m-p/1707062#M54202</guid>
      <dc:creator>Oleg</dc:creator>
      <dc:date>2020-06-01T09:41:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a default selection of max date with "always one selected value"?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-make-a-default-selection-of-max-date-with-quot-always-one/m-p/1801348#M64953</link>
      <description>&lt;P&gt;Hello guys,&lt;/P&gt;&lt;P&gt;I have exactly the same issue and couldn't find any solution. Is this a Qlik Sense limitation maybe?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Bogdan&lt;/P&gt;</description>
      <pubDate>Wed, 21 Apr 2021 14:01:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-make-a-default-selection-of-max-date-with-quot-always-one/m-p/1801348#M64953</guid>
      <dc:creator>parayu</dc:creator>
      <dc:date>2021-04-21T14:01:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a default selection of max date with "always one selected value"?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-make-a-default-selection-of-max-date-with-quot-always-one/m-p/2136221#M92344</link>
      <description>&lt;P&gt;Have a look at this link&amp;nbsp;&lt;A href="https://community.qlik.com/t5/App-Development/Dynamic-Default-Bookmark-with-Always-one-selected-value/td-p/1657592" target="_blank"&gt;Solved: Dynamic Default Bookmark with 'Always one selected... - Qlik Community - 1657592&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I used the answer of &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/5965"&gt;@eero_h&lt;/a&gt; and it worked&lt;/P&gt;</description>
      <pubDate>Thu, 09 Nov 2023 10:38:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-make-a-default-selection-of-max-date-with-quot-always-one/m-p/2136221#M92344</guid>
      <dc:creator>Rick_07011</dc:creator>
      <dc:date>2023-11-09T10:38:17Z</dc:date>
    </item>
  </channel>
</rss>

