<?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: Pre Select date range in Action Sheet in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Pre-Select-date-range-in-Action-Sheet/m-p/2010208#M83554</link>
    <description>&lt;P&gt;Hi There. I also have future days in my date field so won't the formula you suggested show only the last 10 but not the next?&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 29 Nov 2022 09:03:27 GMT</pubDate>
    <dc:creator>MZqlik</dc:creator>
    <dc:date>2022-11-29T09:03:27Z</dc:date>
    <item>
      <title>Pre Select date range in Action Sheet</title>
      <link>https://community.qlik.com/t5/App-Development/Pre-Select-date-range-in-Action-Sheet/m-p/2009900#M83523</link>
      <description>&lt;P&gt;Hi there,&lt;BR /&gt;I would like to add an action to one of the sheets of the app I created: I want to preselect a range of dates which goes between Today -10 and Today + 10 (so the next and the last 10 days).&lt;BR /&gt;At the moment I managed only adding one (I do not know how I can add the rest of them).&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MZambo89_0-1669654347882.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/94766i7B0BBD67EB653420/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MZambo89_0-1669654347882.png" alt="MZambo89_0-1669654347882.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I wanted to achieve this either by an action (possibly) or otherwise by using the left "date picker".&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MZambo89_1-1669654460122.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/94767iCBE4AD745D947E19/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MZambo89_1-1669654460122.png" alt="MZambo89_1-1669654460122.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;At the moment that is set so the user can only see the next and last 10 days otherwise that would go back a couple of years and would be annoying for the user&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MZambo89_2-1669654560513.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/94768iDC5A6E6FFBB5A335/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MZambo89_2-1669654560513.png" alt="MZambo89_2-1669654560513.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Thank you in advance&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Nov 2022 16:56:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Pre-Select-date-range-in-Action-Sheet/m-p/2009900#M83523</guid>
      <dc:creator>MZqlik</dc:creator>
      <dc:date>2022-11-28T16:56:39Z</dc:date>
    </item>
    <item>
      <title>Re: Pre Select date range in Action Sheet</title>
      <link>https://community.qlik.com/t5/App-Development/Pre-Select-date-range-in-Action-Sheet/m-p/2010060#M83538</link>
      <description>&lt;P&gt;Add sheet action as below&lt;/P&gt;
&lt;P&gt;Action : Select values in field&lt;/P&gt;
&lt;P&gt;Field :&amp;nbsp;&lt;EM&gt;Yourdatefield&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;Fx&amp;nbsp; &amp;nbsp; &amp;nbsp;=Yourdatefield&amp;gt;= Max(total Yourdatefield) - 10&amp;nbsp; &amp;nbsp; (with equal sign)&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Nov 2022 03:34:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Pre-Select-date-range-in-Action-Sheet/m-p/2010060#M83538</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2022-11-29T03:34:16Z</dc:date>
    </item>
    <item>
      <title>Re: Pre Select date range in Action Sheet</title>
      <link>https://community.qlik.com/t5/App-Development/Pre-Select-date-range-in-Action-Sheet/m-p/2010208#M83554</link>
      <description>&lt;P&gt;Hi There. I also have future days in my date field so won't the formula you suggested show only the last 10 but not the next?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Nov 2022 09:03:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Pre-Select-date-range-in-Action-Sheet/m-p/2010208#M83554</guid>
      <dc:creator>MZqlik</dc:creator>
      <dc:date>2022-11-29T09:03:27Z</dc:date>
    </item>
    <item>
      <title>Re: Pre Select date range in Action Sheet</title>
      <link>https://community.qlik.com/t5/App-Development/Pre-Select-date-range-in-Action-Sheet/m-p/2010213#M83555</link>
      <description>&lt;P&gt;modify as below&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;=Yourdatefield&amp;gt;= Date(Today()-10)&amp;nbsp; AND&amp;nbsp;Yourdatefield&amp;lt;= Date(Today()+10)&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Nov 2022 09:07:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Pre-Select-date-range-in-Action-Sheet/m-p/2010213#M83555</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2022-11-29T09:07:39Z</dc:date>
    </item>
    <item>
      <title>Re: Pre Select date range in Action Sheet</title>
      <link>https://community.qlik.com/t5/App-Development/Pre-Select-date-range-in-Action-Sheet/m-p/2010223#M83557</link>
      <description>&lt;P&gt;That doesn't work, unfortunately.&lt;BR /&gt;It just shows all dates.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MZambo89_0-1669713328843.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/94847i9F851DCEE6411738/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MZambo89_0-1669713328843.png" alt="MZambo89_0-1669713328843.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Nov 2022 09:16:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Pre-Select-date-range-in-Action-Sheet/m-p/2010223#M83557</guid>
      <dc:creator>MZqlik</dc:creator>
      <dc:date>2022-11-29T09:16:10Z</dc:date>
    </item>
    <item>
      <title>Re: Pre Select date range in Action Sheet</title>
      <link>https://community.qlik.com/t5/App-Development/Pre-Select-date-range-in-Action-Sheet/m-p/2010232#M83558</link>
      <description>&lt;P&gt;Try this&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;under Action:&amp;nbsp;&lt;/STRONG&gt; &lt;U&gt;Choose Toggle Field Selection&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Fx :&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;'('&amp;amp;concat({&amp;lt;&lt;STRONG&gt;Datefield&lt;/STRONG&gt;={"&amp;gt;=$(=Date(Today()-10))&amp;lt;=$(=Date(Today()+10))"}&amp;gt;}distinct chr(34)&amp;amp;&lt;STRONG&gt;Datefield&lt;/STRONG&gt;&amp;amp;chr(34),'|')&amp;amp;')'&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="vinieme12_0-1669714150787.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/94849iB1838BE556719952/image-size/medium?v=v2&amp;amp;px=400" role="button" title="vinieme12_0-1669714150787.png" alt="vinieme12_0-1669714150787.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Nov 2022 09:29:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Pre-Select-date-range-in-Action-Sheet/m-p/2010232#M83558</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2022-11-29T09:29:45Z</dc:date>
    </item>
    <item>
      <title>Re: Pre Select date range in Action Sheet</title>
      <link>https://community.qlik.com/t5/App-Development/Pre-Select-date-range-in-Action-Sheet/m-p/2010236#M83559</link>
      <description>&lt;P&gt;Super!!! This worked!!!&lt;BR /&gt;Can I ask how did you achieve that? Apologies but I am not familiar with this concat and chr 34 format you used?&amp;nbsp;&lt;BR /&gt;It would be great to know how I can get more information/knowledge about this.&amp;nbsp;&lt;BR /&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Tue, 29 Nov 2022 09:39:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Pre-Select-date-range-in-Action-Sheet/m-p/2010236#M83559</guid>
      <dc:creator>MZqlik</dc:creator>
      <dc:date>2022-11-29T09:39:14Z</dc:date>
    </item>
    <item>
      <title>Re: Pre Select date range in Action Sheet</title>
      <link>https://community.qlik.com/t5/App-Development/Pre-Select-date-range-in-Action-Sheet/m-p/2010260#M83562</link>
      <description>&lt;P&gt;we are doing a compound search basically creating a list of dates that need to be selected&lt;/P&gt;
&lt;P&gt;instead of comparing &amp;gt; &amp;lt; dates&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;refer below&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Design/The-Search-String/ba-p/1470548" target="_blank"&gt;https://community.qlik.com/t5/Design/The-Search-String/ba-p/1470548&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Nov 2022 10:09:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Pre-Select-date-range-in-Action-Sheet/m-p/2010260#M83562</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2022-11-29T10:09:24Z</dc:date>
    </item>
  </channel>
</rss>

