<?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 Expression issue with conditions in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Expression-issue-with-conditions/m-p/797661#M281730</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an expression as below with three conditions to get the latest written down value(WDV) of an asset.&lt;/P&gt;&lt;P&gt;I would need to get the WDV value for an asset that has 'Book' as the Category and the latest WDV determined by the Date ID.&lt;/P&gt;&lt;P&gt;Additionally I would need to filter out the WDV values based on Event Type and I would need only the 'Null' value event types.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=SUM({&amp;lt;DeprCategory={'Book'}, DPDateID = {"$(=max({1} DPDateID))"},[EventType]-={'*'}&amp;gt;}WDV)&lt;/P&gt;&lt;P&gt;But I could not get this working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached is the QVW document that I attached for testing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please help me with this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shyam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 Dec 2014 20:02:06 GMT</pubDate>
    <dc:creator>shyamcharan</dc:creator>
    <dc:date>2014-12-08T20:02:06Z</dc:date>
    <item>
      <title>Expression issue with conditions</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-issue-with-conditions/m-p/797661#M281730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an expression as below with three conditions to get the latest written down value(WDV) of an asset.&lt;/P&gt;&lt;P&gt;I would need to get the WDV value for an asset that has 'Book' as the Category and the latest WDV determined by the Date ID.&lt;/P&gt;&lt;P&gt;Additionally I would need to filter out the WDV values based on Event Type and I would need only the 'Null' value event types.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=SUM({&amp;lt;DeprCategory={'Book'}, DPDateID = {"$(=max({1} DPDateID))"},[EventType]-={'*'}&amp;gt;}WDV)&lt;/P&gt;&lt;P&gt;But I could not get this working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached is the QVW document that I attached for testing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please help me with this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shyam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Dec 2014 20:02:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-issue-with-conditions/m-p/797661#M281730</guid>
      <dc:creator>shyamcharan</dc:creator>
      <dc:date>2014-12-08T20:02:06Z</dc:date>
    </item>
    <item>
      <title>Re: Expression issue with conditions</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-issue-with-conditions/m-p/797662#M281731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=SUM({&amp;lt;DeprCategory = {'Book'},DPDateID = {'$(=Max(DPDateID))'},AssetID = {"=IsNull(EventType)"}&amp;gt;}WDV)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=SUM({&amp;lt;DeprCategory = {'Book'},DPDateID = {'$(=Max({1}DPDateID))'},AssetID = {"=IsNull(EventType)"}&amp;gt;}WDV)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Dec 2014 20:21:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-issue-with-conditions/m-p/797662#M281731</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-12-08T20:21:22Z</dc:date>
    </item>
    <item>
      <title>Re: Expression issue with conditions</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-issue-with-conditions/m-p/797663#M281732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Manish.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The first one worked. Not sure why inclusion of {1} in the DPDateID condition did not work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks heaps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Dec 2014 00:21:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-issue-with-conditions/m-p/797663#M281732</guid>
      <dc:creator>shyamcharan</dc:creator>
      <dc:date>2014-12-12T00:21:48Z</dc:date>
    </item>
  </channel>
</rss>

