<?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: Add condition in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Add-condition/m-p/55288#M767496</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's rather difficult to make guesses from screenshots. Can you post an example document that exhibits this behavior? You can scramble any company data that you don't want to leak on the internet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The reason for this is probably something with how your set analysis selection is not specific enough to filter out all lines that you don't want to see. And this is highly dependent on your data model, the tables in which the two fields are stored and how those tables are connected. If you cannot upload an example document, try to figure out why exactly QlikView still shows those lines if you make a similar selection in your head.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Jun 2018 06:54:53 GMT</pubDate>
    <dc:creator>Peter_Cammaert</dc:creator>
    <dc:date>2018-06-26T06:54:53Z</dc:date>
    <item>
      <title>Add condition</title>
      <link>https://community.qlik.com/t5/QlikView/Add-condition/m-p/55266#M767468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi...I'd like to add a condition to a straight table report to exclude data for certain types of journal category but I am not sure how to do this in the expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The exclusion condition I need is &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(GLSubLedg.JournalCategory) &amp;lt;&amp;gt; 'Budget' AND (GLSubLedg.JournalCategory) &amp;lt;&amp;gt; 'Payments'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would really appreciate some assistance with this.&amp;nbsp; Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-condition/m-p/55266#M767468</guid>
      <dc:creator>imtiazgirach</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Add condition</title>
      <link>https://community.qlik.com/t5/QlikView/Add-condition/m-p/55267#M767469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;may be this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;GLSubLedg.JournalCategory-={'&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;Budget&lt;/SPAN&gt;',' &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;Payments&lt;/SPAN&gt;'}&lt;/SPAN&gt;&amp;gt;}Sales)&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;&lt;SPAN style="font-size: 13.3333px;"&gt;sum({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;GLSubLedg.JournalCategory/={'&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;Budget&lt;/SPAN&gt;',' &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;Payments&lt;/SPAN&gt;'}&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;gt;}Sales)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2018 15:56:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-condition/m-p/55267#M767469</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2018-06-20T15:56:08Z</dc:date>
    </item>
    <item>
      <title>Re: Add condition</title>
      <link>https://community.qlik.com/t5/QlikView/Add-condition/m-p/55268#M767470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Say if you have a field amount you can use the below expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;GLSubLedg.JournalCategory&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;-={'Budget','Payments'}&amp;gt;} Amount&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2018 15:56:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-condition/m-p/55268#M767470</guid>
      <dc:creator>trdandamudi</dc:creator>
      <dc:date>2018-06-20T15:56:45Z</dc:date>
    </item>
    <item>
      <title>Re: Add condition</title>
      <link>https://community.qlik.com/t5/QlikView/Add-condition/m-p/55269#M767476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. I don't have an amount field on its own but I do have amount cr and amount dr fields so I can add a calculated fields amount cr - amount dr to get an amount field of that works as in some fields there might be amount cr and in others just amount dr.&amp;nbsp; Not sure if that would make a difference in the expression?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2018 18:19:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-condition/m-p/55269#M767476</guid>
      <dc:creator>imtiazgirach</dc:creator>
      <dc:date>2018-06-20T18:19:51Z</dc:date>
    </item>
    <item>
      <title>Re: Add condition</title>
      <link>https://community.qlik.com/t5/QlikView/Add-condition/m-p/55270#M767478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can try as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;GLSubLedg.JournalCategory&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;-={'Budget','Payments'}&amp;gt;} amount cr - amount dr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2018 20:19:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-condition/m-p/55270#M767478</guid>
      <dc:creator>trdandamudi</dc:creator>
      <dc:date>2018-06-20T20:19:07Z</dc:date>
    </item>
    <item>
      <title>Re: Add condition</title>
      <link>https://community.qlik.com/t5/QlikView/Add-condition/m-p/55271#M767479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. I will try this and let you know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To help me understand for future requirements if I needed to change the condition to pick up data for where the journal category is say Sales so rather than exclude, the condition would be journal category = 'Sales' how would I need to change the condition.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2018 22:58:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-condition/m-p/55271#M767479</guid>
      <dc:creator>imtiazgirach</dc:creator>
      <dc:date>2018-06-20T22:58:29Z</dc:date>
    </item>
    <item>
      <title>Re: Add condition</title>
      <link>https://community.qlik.com/t5/QlikView/Add-condition/m-p/55272#M767480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;may be this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #f2f2f2; color: #0000ff;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;({&amp;lt;GLSubLedg.JournalCategory&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;={'Sales'}&amp;gt;} amount cr - amount dr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jun 2018 06:17:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-condition/m-p/55272#M767480</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2018-06-21T06:17:53Z</dc:date>
    </item>
    <item>
      <title>Re: Add condition</title>
      <link>https://community.qlik.com/t5/QlikView/Add-condition/m-p/55273#M767481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am getting errors in expression in all the above.&amp;nbsp; I am using Qlikview version 11 not sure if that makes a difference.&amp;nbsp; Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jun 2018 07:37:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-condition/m-p/55273#M767481</guid>
      <dc:creator>imtiazgirach</dc:creator>
      <dc:date>2018-06-21T07:37:26Z</dc:date>
    </item>
    <item>
      <title>Re: Add condition</title>
      <link>https://community.qlik.com/t5/QlikView/Add-condition/m-p/55274#M767482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I slightly amended the expression and now the expression is ok but the report is still showing lines with the 'Budget' journal category.&amp;nbsp; I don't want these lines on the report&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the amended expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;GLSubLedg.JournalCategory-={'Budget'}&amp;gt;} GLSubLedg.AmountCR-GLSubLedg.AmountDR)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even with this expression the budget category lines are showing on the report:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt;GLSubLedg.JournalCategory=['Permanent','Reversing']&amp;gt;}GLSubLedg.AmountCR-GLSubLedg.AmountDR)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jun 2018 14:55:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-condition/m-p/55274#M767482</guid>
      <dc:creator>imtiazgirach</dc:creator>
      <dc:date>2018-06-21T14:55:36Z</dc:date>
    </item>
    <item>
      <title>Re: Add condition</title>
      <link>https://community.qlik.com/t5/QlikView/Add-condition/m-p/55275#M767483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It should work. Is the 'Budget' field case sensitive ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jun 2018 15:34:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-condition/m-p/55275#M767483</guid>
      <dc:creator>trdandamudi</dc:creator>
      <dc:date>2018-06-21T15:34:59Z</dc:date>
    </item>
    <item>
      <title>Re: Add condition</title>
      <link>https://community.qlik.com/t5/QlikView/Add-condition/m-p/55276#M767484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The 'Budget' has been typed in the expression exactly as is in the field but even if I use this expression it should exclude all the other categories but it brings back data for all the categories.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt;GLSubLedg.JournalCategory=['Permanent','Reversing']&amp;gt;}GLSubLedg.AmountCR-GLSubLedg.AmountDR)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jun 2018 16:45:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-condition/m-p/55276#M767484</guid>
      <dc:creator>imtiazgirach</dc:creator>
      <dc:date>2018-06-21T16:45:35Z</dc:date>
    </item>
    <item>
      <title>Re: Add condition</title>
      <link>https://community.qlik.com/t5/QlikView/Add-condition/m-p/55277#M767485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt;GLSubLedg.JournalCategory=&lt;STRONG style="font-size: 14pt;"&gt;{&lt;/STRONG&gt;'Permanent','Reversing'&lt;SPAN style="font-size: 14pt;"&gt;}&lt;/SPAN&gt;&amp;gt;&lt;STRONG&gt;}&lt;/STRONG&gt; GLSubLedg.AmountCR-GLSubLedg.AmountDR)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jun 2018 17:11:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-condition/m-p/55277#M767485</guid>
      <dc:creator>trdandamudi</dc:creator>
      <dc:date>2018-06-21T17:11:34Z</dc:date>
    </item>
    <item>
      <title>Re: Add condition</title>
      <link>https://community.qlik.com/t5/QlikView/Add-condition/m-p/55278#M767486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Still getting all the categories on the report.&amp;nbsp; I'm attaching the screenshot&lt;IMG alt="qv.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/205918_qv.jpg" style="height: 292px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jun 2018 17:44:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-condition/m-p/55278#M767486</guid>
      <dc:creator>imtiazgirach</dc:creator>
      <dc:date>2018-06-21T17:44:42Z</dc:date>
    </item>
    <item>
      <title>Re: Add condition</title>
      <link>https://community.qlik.com/t5/QlikView/Add-condition/m-p/55279#M767487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For the expression "Amount", I still see you are using brackets instead of flower bracket. Are you using the below expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt;GLSubLedg.JournalCategory=&lt;STRONG style="font-size: 14pt;"&gt;{&lt;/STRONG&gt;'Permanent','Reversing'&lt;SPAN style="font-size: 14pt;"&gt;}&lt;/SPAN&gt;&amp;gt;&lt;STRONG&gt;}&lt;/STRONG&gt; GLSubLedg.AmountCR-GLSubLedg.AmountDR)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also after changing to the above expression can you also uncheck the expression Amount CR and Amount_DR and let me know what you see.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jun 2018 17:56:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-condition/m-p/55279#M767487</guid>
      <dc:creator>trdandamudi</dc:creator>
      <dc:date>2018-06-21T17:56:00Z</dc:date>
    </item>
    <item>
      <title>Re: Add condition</title>
      <link>https://community.qlik.com/t5/QlikView/Add-condition/m-p/55280#M767488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just copied and pasted the expression from your post. I'll try again and disable the amount cr and Dr expressions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jun 2018 18:18:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-condition/m-p/55280#M767488</guid>
      <dc:creator>imtiazgirach</dc:creator>
      <dc:date>2018-06-21T18:18:22Z</dc:date>
    </item>
    <item>
      <title>Re: Add condition</title>
      <link>https://community.qlik.com/t5/QlikView/Add-condition/m-p/55281#M767489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Still no joy.&amp;nbsp; 'Budget' category lines still show.&amp;nbsp; Screenshots attached&lt;IMG alt="Qv2.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/205947_Qv2.jpg" style="height: 278px; width: 620px;" /&gt;&lt;IMG alt="Qv3jpg.jpg" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/205948_Qv3jpg.jpg" style="height: 83px; width: 620px;" /&gt;&lt;IMG alt="Qv4jpg.jpg" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/205955_Qv4jpg.jpg" style="height: 271px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jun 2018 22:44:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-condition/m-p/55281#M767489</guid>
      <dc:creator>imtiazgirach</dc:creator>
      <dc:date>2018-06-21T22:44:54Z</dc:date>
    </item>
    <item>
      <title>Re: Add condition</title>
      <link>https://community.qlik.com/t5/QlikView/Add-condition/m-p/55282#M767490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've managed to sort this...for it to work I have to either add the AmountCR and AmountDR to the Dimensions or change the definition of the Amount_CR and Amount_CR as &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;sum({&amp;lt;GLSubLedg.JournalCategory=&lt;/SPAN&gt;&lt;STRONG style="font-size: 14pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;{&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;'Permanent','Reversing'&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;}&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;GLSubLedg.AmountCR)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;and&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;sum({&amp;lt;GLSubLedg.JournalCategory=&lt;/SPAN&gt;&lt;STRONG style="font-size: 14pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;{&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;'Permanent','Reversing'&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;}&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;GLSubLedg.AmountDR)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Thanks so much for your help with this.&amp;nbsp; Really appreciate it.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I need to add a condition on another report to bring back data for only those lines where the release date is null but if I use this expression I get no data at all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt;APHold.ReleaseDate={' '}&amp;gt;}APInv.InvoiceAmount)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&amp;nbsp; Thanks again&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jun 2018 08:58:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-condition/m-p/55282#M767490</guid>
      <dc:creator>imtiazgirach</dc:creator>
      <dc:date>2018-06-22T08:58:58Z</dc:date>
    </item>
    <item>
      <title>Re: Add condition</title>
      <link>https://community.qlik.com/t5/QlikView/Add-condition/m-p/55283#M767491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try with the inverse: excluding all lines for which ReleaseDate is &lt;EM&gt;not&lt;/EM&gt; null. You'll have to make sure that ReleaseDate is actually NULL sometimes, and not just space or empty string. Those are not the same thing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'courier new', courier;"&gt;Sum({&amp;lt;APHold.ReleaseDate -= {"*"}&amp;gt;} APInv.InvoiceAmount)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jun 2018 09:45:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-condition/m-p/55283#M767491</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2018-06-22T09:45:02Z</dc:date>
    </item>
    <item>
      <title>Re: Add condition</title>
      <link>https://community.qlik.com/t5/QlikView/Add-condition/m-p/55284#M767492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried this expression and I get no data&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'courier new', courier; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'courier new', courier; font-size: 13px;"&gt;Sum({&amp;lt;APHold.ReleaseDate -= {"*"}&amp;gt;} APInv.InvoiceAmount)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jun 2018 09:55:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-condition/m-p/55284#M767492</guid>
      <dc:creator>imtiazgirach</dc:creator>
      <dc:date>2018-06-22T09:55:23Z</dc:date>
    </item>
    <item>
      <title>Re: Add condition</title>
      <link>https://community.qlik.com/t5/QlikView/Add-condition/m-p/55285#M767493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, my fault. You can't specify a set by keeping just the NULL values in a field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have another field that has values for all rows (like a Customer or Transaction ID)? Then you could use that one to filter out all lines without ReleaseDate value. For example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'courier new', courier; font-size: 13px;"&gt;Sum({&amp;lt;APInv.OrderNo = {"=IsNull(APHold.ReleaseDate)"}&amp;gt;} APInv.InvoiceAmount)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jun 2018 10:14:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-condition/m-p/55285#M767493</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2018-06-22T10:14:42Z</dc:date>
    </item>
  </channel>
</rss>

