<?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: why expression return null value in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/why-expression-return-null-value/m-p/491055#M183464</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;because,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you are trying to calculate the non aggregated value in a aggregated row..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check this formula .. it should work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;sum([S_Price])&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; font-size: 8pt; color: #737373; font-family: Arial;"&gt;*&lt;/SPAN&gt;&lt;STRONG style="background-color: #ffffff; font-size: 8pt; font-family: Arial; color: #008000;"&gt;Currency&lt;/STRONG&gt;&lt;SPAN style="background-color: #ffffff; font-size: 8pt; color: #737373; font-family: Arial;"&gt;*&lt;/SPAN&gt;&lt;STRONG style="background-color: #ffffff; font-size: 8pt; font-family: Arial; color: #800080;"&gt;sum&lt;/STRONG&gt;&lt;SPAN style="background-color: #ffffff; font-size: 8pt; color: #737373; font-family: Arial;"&gt;(&lt;/SPAN&gt;&lt;STRONG style="background-color: #ffffff; font-size: 8pt; font-family: Arial; color: #008000;"&gt;Singapore&lt;/STRONG&gt;&lt;SPAN style="background-color: #ffffff; font-size: 8pt; color: #737373; font-family: Arial;"&gt;)/&lt;/SPAN&gt;&lt;STRONG style="background-color: #ffffff; font-size: 8pt; font-family: Arial; color: #800080;"&gt;sum&lt;/STRONG&gt;&lt;SPAN style="background-color: #ffffff; font-size: 8pt; color: #737373; font-family: Arial;"&gt;(&lt;/SPAN&gt;&lt;STRONG style="background-color: #ffffff; font-size: 8pt; font-family: Arial; color: #008000;"&gt;BEThailand&lt;/STRONG&gt;&lt;SPAN style="background-color: #ffffff; font-size: 8pt; color: #737373; font-family: Arial;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; font-size: 8pt; color: #737373; font-family: Arial;"&gt;HTH&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; font-size: 8pt; color: #737373; font-family: Arial;"&gt;Sushil&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 Aug 2013 22:45:49 GMT</pubDate>
    <dc:creator>sushil353</dc:creator>
    <dc:date>2013-08-13T22:45:49Z</dc:date>
    <item>
      <title>why expression return null value</title>
      <link>https://community.qlik.com/t5/QlikView/why-expression-return-null-value/m-p/491054#M183463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have below expression , but it return null value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[S_Price]&lt;SPAN style="font-size: 8pt;"&gt;*&lt;/SPAN&gt;&lt;STRONG style=": ; color: #008000; font-size: 8pt;"&gt;Currency&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;*&lt;/SPAN&gt;&lt;STRONG style=": ; color: #800080; font-size: 8pt;"&gt;sum&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;STRONG style=": ; color: #008000; font-size: 8pt;"&gt;Singapore&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;)/&lt;/SPAN&gt;&lt;STRONG style=": ; color: #800080; font-size: 8pt;"&gt;sum&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;STRONG style=": ; color: #008000; font-size: 8pt;"&gt;BEThailand&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Can some one advise me , how to make it display some value ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Paul&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Aug 2013 21:54:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/why-expression-return-null-value/m-p/491054#M183463</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2013-08-13T21:54:15Z</dc:date>
    </item>
    <item>
      <title>Re: why expression return null value</title>
      <link>https://community.qlik.com/t5/QlikView/why-expression-return-null-value/m-p/491055#M183464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;because,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you are trying to calculate the non aggregated value in a aggregated row..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check this formula .. it should work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;sum([S_Price])&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; font-size: 8pt; color: #737373; font-family: Arial;"&gt;*&lt;/SPAN&gt;&lt;STRONG style="background-color: #ffffff; font-size: 8pt; font-family: Arial; color: #008000;"&gt;Currency&lt;/STRONG&gt;&lt;SPAN style="background-color: #ffffff; font-size: 8pt; color: #737373; font-family: Arial;"&gt;*&lt;/SPAN&gt;&lt;STRONG style="background-color: #ffffff; font-size: 8pt; font-family: Arial; color: #800080;"&gt;sum&lt;/STRONG&gt;&lt;SPAN style="background-color: #ffffff; font-size: 8pt; color: #737373; font-family: Arial;"&gt;(&lt;/SPAN&gt;&lt;STRONG style="background-color: #ffffff; font-size: 8pt; font-family: Arial; color: #008000;"&gt;Singapore&lt;/STRONG&gt;&lt;SPAN style="background-color: #ffffff; font-size: 8pt; color: #737373; font-family: Arial;"&gt;)/&lt;/SPAN&gt;&lt;STRONG style="background-color: #ffffff; font-size: 8pt; font-family: Arial; color: #800080;"&gt;sum&lt;/STRONG&gt;&lt;SPAN style="background-color: #ffffff; font-size: 8pt; color: #737373; font-family: Arial;"&gt;(&lt;/SPAN&gt;&lt;STRONG style="background-color: #ffffff; font-size: 8pt; font-family: Arial; color: #008000;"&gt;BEThailand&lt;/STRONG&gt;&lt;SPAN style="background-color: #ffffff; font-size: 8pt; color: #737373; font-family: Arial;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; font-size: 8pt; color: #737373; font-family: Arial;"&gt;HTH&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; font-size: 8pt; color: #737373; font-family: Arial;"&gt;Sushil&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Aug 2013 22:45:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/why-expression-return-null-value/m-p/491055#M183464</guid>
      <dc:creator>sushil353</dc:creator>
      <dc:date>2013-08-13T22:45:49Z</dc:date>
    </item>
    <item>
      <title>Re: why expression return null value</title>
      <link>https://community.qlik.com/t5/QlikView/why-expression-return-null-value/m-p/491056#M183465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sushi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much , you have good understanding on aggr.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Aug 2013 22:56:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/why-expression-return-null-value/m-p/491056#M183465</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2013-08-13T22:56:13Z</dc:date>
    </item>
  </channel>
</rss>

