<?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 if function in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/if-function/m-p/2071385#M87881</link>
    <description>&lt;P&gt;In the if function, how can I condition that if there is a minus in a certain table then a minus will be displayed in another table. I am attaching a code I wrote but it does not give a good result. If(TotalPriceBeforVat &amp;lt; '0', Quantity = '-*' , Quantity) as CorrectedQuantity.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thenks&lt;/P&gt;</description>
    <pubDate>Mon, 15 May 2023 13:44:54 GMT</pubDate>
    <dc:creator>somthingmendi123</dc:creator>
    <dc:date>2023-05-15T13:44:54Z</dc:date>
    <item>
      <title>if function</title>
      <link>https://community.qlik.com/t5/App-Development/if-function/m-p/2071385#M87881</link>
      <description>&lt;P&gt;In the if function, how can I condition that if there is a minus in a certain table then a minus will be displayed in another table. I am attaching a code I wrote but it does not give a good result. If(TotalPriceBeforVat &amp;lt; '0', Quantity = '-*' , Quantity) as CorrectedQuantity.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thenks&lt;/P&gt;</description>
      <pubDate>Mon, 15 May 2023 13:44:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/if-function/m-p/2071385#M87881</guid>
      <dc:creator>somthingmendi123</dc:creator>
      <dc:date>2023-05-15T13:44:54Z</dc:date>
    </item>
    <item>
      <title>Re: if function</title>
      <link>https://community.qlik.com/t5/App-Development/if-function/m-p/2071414#M87885</link>
      <description>&lt;P&gt;Try this may be&lt;/P&gt;
&lt;P&gt;IF(TotalPriceBeforVat &amp;lt; 0, '-' &amp;amp; Quantity, Quantity) AS CorrectedQuantity&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 May 2023 14:40:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/if-function/m-p/2071414#M87885</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2023-05-15T14:40:11Z</dc:date>
    </item>
    <item>
      <title>Re: if function</title>
      <link>https://community.qlik.com/t5/App-Development/if-function/m-p/2071417#M87886</link>
      <description>&lt;P&gt;Thanks&lt;BR /&gt;It works&lt;/P&gt;</description>
      <pubDate>Mon, 15 May 2023 14:45:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/if-function/m-p/2071417#M87886</guid>
      <dc:creator>somthingmendi123</dc:creator>
      <dc:date>2023-05-15T14:45:41Z</dc:date>
    </item>
  </channel>
</rss>

