<?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: Exclude Future Date not working in the expression. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Exclude-Future-Date-not-working-in-the-expression/m-p/1775998#M718002</link>
    <description>&lt;P&gt;Dear mayil vahanan,&lt;/P&gt;&lt;P&gt;some records coming correct in straight table. and pie chart.&lt;/P&gt;&lt;P&gt;but, very few records coming mismatch in&amp;nbsp;straight table. and pie chart.&lt;/P&gt;&lt;P&gt;The data's from database is huge. I do know how to check the exact problem.&lt;/P&gt;&lt;P&gt;What could be the problem and how to solve this..&lt;/P&gt;&lt;P&gt;Count mismatch occur in Live data... that's why I am worried..&lt;/P&gt;</description>
    <pubDate>Wed, 20 Jan 2021 19:11:03 GMT</pubDate>
    <dc:creator>saivina2920</dc:creator>
    <dc:date>2021-01-20T19:11:03Z</dc:date>
    <item>
      <title>Exclude Future Date not working in the expression.</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-Future-Date-not-working-in-the-expression/m-p/1775703#M717992</link>
      <description>&lt;P&gt;I am using Chart Straight table.&lt;/P&gt;&lt;P&gt;I have used condition to exclude future date.&lt;/P&gt;&lt;P&gt;But, still the future date is appearing. How to exclude the future date. below is my dim/expressions.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Dimensions&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;=If(vUserInput, if(IsNull(EMP_RELIEVE_DATE) AND [EMP_STATE]='$(vEmPlaces)', date(EMP_RESIGN_DATE),date(EMP_RELIEVE_DATE)), if(not IsNull(EMP_RELIEVE_DATE) AND EMP_RELIEVE_DATE &amp;lt;= floor(Today()) AND [EMP_STATE]='$(vEmPlaces)', EMP_RELIEVE_DATE))&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Exp1 : "Relieving_Date" (LABEL TEXT)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;=If(vUserInput, if(IsNull([EMP_RELIEVE_DATE]),Date(EMP_RESIGN_DATE+vUserInput),Date(EMP_RELIEVE_DATE)),if(not IsNull([EMP_RELIEVE_DATE]) AND EMP_RELIEVE_DATE &amp;lt;= floor(Today()) AND [EMP_STATE]='$(vEmPlaces)', EMP_RELIEVE_DATE))&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Exp2 : 1-10 Days&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;if([Relieving_Date]&amp;gt;=vCalDate10 And [Relieving_Date]&amp;lt;=vToday AND [Relieving_Date] &amp;lt;= Today() AND [EMP_STATE]='$(vEmPlaces)',1,0)&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Exp3: 10-30 Days&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;If([Relieving_Date]&amp;gt;=vCalDate30 And [Relieving_Date]&amp;lt;=vCalDate10 AND [Relieving_Date] &amp;lt;= Today() AND [EMP_STATE]='$(vEmPlaces)', 1,0)&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Exp3: &amp;gt;30 Days&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;If([Relieving_Date]&amp;lt;=vCalDate30 AND [Relieving_Date] &amp;lt;= Today() AND [EMP_STATE]='$(vEmPlaces)', 1,0)&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Also the main important points, if all three cases (1-10 Days, 10-30 Days, &amp;gt;30 Days) "0" values, we just want to omit the Rows. this is important.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;How to change the above dim/expressions to Omit the rows if all three cases "0" values...?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Futrure Date - 19JAN2021-1.PNG" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/47378iFC6DAFDB0BA564FF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Futrure Date - 19JAN2021-1.PNG" alt="Futrure Date - 19JAN2021-1.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>Sat, 16 Nov 2024 17:35:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-Future-Date-not-working-in-the-expression/m-p/1775703#M717992</guid>
      <dc:creator>saivina2920</dc:creator>
      <dc:date>2024-11-16T17:35:58Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude Future Date not working in the expression.</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-Future-Date-not-working-in-the-expression/m-p/1775818#M717993</link>
      <description>&lt;P&gt;&lt;SPAN&gt;can anyone give us the solution for this...? This is urgent pls.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jan 2021 02:01:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-Future-Date-not-working-in-the-expression/m-p/1775818#M717993</guid>
      <dc:creator>saivina2920</dc:creator>
      <dc:date>2021-01-20T02:01:49Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude Future Date not working in the expression.</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-Future-Date-not-working-in-the-expression/m-p/1775820#M717994</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/23246"&gt;@saivina2920&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can try like below in first expression&lt;/P&gt;&lt;P&gt;If(([1-10 Days]+[10-30 Days]+[&amp;nbsp;&amp;gt;30 Days]) &amp;gt; 0,&amp;nbsp;If(vUserInput, if(IsNull([EMP_RELIEVE_DATE]),Date(EMP_RESIGN_DATE+vUserInput),Date(EMP_RELIEVE_DATE)),if(not IsNull([EMP_RELIEVE_DATE]) AND EMP_RELIEVE_DATE &amp;lt;= floor(Today()) AND [EMP_STATE]='$(vEmPlaces)', EMP_RELIEVE_DATE)))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;--&amp;nbsp;([1-10 Days]+[10-30 Days]+[&amp;nbsp;&amp;gt;30 Days]) are column names of exp2,3 &amp;amp; 4 resp.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jan 2021 02:26:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-Future-Date-not-working-in-the-expression/m-p/1775820#M717994</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2021-01-20T02:26:43Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude Future Date not working in the expression.</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-Future-Date-not-working-in-the-expression/m-p/1775824#M717995</link>
      <description>&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;P&gt;if i use the condition "If(([1-10 Days]+[10-30 Days]+[&amp;nbsp;&amp;gt;30 Days]) &amp;gt; 0", i am getting blank date in "Relieving_Date" column. so count shows always zero.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="count details-20JAN2021.PNG" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/47422iC866CD96B600C9D6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="count details-20JAN2021.PNG" alt="count details-20JAN2021.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Enclosed the sample file for your reference.&lt;/P&gt;&lt;P&gt;I used below logic to form the count and exact value based on the user input. but, we are getting many error.&lt;/P&gt;&lt;P&gt;pls. guide me/correct me to get the correct count.&lt;/P&gt;&lt;P&gt;My main objective is,&lt;/P&gt;&lt;P&gt;if user enter input, then "Relieving_Date" field should calculate Date(EMP_RESIGN_DATE+vUserInput)&amp;nbsp;along with&amp;nbsp;Date(EMP_RELIEVE_DATE)&lt;/P&gt;&lt;P&gt;if user will not be enter anything, then "Relieving_Date" field should calculate&amp;nbsp; Date(EMP_RELIEVE_DATE).&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jan 2021 03:12:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-Future-Date-not-working-in-the-expression/m-p/1775824#M717995</guid>
      <dc:creator>saivina2920</dc:creator>
      <dc:date>2021-01-20T03:12:19Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude Future Date not working in the expression.</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-Future-Date-not-working-in-the-expression/m-p/1775833#M717996</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/23246"&gt;@saivina2920&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;May be, try like attachment&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jan 2021 03:43:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-Future-Date-not-working-in-the-expression/m-p/1775833#M717996</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2021-01-20T03:43:39Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude Future Date not working in the expression.</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-Future-Date-not-working-in-the-expression/m-p/1775844#M717997</link>
      <description>&lt;P&gt;Awesome and getting correct count.&lt;/P&gt;&lt;P&gt;Is it possible to same count (1-10days,10 to30 Days, &amp;gt;30 Days) in pie chart with legend...?&lt;/P&gt;&lt;P&gt;If this pie chart has coming proper count with legend, then my long pending task is over.&lt;/P&gt;&lt;P&gt;I tried, but, not coming properly.&lt;/P&gt;&lt;P&gt;Note : pls. use same attachment for pie chart modify (pie chart already available in the attachment. but, not working condition)&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jan 2021 05:13:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-Future-Date-not-working-in-the-expression/m-p/1775844#M717997</guid>
      <dc:creator>saivina2920</dc:creator>
      <dc:date>2021-01-20T05:13:55Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude Future Date not working in the expression.</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-Future-Date-not-working-in-the-expression/m-p/1775850#M717998</link>
      <description>&lt;P&gt;pls. give us the clue for pie chart legend which is formed and same in chart straight table..&lt;/P&gt;&lt;P&gt;This is required..&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jan 2021 05:18:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-Future-Date-not-working-in-the-expression/m-p/1775850#M717998</guid>
      <dc:creator>saivina2920</dc:creator>
      <dc:date>2021-01-20T05:18:29Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude Future Date not working in the expression.</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-Future-Date-not-working-in-the-expression/m-p/1775876#M717999</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/23246"&gt;@saivina2920&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope attachment will give some idea to you.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jan 2021 06:27:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-Future-Date-not-working-in-the-expression/m-p/1775876#M717999</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2021-01-20T06:27:30Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude Future Date not working in the expression.</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-Future-Date-not-working-in-the-expression/m-p/1775888#M718000</link>
      <description>&lt;P&gt;Really you great. I implemented as per my requirement.&lt;/P&gt;&lt;P&gt;It's working almost cases.&lt;/P&gt;&lt;P&gt;But, some case showing difference. How it is possible and why this?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Pie Chart-20JAN2021.PNG" style="width: 324px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/47452i7DC88C8274004BFD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Pie Chart-20JAN2021.PNG" alt="Pie Chart-20JAN2021.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jan 2021 07:23:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-Future-Date-not-working-in-the-expression/m-p/1775888#M718000</guid>
      <dc:creator>saivina2920</dc:creator>
      <dc:date>2021-01-20T07:23:57Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude Future Date not working in the expression.</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-Future-Date-not-working-in-the-expression/m-p/1775947#M718001</link>
      <description>&lt;P&gt;Can you reply for the same..&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jan 2021 10:23:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-Future-Date-not-working-in-the-expression/m-p/1775947#M718001</guid>
      <dc:creator>saivina2920</dc:creator>
      <dc:date>2021-01-20T10:23:14Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude Future Date not working in the expression.</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-Future-Date-not-working-in-the-expression/m-p/1775998#M718002</link>
      <description>&lt;P&gt;Dear mayil vahanan,&lt;/P&gt;&lt;P&gt;some records coming correct in straight table. and pie chart.&lt;/P&gt;&lt;P&gt;but, very few records coming mismatch in&amp;nbsp;straight table. and pie chart.&lt;/P&gt;&lt;P&gt;The data's from database is huge. I do know how to check the exact problem.&lt;/P&gt;&lt;P&gt;What could be the problem and how to solve this..&lt;/P&gt;&lt;P&gt;Count mismatch occur in Live data... that's why I am worried..&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jan 2021 19:11:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-Future-Date-not-working-in-the-expression/m-p/1775998#M718002</guid>
      <dc:creator>saivina2920</dc:creator>
      <dc:date>2021-01-20T19:11:03Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude Future Date not working in the expression.</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-Future-Date-not-working-in-the-expression/m-p/1776062#M718003</link>
      <description>&lt;P&gt;Dear mayil vahanan,&lt;/P&gt;&lt;P&gt;some records coming correct in straight table. and pie chart.&lt;/P&gt;&lt;P&gt;but, very few records coming mismatch in&amp;nbsp;straight table. and pie chart.&lt;/P&gt;&lt;P&gt;The data's from database is huge. I do know how to check the exact problem.&lt;/P&gt;&lt;P&gt;What could be the problem and how to solve this..&lt;/P&gt;&lt;P&gt;Count mismatch occur in Live data... that's why I am worried..&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jan 2021 19:11:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-Future-Date-not-working-in-the-expression/m-p/1776062#M718003</guid>
      <dc:creator>saivina2920</dc:creator>
      <dc:date>2021-01-20T19:11:24Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude Future Date not working in the expression.</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-Future-Date-not-working-in-the-expression/m-p/1776072#M718004</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/23246"&gt;@saivina2920&lt;/a&gt;&amp;nbsp;, create another field based on Relieving_Date in your script, and use the new one in chart :&lt;/P&gt;&lt;P&gt;if (Relieving_Date &amp;gt; today(), null(),&amp;nbsp;Relieving_Date) as&amp;nbsp;Relieving_Date2&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jan 2021 19:19:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-Future-Date-not-working-in-the-expression/m-p/1776072#M718004</guid>
      <dc:creator>QFabian</dc:creator>
      <dc:date>2021-01-20T19:19:24Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude Future Date not working in the expression.</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-Future-Date-not-working-in-the-expression/m-p/1776138#M718005</link>
      <description>&lt;P&gt;Hi &lt;SPAN&gt;QFabian,&amp;nbsp;&lt;/SPAN&gt;where i have to use as mentioned below condition..&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;if (Relieving_Date &amp;gt; today(), null(),&amp;nbsp;Relieving_Date) as&amp;nbsp;Relieving_Date2 ....?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Either create new expression, or shall i use in existing expression...?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;pls. reply for the same..&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Note : we already used 3 Expressions in chart (1-10 days,10-30 days,&amp;gt;30days) and "&lt;STRONG&gt;vRelivingDate&lt;/STRONG&gt;" is a variable.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;vRelivingDate&amp;nbsp;&lt;/STRONG&gt;==&amp;gt;&amp;nbsp;If(vUserInput, if(IsNull([EMP_RELIEVE_DATE]) AND [EMP_STATE]='$(vEmPlaces)',Date(EMP_RESIGN_DATE+vUserInput),Date(EMP_RELIEVE_DATE)),if(not IsNull([EMP_RELIEVE_DATE]) AND EMP_RELIEVE_DATE &amp;lt;= floor(Today()) AND [EMP_STATE]='$(vEmPlaces)', EMP_RELIEVE_DATE))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;Chart Expressions below&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Exp1 : 1-10 days&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Sum(Aggr(if($(vRelivingDate)&amp;gt;=vCalDate10 And $(vRelivingDate)&amp;lt;=vToday AND $(vRelivingDate) &amp;lt;= Today() AND [EMP_STATE]='$(vEmPlaces)',1,0), DOC_NO, EMP_RESIGN_DATE))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Exp2 : 10-20 days&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Sum(Aggr(If($(vRelivingDate)&amp;gt;=vCalDate30 And $(vRelivingDate)&amp;lt;=vCalDate10 AND $(vRelivingDate) &amp;lt;= Today() AND [EMP_STATE]='$(vEmPlaces)', 1,0), DOC_NO, EMP_RESIGN_DATE))&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Exp3:&amp;nbsp; &amp;gt;30 days&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Sum(Aggr(If($(vRelivingDate)&amp;lt;=vCalDate30 AND $(vRelivingDate) &amp;lt;= Today() AND [EMP_STATE]='$(vEmPlaces)', 1,0), DOC_NO, EMP_RESIGN_DATE))&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jan 2021 02:25:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-Future-Date-not-working-in-the-expression/m-p/1776138#M718005</guid>
      <dc:creator>saivina2920</dc:creator>
      <dc:date>2021-01-21T02:25:54Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude Future Date not working in the expression.</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-Future-Date-not-working-in-the-expression/m-p/1776149#M718006</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/23246"&gt;@saivina2920&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Without seeing the scenario, its difficult to proceed further.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jan 2021 04:03:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-Future-Date-not-working-in-the-expression/m-p/1776149#M718006</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2021-01-21T04:03:50Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude Future Date not working in the expression.</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-Future-Date-not-working-in-the-expression/m-p/1776155#M718007</link>
      <description>&lt;P&gt;Is it possible to contact through phone or chat...?&lt;/P&gt;&lt;P&gt;i will share my screen...&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jan 2021 04:55:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-Future-Date-not-working-in-the-expression/m-p/1776155#M718007</guid>
      <dc:creator>saivina2920</dc:creator>
      <dc:date>2021-01-21T04:55:07Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude Future Date not working in the expression.</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-Future-Date-not-working-in-the-expression/m-p/1776158#M718008</link>
      <description>&lt;P&gt;I am using the same formula in pie chart which is used in chart straight table.&lt;/P&gt;&lt;P&gt;Only difference we used doc_no and sentdate in sum of aggr.&lt;/P&gt;&lt;P&gt;may be some relieving_date null might not be affected while sum of aggr...???? (not sure)&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jan 2021 05:09:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-Future-Date-not-working-in-the-expression/m-p/1776158#M718008</guid>
      <dc:creator>saivina2920</dc:creator>
      <dc:date>2021-01-21T05:09:04Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude Future Date not working in the expression.</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-Future-Date-not-working-in-the-expression/m-p/1776162#M718009</link>
      <description>&lt;P&gt;pls.&amp;nbsp; find attached some test data.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jan 2021 05:29:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-Future-Date-not-working-in-the-expression/m-p/1776162#M718009</guid>
      <dc:creator>saivina2920</dc:creator>
      <dc:date>2021-01-21T05:29:01Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude Future Date not working in the expression.</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-Future-Date-not-working-in-the-expression/m-p/1776188#M718010</link>
      <description>&lt;P&gt;In straight table, we used below is the conditions in dimensions.&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;Dimesnions&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;=If(vUserInput, if(IsNull(EMP_RELIEVE_DATE) AND [EMP_STATE]='$(vEmPlaces)', date(EMP_RESIGN_DATE),date(EMP_RELIEVE_DATE)), if(not IsNull(EMP_RELIEVE_DATE) AND EMP_RELIEVE_DATE &amp;lt;= floor(Today()) AND [EMP_STATE]='$(vEmPlaces)', EMP_RELIEVE_DATE))&lt;/U&gt;&lt;/P&gt;&lt;P&gt;In Piechart table,&amp;nbsp;&lt;/P&gt;&lt;P&gt;we haven't used any&amp;nbsp; user input conditions. we just used sum of aggr and apply condition expression for&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1-10days,20 to 30 days and &amp;gt;30 days.&lt;/P&gt;&lt;P&gt;Anything want to like add the above &lt;U&gt;vUserInput&amp;nbsp;&lt;/U&gt;condition in sum of aggr...?&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jan 2021 08:11:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-Future-Date-not-working-in-the-expression/m-p/1776188#M718010</guid>
      <dc:creator>saivina2920</dc:creator>
      <dc:date>2021-01-21T08:11:19Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude Future Date not working in the expression.</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-Future-Date-not-working-in-the-expression/m-p/1776259#M718011</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/23246"&gt;@saivina2920&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;May be, try like below&lt;/P&gt;&lt;P&gt;Sum(Aggr(If($(vRelivingDate)&amp;lt;=vCalDate30 AND $(vRelivingDate) &amp;lt;= Today() AND [EMP_STATE]='$(vEmPlaces)', 1,0), DOC_NO, EMP_RESIGN_DATE,&lt;BR /&gt;$(=$(vDim))))&lt;/P&gt;&lt;P&gt;vDim:&lt;/P&gt;&lt;P&gt;(If(vUserInput, if(IsNull(EMP_RELIEVE_DATE) AND [EMP_STATE]='$(vEmPlaces)', 'EMP_RESIGN_DATE','EMP_RELIEVE_DATE'), if(not IsNull(EMP_RELIEVE_DATE) AND EMP_RELIEVE_DATE &amp;lt;= floor(Today()) AND [EMP_STATE]='$(vEmPlaces)', 'EMP_RELIEVE_DATE')))&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jan 2021 10:44:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-Future-Date-not-working-in-the-expression/m-p/1776259#M718011</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2021-01-21T10:44:09Z</dc:date>
    </item>
  </channel>
</rss>

