<?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: Date filter pane(single selection and less than) in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Date-filter-pane-single-selection-and-less-than/m-p/1775314#M60083</link>
    <description>&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;SUM({&amp;lt;Date={"&amp;lt;=$(vVar)"}Sales)&lt;BR /&gt;vVar=Concat(GetFieldSelections(Date),',')&lt;BR /&gt;&lt;BR /&gt;and in all measure use vVar as a part of set analysis.&lt;/P&gt;</description>
    <pubDate>Mon, 18 Jan 2021 15:09:33 GMT</pubDate>
    <dc:creator>Qlik1_User1</dc:creator>
    <dc:date>2021-01-18T15:09:33Z</dc:date>
    <item>
      <title>Date filter pane(single selection and less than)</title>
      <link>https://community.qlik.com/t5/App-Development/Date-filter-pane-single-selection-and-less-than/m-p/1775230#M60076</link>
      <description>&lt;P&gt;Hello ,&lt;/P&gt;&lt;P&gt;i have field date that i use in my filter pane , user should select only 1 date and results should be less than or equal the date the user choose&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any Clue ?&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jan 2021 11:56:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Date-filter-pane-single-selection-and-less-than/m-p/1775230#M60076</guid>
      <dc:creator>Zahmed14</dc:creator>
      <dc:date>2021-01-18T11:56:59Z</dc:date>
    </item>
    <item>
      <title>Re: Date filter pane(single selection and less than)</title>
      <link>https://community.qlik.com/t5/App-Development/Date-filter-pane-single-selection-and-less-than/m-p/1775270#M60077</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/132425"&gt;@Zahmed14&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;STRONG&gt;&lt;U&gt;&lt;EM&gt;For user should select only 1 date&lt;/EM&gt;&lt;/U&gt;&amp;nbsp; --&amp;nbsp;&lt;/STRONG&gt;Use "Always one value selected", So user can only select a single value from a filter. Note by default first value of date field will be auto selected when we use "Always one value selected".&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;EM&gt;&lt;STRONG&gt;results should be less than or equal the date the user choose&lt;/STRONG&gt;&lt;/EM&gt;&lt;/U&gt;&lt;EM&gt;&lt;STRONG&gt; --&amp;nbsp; &lt;/STRONG&gt;&lt;/EM&gt;Use set Analysis&amp;nbsp;&lt;BR /&gt;SUM({&amp;lt;Date={"&amp;lt;=$(=MAX(Date))"}Sales)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jan 2021 13:41:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Date-filter-pane-single-selection-and-less-than/m-p/1775270#M60077</guid>
      <dc:creator>Qlik1_User1</dc:creator>
      <dc:date>2021-01-18T13:41:42Z</dc:date>
    </item>
    <item>
      <title>Re: Date filter pane(single selection and less than)</title>
      <link>https://community.qlik.com/t5/App-Development/Date-filter-pane-single-selection-and-less-than/m-p/1775290#M60080</link>
      <description>&lt;P&gt;Hello Thanks for response&amp;nbsp; how to get date values which is less than the user choose&amp;nbsp;&lt;BR /&gt;Here as example this ID have several dates&amp;nbsp; if i select one date the other status does not appear&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1.JPG" style="width: 804px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/47262i909501A7AA09B1CF/image-size/large?v=v2&amp;amp;px=999" role="button" title="1.JPG" alt="1.JPG" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;If i choose 1/1/2021 no data for this ID although i want to appear all dates execpt 3/1/2021&amp;nbsp;&lt;BR /&gt;if i choose 15/11/2020 i will get only one record as below&amp;nbsp; although i want to appear the 14/11/2020 and 27/08 and 30/09 and etc ..&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Zahmed14_1-1610978998308.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/47263i2AF1A61677303DCD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Zahmed14_1-1610978998308.png" alt="Zahmed14_1-1610978998308.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;how can i write that in terms of date if possible&amp;nbsp; ?&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jan 2021 14:11:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Date-filter-pane-single-selection-and-less-than/m-p/1775290#M60080</guid>
      <dc:creator>Zahmed14</dc:creator>
      <dc:date>2021-01-18T14:11:33Z</dc:date>
    </item>
    <item>
      <title>Re: Date filter pane(single selection and less than)</title>
      <link>https://community.qlik.com/t5/App-Development/Date-filter-pane-single-selection-and-less-than/m-p/1775314#M60083</link>
      <description>&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;SUM({&amp;lt;Date={"&amp;lt;=$(vVar)"}Sales)&lt;BR /&gt;vVar=Concat(GetFieldSelections(Date),',')&lt;BR /&gt;&lt;BR /&gt;and in all measure use vVar as a part of set analysis.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jan 2021 15:09:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Date-filter-pane-single-selection-and-less-than/m-p/1775314#M60083</guid>
      <dc:creator>Qlik1_User1</dc:creator>
      <dc:date>2021-01-18T15:09:33Z</dc:date>
    </item>
    <item>
      <title>Re: Date filter pane(single selection and less than)</title>
      <link>https://community.qlik.com/t5/App-Development/Date-filter-pane-single-selection-and-less-than/m-p/1775316#M60084</link>
      <description>&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;SUM({&amp;lt;Date={"&amp;lt;=$(vVar)"}Sales)&lt;BR /&gt;vVar=Concat(GetFieldSelections(Date),',')&lt;BR /&gt;&lt;BR /&gt;and in all measure use vVar as a part of set analysis.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jan 2021 15:10:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Date-filter-pane-single-selection-and-less-than/m-p/1775316#M60084</guid>
      <dc:creator>Qlik1_User1</dc:creator>
      <dc:date>2021-01-18T15:10:09Z</dc:date>
    </item>
  </channel>
</rss>

