<?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: Urgent - displaying values based on condition in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Urgent-displaying-values-based-on-condition/m-p/679184#M1073062</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Try below &lt;/P&gt;&lt;P&gt;Temp:&lt;/P&gt;&lt;P&gt;load * Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;Associate,ProjectEndDate&lt;/P&gt;&lt;P&gt;A ,08/08/2014&lt;/P&gt;&lt;P&gt;A,08/20/2014&lt;/P&gt;&lt;P&gt;B,08/08/2014&lt;/P&gt;&lt;P&gt;B,08/12/2014&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;Main:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load *&lt;/P&gt;&lt;P&gt;where DATE &amp;lt;= date(today());&lt;/P&gt;&lt;P&gt;Load Associate,max(date(ProjectEndDate)) as DATE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Resident Temp&lt;/P&gt;&lt;P&gt;group by Associate;&lt;/P&gt;&lt;P&gt;Drop table Temp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Aug 2014 08:13:05 GMT</pubDate>
    <dc:creator>ashfaq_haseeb</dc:creator>
    <dc:date>2014-08-14T08:13:05Z</dc:date>
    <item>
      <title>Urgent - displaying values based on condition</title>
      <link>https://community.qlik.com/t5/QlikView/Urgent-displaying-values-based-on-condition/m-p/679182#M1073059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;I have 2 fields, Associate name and a date field called as 'Project End Date', which contains some dates. &lt;/P&gt;&lt;P&gt;Now my requirement is to display only the name of the associates where Project End Date is past date (less than today)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for eg:&lt;/P&gt;&lt;P&gt;Associate&amp;nbsp; Project End Date&lt;/P&gt;&lt;P&gt;A&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 08/08/2014&lt;/P&gt;&lt;P&gt;A&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 08/20/2014&lt;/P&gt;&lt;P&gt;B&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 08/08/2014&lt;/P&gt;&lt;P&gt;B&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 08/12/2014&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, it should display only associate B name as he don't have any active projects.&lt;/P&gt;&lt;P&gt;For A, there is 1 active project, so A's name should not be displayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please help here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Aug 2014 08:05:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Urgent-displaying-values-based-on-condition/m-p/679182#M1073059</guid>
      <dc:creator>sayadutt</dc:creator>
      <dc:date>2014-08-14T08:05:49Z</dc:date>
    </item>
    <item>
      <title>Re: Urgent - displaying values based on condition</title>
      <link>https://community.qlik.com/t5/QlikView/Urgent-displaying-values-based-on-condition/m-p/679183#M1073060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Simple condition: If([Project End Date]=Today()-1, Associate)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, you have to take care of it based on your requirement-where/how you want the output.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Aug 2014 08:11:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Urgent-displaying-values-based-on-condition/m-p/679183#M1073060</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-08-14T08:11:36Z</dc:date>
    </item>
    <item>
      <title>Re: Urgent - displaying values based on condition</title>
      <link>https://community.qlik.com/t5/QlikView/Urgent-displaying-values-based-on-condition/m-p/679184#M1073062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Try below &lt;/P&gt;&lt;P&gt;Temp:&lt;/P&gt;&lt;P&gt;load * Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;Associate,ProjectEndDate&lt;/P&gt;&lt;P&gt;A ,08/08/2014&lt;/P&gt;&lt;P&gt;A,08/20/2014&lt;/P&gt;&lt;P&gt;B,08/08/2014&lt;/P&gt;&lt;P&gt;B,08/12/2014&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;Main:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load *&lt;/P&gt;&lt;P&gt;where DATE &amp;lt;= date(today());&lt;/P&gt;&lt;P&gt;Load Associate,max(date(ProjectEndDate)) as DATE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Resident Temp&lt;/P&gt;&lt;P&gt;group by Associate;&lt;/P&gt;&lt;P&gt;Drop table Temp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Aug 2014 08:13:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Urgent-displaying-values-based-on-condition/m-p/679184#M1073062</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-08-14T08:13:05Z</dc:date>
    </item>
    <item>
      <title>Re: Urgent - displaying values based on condition</title>
      <link>https://community.qlik.com/t5/QlikView/Urgent-displaying-values-based-on-condition/m-p/679185#M1073063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ashfaq,&lt;/P&gt;&lt;P&gt;When I tried your above example, it works and this is what I am looking for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when I am trying to incorporate the same in my existing code, it fails. Can you please let me know what I did wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;main:&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [03. Project Name&amp;nbsp; ] as [Project Name&amp;nbsp; ], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [04. Release No&amp;nbsp; ] as [Release No&amp;nbsp; ], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [07. Associate Working On&amp;nbsp; ] as [Associate Working On&amp;nbsp; ], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [09. QA End Date&amp;nbsp; ] as [QA End Date&amp;nbsp; ]&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[&amp;lt;Sharepoint path&amp;gt;]&lt;/P&gt;&lt;P&gt;(html, unicode, embedded labels, table is @4);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tab23:&lt;/P&gt;&lt;P&gt;NOCONCATENATE&lt;/P&gt;&lt;P&gt; LOAD Distinct SubField([Associate Working On&amp;nbsp; ],'; ') as [Single Associate Working On],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Project Name&amp;nbsp; ] , [Release No&amp;nbsp; ]&lt;/P&gt;&lt;P&gt;Resident main;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load *&lt;/P&gt;&lt;P&gt;where DATE &amp;lt;= date(today());&lt;/P&gt;&lt;P&gt;Load [Single Associate Working On],max([QA End Date&amp;nbsp; ]) as DATE&lt;/P&gt;&lt;P&gt;Resident Tab23&lt;/P&gt;&lt;P&gt;Group by [Single Associate Working On];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Aug 2014 10:08:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Urgent-displaying-values-based-on-condition/m-p/679185#M1073063</guid>
      <dc:creator>sayadutt</dc:creator>
      <dc:date>2014-08-14T10:08:41Z</dc:date>
    </item>
    <item>
      <title>Re: Urgent - displaying values based on condition</title>
      <link>https://community.qlik.com/t5/QlikView/Urgent-displaying-values-based-on-condition/m-p/679186#M1073065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try Below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;main:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [03. Project Name&amp;nbsp; ] as [Project Name&amp;nbsp; ],&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [04. Release No&amp;nbsp; ] as [Release No&amp;nbsp; ],&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [07. Associate Working On&amp;nbsp; ] as [Associate Working On&amp;nbsp; ],&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [09. QA End Date&amp;nbsp; ] as [QA End Date&amp;nbsp; ]&amp;nbsp; &lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[&amp;lt;Sharepoint path&amp;gt;]&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(html, unicode, embedded labels, table is @4);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Tab23:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;NOCONCATENATE&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD Distinct SubField([Associate Working On&amp;nbsp; ],'; ') as [Single Associate Working On],&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Project Name&amp;nbsp; ] , [Release No&amp;nbsp; ],&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;[QA End Date&amp;nbsp; ] &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Resident main;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load *&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;where DATE &amp;lt;= date(today());&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load [Single Associate Working On],max([QA End Date&amp;nbsp; ]) as DATE&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Resident Tab23&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Group by [Single Associate Working On];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Aug 2014 10:12:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Urgent-displaying-values-based-on-condition/m-p/679186#M1073065</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-08-14T10:12:50Z</dc:date>
    </item>
    <item>
      <title>Re: Urgent - displaying values based on condition</title>
      <link>https://community.qlik.com/t5/QlikView/Urgent-displaying-values-based-on-condition/m-p/679187#M1073066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No Luck Ashfaq.&lt;/P&gt;&lt;P&gt;D&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;oing above, on Reload its shows a Pop Up "Execution of script failed. Reload Old data??" &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Aug 2014 10:41:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Urgent-displaying-values-based-on-condition/m-p/679187#M1073066</guid>
      <dc:creator>sayadutt</dc:creator>
      <dc:date>2014-08-14T10:41:30Z</dc:date>
    </item>
    <item>
      <title>Re: Urgent - displaying values based on condition</title>
      <link>https://community.qlik.com/t5/QlikView/Urgent-displaying-values-based-on-condition/m-p/679188#M1073067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to tweek your code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you monitor the same by enabling Document log from Setting --&amp;gt; Document Properties --&amp;gt; Select Generate Log File.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Aug 2014 10:53:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Urgent-displaying-values-based-on-condition/m-p/679188#M1073067</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-08-14T10:53:37Z</dc:date>
    </item>
    <item>
      <title>Re: Urgent - displaying values based on condition</title>
      <link>https://community.qlik.com/t5/QlikView/Urgent-displaying-values-based-on-condition/m-p/679189#M1073068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Look my model in attached file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Att,&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Aug 2014 13:04:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Urgent-displaying-values-based-on-condition/m-p/679189#M1073068</guid>
      <dc:creator>MarcoARaymundo</dc:creator>
      <dc:date>2014-08-14T13:04:06Z</dc:date>
    </item>
    <item>
      <title>Re: Urgent - displaying values based on condition</title>
      <link>https://community.qlik.com/t5/QlikView/Urgent-displaying-values-based-on-condition/m-p/679190#M1073069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marco,&lt;/P&gt;&lt;P&gt;My requirement is not to show A at all since he has 1 active project (20/8). Can you please give me the modified file.&lt;/P&gt;&lt;P&gt;Also C should come in the result, as there is no active project for him (no project at all)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So the Status section should look like this:&lt;/P&gt;&lt;P&gt;Associate&amp;nbsp; B&amp;nbsp;&amp;nbsp; 08/08/2014&amp;nbsp; 80% &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 12/08/2014&amp;nbsp; 85%&lt;/P&gt;&lt;P&gt;Associate C&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; --&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; --&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please help here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance !!!&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Aug 2014 14:03:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Urgent-displaying-values-based-on-condition/m-p/679190#M1073069</guid>
      <dc:creator>sayadutt</dc:creator>
      <dc:date>2014-08-14T14:03:08Z</dc:date>
    </item>
    <item>
      <title>Re: Urgent - displaying values based on condition</title>
      <link>https://community.qlik.com/t5/QlikView/Urgent-displaying-values-based-on-condition/m-p/679191#M1073070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Change this&lt;/P&gt;&lt;P&gt;Expression 1 Sum({&amp;lt;Project_End_Date={'&amp;gt;$(=Today())'}&amp;gt;} Status)&lt;/P&gt;&lt;P&gt;Expression 2 Sum({&amp;lt;Project_End_Date={'&amp;gt;$(vEndDate)'}&amp;gt;} Status)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Aug 2014 14:29:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Urgent-displaying-values-based-on-condition/m-p/679191#M1073070</guid>
      <dc:creator>MarcoARaymundo</dc:creator>
      <dc:date>2014-08-14T14:29:47Z</dc:date>
    </item>
  </channel>
</rss>

