<?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 exclude future dates in the expressions in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-exclude-future-dates-in-the-expressions/m-p/1771507#M717610</link>
    <description>&lt;P&gt;Instead, Can i ask sample application to work it out as per needs?&lt;/P&gt;</description>
    <pubDate>Sun, 03 Jan 2021 11:18:44 GMT</pubDate>
    <dc:creator>Anil_Babu_Samineni</dc:creator>
    <dc:date>2021-01-03T11:18:44Z</dc:date>
    <item>
      <title>How to exclude future dates in the expressions</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-future-dates-in-the-expressions/m-p/1771457#M717607</link>
      <description>&lt;P&gt;I have the list of values in the below screenshot.&lt;/P&gt;&lt;P&gt;But, i want to exclude future dates in the expressions. or if all values are zero's (1-10,10-30,&amp;gt;30days) then we can remove this row.&lt;/P&gt;&lt;P&gt;If future exist date's in the table expressions, then there is no count in the table. (all becomes zero. so there is no need to display)&lt;/P&gt;&lt;P&gt;I want to exclude future dates to display in the table.&lt;/P&gt;&lt;P&gt;How to do this..?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Junk Values an Future Date-31DEC2020-2.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/46346iA15B89C9EC11EEF6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Junk Values an Future Date-31DEC2020-2.png" alt="Junk Values an Future Date-31DEC2020-2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" size="3"&gt;Emp reg date (Calculated dim):&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" size="3"&gt;=If(vUserInput, if(IsNull(EMP_RELIEVE_DATE), EMP_RESIGN_DATE), if(not IsNull(EMP_RELIEVE_DATE), EMP_RESIGN_DATE))&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" size="3"&gt;Exp1 ("Relieving Date"):&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" size="3"&gt;=If(vUserInput, if(IsNull(EMP_RELIEVE_DATE), Date(EMP_RESIGN_DATE+vUserInput)), if(not IsNull(EMP_RELIEVE_DATE), EMP_RELIEVE_DATE))&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" size="3"&gt;Exp 2 : (1-10days)&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" size="3"&gt;If([Relieving Date]&amp;gt;=vCalDate10 And [Relieving Date]&amp;lt;=vToday, 1,0) &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;// 'Relieving Date' is label to previous exp.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" size="3"&gt;vToday ==&amp;gt;&amp;nbsp;=date(Today(),'DD/MM/YYYY')&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" size="3"&gt;vCalcDate10 ==&amp;gt; =Date(vToday-10,'DD/MM/YYYY')&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 23:23:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-future-dates-in-the-expressions/m-p/1771457#M717607</guid>
      <dc:creator>saivina2920</dc:creator>
      <dc:date>2024-11-15T23:23:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude future dates in the expressions</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-future-dates-in-the-expressions/m-p/1771493#M717608</link>
      <description>&lt;P&gt;I assume this is the field as per image "&lt;SPAN&gt;EMP_RELIEVE_DATE" If so, Try using as per below ways whereever "EMP_RELIEVE_DATE"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;1)&amp;nbsp;&lt;STRONG&gt;EMP_RELIEVE_DATE &amp;lt;= Date(Today())&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;2) &lt;STRONG&gt;Only({&amp;lt;EMP_RELIEVE_DATE-={"=EMP_RELIEVE_DATE&amp;gt;=Date(Today())"}&amp;gt;} EMP_RELIEVE_DATE)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 02 Jan 2021 20:19:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-future-dates-in-the-expressions/m-p/1771493#M717608</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2021-01-02T20:19:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude future dates in the expressions</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-future-dates-in-the-expressions/m-p/1771503#M717609</link>
      <description>&lt;P&gt;yes. EMP_RELIEVE_DATE is field&lt;/P&gt;&lt;P&gt;But, i don't understand where i will apply. Also, i used duration (1-10,10-30.&amp;gt;30 days). If i change anything as mentiond you. can you confirm will it work..&lt;/P&gt;&lt;P&gt;below is my dimension and expression.&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" size="3"&gt;Emp reg date (&lt;STRONG&gt;Calculated dim)&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" size="3"&gt;=If(vUserInput, if(IsNull(EMP_RELIEVE_DATE), EMP_RESIGN_DATE), if(not IsNull(EMP_RELIEVE_DATE), EMP_RESIGN_DATE))&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT face="arial,helvetica,sans-serif" size="3"&gt;Exp1 ("Relieving Date"):&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" size="3"&gt;=If(vUserInput, if(IsNull(EMP_RELIEVE_DATE), Date(EMP_RESIGN_DATE+vUserInput)), if(not IsNull(EMP_RELIEVE_DATE), EMP_RELIEVE_DATE))&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT face="arial,helvetica,sans-serif" size="3"&gt;Exp 2 : (1-10days)&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" size="3"&gt;If([Relieving Date]&amp;gt;=vCalDate10 And [Relieving Date]&amp;lt;=vToday, 1,0) &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;STRONG&gt;// 'Relieving Date' is label to previous exp.&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;1)&amp;nbsp;&lt;STRONG&gt;EMP_RELIEVE_DATE &amp;lt;= Date(Today()) ==&amp;gt; shall i use in dim/exp...?&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;2)&amp;nbsp;&lt;STRONG&gt;Only({&amp;lt;EMP_RELIEVE_DATE-={"=EMP_RELIEVE_DATE&amp;gt;=Date(Today())"}&amp;gt;} EMP_RELIEVE_DATE) ==&amp;gt; shall i use in the exp1 and exp2&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 03 Jan 2021 02:50:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-future-dates-in-the-expressions/m-p/1771503#M717609</guid>
      <dc:creator>saivina2920</dc:creator>
      <dc:date>2021-01-03T02:50:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude future dates in the expressions</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-future-dates-in-the-expressions/m-p/1771507#M717610</link>
      <description>&lt;P&gt;Instead, Can i ask sample application to work it out as per needs?&lt;/P&gt;</description>
      <pubDate>Sun, 03 Jan 2021 11:18:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-future-dates-in-the-expressions/m-p/1771507#M717610</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2021-01-03T11:18:44Z</dc:date>
    </item>
  </channel>
</rss>

