<?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: expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/expression/m-p/764443#M271734</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 08 Feb 2015 09:38:28 GMT</pubDate>
    <dc:creator>upaliwije</dc:creator>
    <dc:date>2015-02-08T09:38:28Z</dc:date>
    <item>
      <title>expression</title>
      <link>https://community.qlik.com/t5/QlikView/expression/m-p/764440#M271731</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;I have two fields in my pivot table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sent_Date&lt;/P&gt;&lt;P&gt;Amount&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to write an expression to sum the amount where sent_date is not null&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls help me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Feb 2015 08:26:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expression/m-p/764440#M271731</guid>
      <dc:creator>upaliwije</dc:creator>
      <dc:date>2015-02-08T08:26:50Z</dc:date>
    </item>
    <item>
      <title>Re: expression</title>
      <link>https://community.qlik.com/t5/QlikView/expression/m-p/764441#M271732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create a flag in your load script as follow:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(isNull(sent_date),'1',sent_date) as sent_date_flag&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In you expression then: If(sent__date='1',' ', sum(Amount))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Feb 2015 09:21:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expression/m-p/764441#M271732</guid>
      <dc:creator>terezagr</dc:creator>
      <dc:date>2015-02-08T09:21:29Z</dc:date>
    </item>
    <item>
      <title>Re: expression</title>
      <link>https://community.qlik.com/t5/QlikView/expression/m-p/764442#M271733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Like this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;=sum(IF (Not IsNull(Sent_Date), Amount))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Feb 2015 09:21:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expression/m-p/764442#M271733</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2015-02-08T09:21:39Z</dc:date>
    </item>
    <item>
      <title>Re: expression</title>
      <link>https://community.qlik.com/t5/QlikView/expression/m-p/764443#M271734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Feb 2015 09:38:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expression/m-p/764443#M271734</guid>
      <dc:creator>upaliwije</dc:creator>
      <dc:date>2015-02-08T09:38:28Z</dc:date>
    </item>
  </channel>
</rss>

