<?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 statement in text object properties in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/if-statement-in-text-object-properties/m-p/26463#M787483</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dears&lt;/P&gt;&lt;P&gt;I want to show usage amount in text object and it contains if statement too, but when I run below ode , it just show &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;a plain dash(-) like below :&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;IF(PRICE='0',NUM(sum(USAGE_VOICE_H)/sum(VOICE),'#.0%'))&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.JPG" class="jive-image image-1" height="98" src="https://community.qlik.com/legacyfs/online/194859_1.JPG" style="height: 97.7778px; width: 110px;" width="110" /&gt;&lt;/P&gt;&lt;P&gt;I read lots of samples about this issue and changed my query to below one, but now the amount is wrong, it should be 7.3%.&lt;/P&gt;&lt;P&gt;would you please help me?&lt;/P&gt;&lt;P&gt;=sum(IF(PRICE='0',num((USAGE_VOICE_H)/(VOICE)),'#.0%'))&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2.JPG" class="jive-image image-2" height="99" src="https://community.qlik.com/legacyfs/online/194860_2.JPG" style="height: 99.0683px; width: 110px;" width="110" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>nazaninslp</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>if statement in text object properties</title>
      <link>https://community.qlik.com/t5/QlikView/if-statement-in-text-object-properties/m-p/26463#M787483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dears&lt;/P&gt;&lt;P&gt;I want to show usage amount in text object and it contains if statement too, but when I run below ode , it just show &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;a plain dash(-) like below :&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;IF(PRICE='0',NUM(sum(USAGE_VOICE_H)/sum(VOICE),'#.0%'))&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.JPG" class="jive-image image-1" height="98" src="https://community.qlik.com/legacyfs/online/194859_1.JPG" style="height: 97.7778px; width: 110px;" width="110" /&gt;&lt;/P&gt;&lt;P&gt;I read lots of samples about this issue and changed my query to below one, but now the amount is wrong, it should be 7.3%.&lt;/P&gt;&lt;P&gt;would you please help me?&lt;/P&gt;&lt;P&gt;=sum(IF(PRICE='0',num((USAGE_VOICE_H)/(VOICE)),'#.0%'))&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2.JPG" class="jive-image image-2" height="99" src="https://community.qlik.com/legacyfs/online/194860_2.JPG" style="height: 99.0683px; width: 110px;" width="110" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/if-statement-in-text-object-properties/m-p/26463#M787483</guid>
      <dc:creator>nazaninslp</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: if statement in text object properties</title>
      <link>https://community.qlik.com/t5/QlikView/if-statement-in-text-object-properties/m-p/26464#M787484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Num(Sum({&amp;lt;PRICE = {'0'}&amp;gt;} USAGE_VOICE_H)/Sum({&amp;lt;PRICE = {'0'}&amp;gt;}VOICE), '#.0%')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Feb 2018 17:39:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/if-statement-in-text-object-properties/m-p/26464#M787484</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-02-28T17:39:15Z</dc:date>
    </item>
    <item>
      <title>Re: if statement in text object properties</title>
      <link>https://community.qlik.com/t5/QlikView/if-statement-in-text-object-properties/m-p/26465#M787485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you soooooooooo much&lt;/P&gt;&lt;P&gt;it is working fine now !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Mar 2018 13:39:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/if-statement-in-text-object-properties/m-p/26465#M787485</guid>
      <dc:creator>nazaninslp</dc:creator>
      <dc:date>2018-03-02T13:39:29Z</dc:date>
    </item>
  </channel>
</rss>

