<?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 in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Expression/m-p/1585084#M456687</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Hello!&lt;/SPAN&gt; &lt;SPAN&gt;What formula can I write to turn a negative number into a "0" and show positive numbers normally?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I need to have the value "0" when negative numbers appear&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 03:27:53 GMT</pubDate>
    <dc:creator>Ksenia_Vo</dc:creator>
    <dc:date>2024-11-16T03:27:53Z</dc:date>
    <item>
      <title>Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Expression/m-p/1585084#M456687</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hello!&lt;/SPAN&gt; &lt;SPAN&gt;What formula can I write to turn a negative number into a "0" and show positive numbers normally?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I need to have the value "0" when negative numbers appear&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 03:27:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression/m-p/1585084#M456687</guid>
      <dc:creator>Ksenia_Vo</dc:creator>
      <dc:date>2024-11-16T03:27:53Z</dc:date>
    </item>
    <item>
      <title>Re: Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Expression/m-p/1585095#M456688</link>
      <description>&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;If([Your Expression]&amp;lt;=0,0,[Your Expression])&lt;/P&gt;</description>
      <pubDate>Mon, 27 May 2019 13:09:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression/m-p/1585095#M456688</guid>
      <dc:creator>Vengatesh</dc:creator>
      <dc:date>2019-05-27T13:09:10Z</dc:date>
    </item>
    <item>
      <title>Re: Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Expression/m-p/1585101#M456689</link>
      <description>&lt;P&gt;I would define in script&lt;/P&gt;&lt;P&gt;load *,&lt;BR /&gt;if (expression &amp;lt; 0, 0 expression) as newexpression&lt;BR /&gt;from/resident ....&lt;BR /&gt;&amp;nbsp;and then work with the newexpression and you keep the origin field&lt;/P&gt;</description>
      <pubDate>Mon, 27 May 2019 13:14:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression/m-p/1585101#M456689</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-05-27T13:14:57Z</dc:date>
    </item>
  </channel>
</rss>

