<?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 is less than or equal user selection in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Date-is-less-than-or-equal-user-selection/m-p/1775242#M454806</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/132425"&gt;@Zahmed14&lt;/a&gt;, you can do it with set analysis, like:&lt;/P&gt;&lt;P&gt;Sum(&lt;STRONG&gt;{&amp;lt;Date_NEW={"&amp;lt;=$(=Max(Date_New))"}&lt;/STRONG&gt;&amp;gt;} Sales)&lt;/P&gt;&lt;P&gt;Dates can be tricky because of the different formats they can have, so maybe you need to do some changes, I usually has a date in number format to apply set analysis, you you can use date as number to apply the filter,and you aso neeed to ignore selection in the field with values in date format:&lt;/P&gt;&lt;P&gt;Sum(&lt;STRONG&gt;{&amp;lt;Date_Number={"&amp;lt;=$(=Max(Date_New))"},Date_NEW&lt;/STRONG&gt;&amp;gt;} Sales)&lt;/P&gt;</description>
    <pubDate>Mon, 18 Jan 2021 12:39:47 GMT</pubDate>
    <dc:creator>rubenmarin</dc:creator>
    <dc:date>2021-01-18T12:39:47Z</dc:date>
    <item>
      <title>Date is less than or equal user selection</title>
      <link>https://community.qlik.com/t5/QlikView/Date-is-less-than-or-equal-user-selection/m-p/1775166#M454803</link>
      <description>&lt;P&gt;Hi Guys ,&lt;/P&gt;&lt;P&gt;I have Date field "Date_NEW"&amp;nbsp; i use it in filter pane , i want to retreive all dates less than or equal filter pane value&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;so when user select date&amp;nbsp; .. the dashboards dimention and measure should run before or equal that date&lt;/P&gt;&lt;P&gt;how to get the user input and pass it in expression for my dimention&amp;nbsp; and measures ?&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 23:18:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-is-less-than-or-equal-user-selection/m-p/1775166#M454803</guid>
      <dc:creator>Zahmed14</dc:creator>
      <dc:date>2024-11-15T23:18:25Z</dc:date>
    </item>
    <item>
      <title>Re: Date is less than or equal user selection</title>
      <link>https://community.qlik.com/t5/QlikView/Date-is-less-than-or-equal-user-selection/m-p/1775242#M454806</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/132425"&gt;@Zahmed14&lt;/a&gt;, you can do it with set analysis, like:&lt;/P&gt;&lt;P&gt;Sum(&lt;STRONG&gt;{&amp;lt;Date_NEW={"&amp;lt;=$(=Max(Date_New))"}&lt;/STRONG&gt;&amp;gt;} Sales)&lt;/P&gt;&lt;P&gt;Dates can be tricky because of the different formats they can have, so maybe you need to do some changes, I usually has a date in number format to apply set analysis, you you can use date as number to apply the filter,and you aso neeed to ignore selection in the field with values in date format:&lt;/P&gt;&lt;P&gt;Sum(&lt;STRONG&gt;{&amp;lt;Date_Number={"&amp;lt;=$(=Max(Date_New))"},Date_NEW&lt;/STRONG&gt;&amp;gt;} Sales)&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jan 2021 12:39:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-is-less-than-or-equal-user-selection/m-p/1775242#M454806</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2021-01-18T12:39:47Z</dc:date>
    </item>
    <item>
      <title>Re: Date is less than or equal user selection</title>
      <link>https://community.qlik.com/t5/QlikView/Date-is-less-than-or-equal-user-selection/m-p/1775253#M454807</link>
      <description>&lt;P&gt;Sorry&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/22593"&gt;@rubenmarin&lt;/a&gt;&amp;nbsp; am new to qlik&amp;nbsp; ..&amp;nbsp; where is the less than or equal user selection in your function&amp;nbsp;&lt;/P&gt;&lt;P&gt;Date new i put in filter pane like below and should affect the DATE_NEW in table to get all less or equal values&amp;nbsp; of that date&lt;BR /&gt;because i have other expresion which will depend on that dat_New like to have latest date and latest status like in picture&amp;nbsp;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="example.JPG" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/47250i50A12704498853C7/image-size/large?v=v2&amp;amp;px=999" role="button" title="example.JPG" alt="example.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jan 2021 14:16:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-is-less-than-or-equal-user-selection/m-p/1775253#M454807</guid>
      <dc:creator>Zahmed14</dc:creator>
      <dc:date>2021-01-18T14:16:18Z</dc:date>
    </item>
    <item>
      <title>Re: Date is less than or equal user selection</title>
      <link>https://community.qlik.com/t5/QlikView/Date-is-less-than-or-equal-user-selection/m-p/1775293#M454808</link>
      <description>&lt;P&gt;Thanks for response&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/22593"&gt;@rubenmarin&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;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/47264i191A7199BE2467F5/image-size/large?v=v2&amp;amp;px=999" role="button" title="1.JPG" alt="1.JPG" /&gt;&lt;/span&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="2.JPG" style="width: 913px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/47265iD6C960A47591BC87/image-size/large?v=v2&amp;amp;px=999" role="button" title="2.JPG" alt="2.JPG" /&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:14:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-is-less-than-or-equal-user-selection/m-p/1775293#M454808</guid>
      <dc:creator>Zahmed14</dc:creator>
      <dc:date>2021-01-18T14:14:50Z</dc:date>
    </item>
    <item>
      <title>Re: Date is less than or equal user selection</title>
      <link>https://community.qlik.com/t5/QlikView/Date-is-less-than-or-equal-user-selection/m-p/1775308#M454809</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/132425"&gt;@Zahmed14&lt;/a&gt;, maybe that table only has dimensions, you need to add an expression to apply set analysis. If this is true and that table has only dimensions you can change any dimension to be used as a measure, in example, using [All Status]:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Only(&lt;/SPAN&gt;&lt;STRONG&gt;{&amp;lt;Date_NEW={"&amp;lt;=$(=Max(Date_New))"}&lt;/STRONG&gt;&lt;SPAN&gt;&amp;gt;} [All Status]).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;the adtes below the selected max Date_New will be set as null (showing as a dash '-'), in add-ons you can uncheck the option to show zero values, this will hide the columns with nulls, leaving only the ones with Date_New equal or lower to the max selected.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If doesn't works.. can you upload a sample to check?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jan 2021 14:51:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-is-less-than-or-equal-user-selection/m-p/1775308#M454809</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2021-01-18T14:51:43Z</dc:date>
    </item>
  </channel>
</rss>

