<?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 is not working in straight table? please help in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/expression-is-not-working-in-straight-table-please-help/m-p/833854#M998676</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. I found the problem. I have added in script in link table as below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'' as Amount&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believe that caused the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now I removed it and can able to see values in column.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Jun 2015 11:26:26 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-06-17T11:26:26Z</dc:date>
    <item>
      <title>expression is not working in straight table? please help</title>
      <link>https://community.qlik.com/t5/QlikView/expression-is-not-working-in-straight-table-please-help/m-p/833848#M998670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I have below expression in straight table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;expression 1=IF(ISNULL(Amount)=0,Amount,Amount) --- not working&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when I used this the data is not showing in columns. when I used Amount in list box it is showing blanks at the top.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used the expression 2 with different column name as below which is working fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;expression 1=IF(ISNULL(SalesAmount)=0,SalesAmount,SalesAmount)&amp;nbsp;&amp;nbsp; --- working fine&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Only expression 1 is not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please can anyone suggest me is there any wrong in expression 1?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2015 15:32:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expression-is-not-working-in-straight-table-please-help/m-p/833848#M998670</guid>
      <dc:creator />
      <dc:date>2015-06-16T15:32:34Z</dc:date>
    </item>
    <item>
      <title>Re: expression is not working in straight table? please help</title>
      <link>https://community.qlik.com/t5/QlikView/expression-is-not-working-in-straight-table-please-help/m-p/833849#M998671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;An expression should be conctructed using aggregations functions like sum() etc. &lt;/P&gt;&lt;P&gt;If you don't do that, your expressions return NULL when there is not a single, unambiguous result.&lt;/P&gt;&lt;P&gt;In your expression, if field Amount has more than one possible values in the context of current selections and dimensions, you won't get a result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And why are your THEN and ELSE branch identical?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2015 15:42:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expression-is-not-working-in-straight-table-please-help/m-p/833849#M998671</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-06-16T15:42:53Z</dc:date>
    </item>
    <item>
      <title>Re: expression is not working in straight table? please help</title>
      <link>https://community.qlik.com/t5/QlikView/expression-is-not-working-in-straight-table-please-help/m-p/833850#M998672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have tried below not working&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum(Amount)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help me how to change the above expression?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2015 10:50:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expression-is-not-working-in-straight-table-please-help/m-p/833850#M998672</guid>
      <dc:creator />
      <dc:date>2015-06-17T10:50:03Z</dc:date>
    </item>
    <item>
      <title>Re: expression is not working in straight table? please help</title>
      <link>https://community.qlik.com/t5/QlikView/expression-is-not-working-in-straight-table-please-help/m-p/833851#M998673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What do you mean 'not working'?&lt;/P&gt;&lt;P&gt;No result ('-'), zero or wrong result (based on what definition of wrong)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you checked that your values in field Amount are numbers, not text values?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2015 10:52:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expression-is-not-working-in-straight-table-please-help/m-p/833851#M998673</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-06-17T10:52:34Z</dc:date>
    </item>
    <item>
      <title>Re: expression is not working in straight table? please help</title>
      <link>https://community.qlik.com/t5/QlikView/expression-is-not-working-in-straight-table-please-help/m-p/833852#M998674</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;Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum(If(len(trim(Amount))=0 or isnull(Amount),Amount,Amount))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2015 11:17:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expression-is-not-working-in-straight-table-please-help/m-p/833852#M998674</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2015-06-17T11:17:23Z</dc:date>
    </item>
    <item>
      <title>Re: expression is not working in straight table? please help</title>
      <link>https://community.qlik.com/t5/QlikView/expression-is-not-working-in-straight-table-please-help/m-p/833853#M998675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;ISNULL returns TRUE or FALSE. Instead of that you can use NULLCOUNT().&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2015 11:24:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expression-is-not-working-in-straight-table-please-help/m-p/833853#M998675</guid>
      <dc:creator>hariprasadqv</dc:creator>
      <dc:date>2015-06-17T11:24:20Z</dc:date>
    </item>
    <item>
      <title>Re: expression is not working in straight table? please help</title>
      <link>https://community.qlik.com/t5/QlikView/expression-is-not-working-in-straight-table-please-help/m-p/833854#M998676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. I found the problem. I have added in script in link table as below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'' as Amount&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believe that caused the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now I removed it and can able to see values in column.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2015 11:26:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expression-is-not-working-in-straight-table-please-help/m-p/833854#M998676</guid>
      <dc:creator />
      <dc:date>2015-06-17T11:26:26Z</dc:date>
    </item>
    <item>
      <title>Re: expression is not working in straight table? please help</title>
      <link>https://community.qlik.com/t5/QlikView/expression-is-not-working-in-straight-table-please-help/m-p/833855#M998677</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>Wed, 17 Jun 2015 11:26:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expression-is-not-working-in-straight-table-please-help/m-p/833855#M998677</guid>
      <dc:creator />
      <dc:date>2015-06-17T11:26:43Z</dc:date>
    </item>
    <item>
      <title>Re: expression is not working in straight table? please help</title>
      <link>https://community.qlik.com/t5/QlikView/expression-is-not-working-in-straight-table-please-help/m-p/833856#M998678</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>Wed, 17 Jun 2015 11:26:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expression-is-not-working-in-straight-table-please-help/m-p/833856#M998678</guid>
      <dc:creator />
      <dc:date>2015-06-17T11:26:49Z</dc:date>
    </item>
  </channel>
</rss>

