<?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 help in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Expression-help/m-p/1184851#M882171</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the below expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; count( {&amp;lt;&amp;nbsp; Key = {"=sum([Amount (USD)]) &amp;gt;90000"} &amp;gt;} ID)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here Amount USD is combination of Expense &amp;amp; Revenue So I want to Only include Expense which is greater than &amp;gt;90000.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I add that If statement within the above expression ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a column called Type which&amp;nbsp; has Expense and Revenue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum(if(Type='Expense',Amount (USD)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Much&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>apthansh</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Expression help</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-help/m-p/1184851#M882171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the below expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; count( {&amp;lt;&amp;nbsp; Key = {"=sum([Amount (USD)]) &amp;gt;90000"} &amp;gt;} ID)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here Amount USD is combination of Expense &amp;amp; Revenue So I want to Only include Expense which is greater than &amp;gt;90000.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I add that If statement within the above expression ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a column called Type which&amp;nbsp; has Expense and Revenue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum(if(Type='Expense',Amount (USD)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Much&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/Expression-help/m-p/1184851#M882171</guid>
      <dc:creator>apthansh</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Expression help</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-help/m-p/1184852#M882172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be as below:&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;count( {&amp;lt;&amp;nbsp; Type={'Expense'},Key = {"=sum([Amount (USD)]) &amp;gt;90000"} &amp;gt;} ID)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Sep 2016 15:36:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-help/m-p/1184852#M882172</guid>
      <dc:creator>trdandamudi</dc:creator>
      <dc:date>2016-09-28T15:36:11Z</dc:date>
    </item>
    <item>
      <title>Re: Expression help</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-help/m-p/1184853#M882176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you try this ?&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;count( {&amp;lt;&amp;nbsp; Key = {"=sum(&lt;SPAN style="color: #ff6600;"&gt;{&amp;lt; Type = {'Expense'}&amp;gt;}&lt;/SPAN&gt;[Amount (USD)]) &amp;gt;90000"} &amp;gt;} ID)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Sep 2016 15:36:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-help/m-p/1184853#M882176</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2016-09-28T15:36:35Z</dc:date>
    </item>
    <item>
      <title>Re: Expression help</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-help/m-p/1184854#M882179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I agree with Vish. His expression should work for you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Sep 2016 19:03:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-help/m-p/1184854#M882179</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-09-28T19:03:52Z</dc:date>
    </item>
  </channel>
</rss>

