<?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: Calculations using Text box in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Calculations-using-Text-box/m-p/481960#M1124048</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;You should put it like this in the text-field : &lt;/P&gt;&lt;P&gt;=Num(&lt;EM&gt;[SKU Length]/[SKU Height]&lt;/EM&gt;,0) &amp;amp; ' %'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where &lt;EM&gt;[SKU Length] / [SKU Height]&lt;/EM&gt; is your calculated field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you put it like this :&lt;/P&gt;&lt;P&gt;=Num(&lt;EM&gt;[SKU Length]/[SKU Height]&lt;/EM&gt;,0.00) &amp;amp; ' %'&lt;/P&gt;&lt;P&gt;you get 2 digits after the decimal sign.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Jan 2014 11:57:02 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-01-08T11:57:02Z</dc:date>
    <item>
      <title>Calculations using Text box</title>
      <link>https://community.qlik.com/t5/QlikView/Calculations-using-Text-box/m-p/481957#M1124045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;I was trying to show the percentage difference via text box. But it appears like 24.657345. How can I Make it a whole number in Text box&amp;nbsp; or should I use some other object for the same&lt;/P&gt;&lt;P&gt;and How should I add % sign after my whole number?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance !!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anjana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2014 11:42:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculations-using-Text-box/m-p/481957#M1124045</guid>
      <dc:creator />
      <dc:date>2014-01-08T11:42:55Z</dc:date>
    </item>
    <item>
      <title>Re: Calculations using Text box</title>
      <link>https://community.qlik.com/t5/QlikView/Calculations-using-Text-box/m-p/481958#M1124046</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;=num(yourexpression,'##.##%')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for eg:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=num(Avg(sales),'##.##%')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2014 11:54:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculations-using-Text-box/m-p/481958#M1124046</guid>
      <dc:creator />
      <dc:date>2014-01-08T11:54:29Z</dc:date>
    </item>
    <item>
      <title>Re: Calculations using Text box</title>
      <link>https://community.qlik.com/t5/QlikView/Calculations-using-Text-box/m-p/481959#M1124047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try&lt;/P&gt;&lt;P&gt;=num(24.657345 / 100, '0%')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2014 11:55:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculations-using-Text-box/m-p/481959#M1124047</guid>
      <dc:creator>danieloberbilli</dc:creator>
      <dc:date>2014-01-08T11:55:48Z</dc:date>
    </item>
    <item>
      <title>Re: Calculations using Text box</title>
      <link>https://community.qlik.com/t5/QlikView/Calculations-using-Text-box/m-p/481960#M1124048</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;You should put it like this in the text-field : &lt;/P&gt;&lt;P&gt;=Num(&lt;EM&gt;[SKU Length]/[SKU Height]&lt;/EM&gt;,0) &amp;amp; ' %'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where &lt;EM&gt;[SKU Length] / [SKU Height]&lt;/EM&gt; is your calculated field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you put it like this :&lt;/P&gt;&lt;P&gt;=Num(&lt;EM&gt;[SKU Length]/[SKU Height]&lt;/EM&gt;,0.00) &amp;amp; ' %'&lt;/P&gt;&lt;P&gt;you get 2 digits after the decimal sign.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2014 11:57:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculations-using-Text-box/m-p/481960#M1124048</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-01-08T11:57:02Z</dc:date>
    </item>
    <item>
      <title>Re: Calculations using Text box</title>
      <link>https://community.qlik.com/t5/QlikView/Calculations-using-Text-box/m-p/481961#M1124049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=num(Expression,'#,##0.00%')&amp;nbsp; this will give you 2 decimal..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Expression output is already a percentage value the you have to concatenate %&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=num(Expression,'#,##0.00') &amp;amp;'%' this will give you 2 decimal..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2014 11:57:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculations-using-Text-box/m-p/481961#M1124049</guid>
      <dc:creator />
      <dc:date>2014-01-08T11:57:03Z</dc:date>
    </item>
    <item>
      <title>Re: Calculations using Text box</title>
      <link>https://community.qlik.com/t5/QlikView/Calculations-using-Text-box/m-p/481962#M1124050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anjana&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this in you Text Object&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Round(&lt;STRONG&gt;&amp;lt;Your Difference Expression&amp;gt;&lt;/STRONG&gt;) &amp;amp;'%'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eg.&amp;nbsp; =Round(12.3456-7.2568) &amp;amp;'%'&amp;nbsp; =&amp;nbsp; 5%&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this Helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Manideep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2014 12:03:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculations-using-Text-box/m-p/481962#M1124050</guid>
      <dc:creator>manideep78</dc:creator>
      <dc:date>2014-01-08T12:03:47Z</dc:date>
    </item>
    <item>
      <title>Re: Calculations using Text box</title>
      <link>https://community.qlik.com/t5/QlikView/Calculations-using-Text-box/m-p/481963#M1124051</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;Just forgot to mention, this way of listing things is possible in all text-fields. I use it a lot in the titles of a table or chart. The great advantage of this is that the user can leave the table minimized and still see the endresult and don't have to open the whole table (sometimes slow) to see the same percentage (or total).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An other small tip,&amp;nbsp; with&amp;nbsp; &lt;STRONG&gt;chr(10)&lt;/STRONG&gt; you can force a line feed. So with&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;='Length : ' &amp;amp; [SKU Length] &amp;amp; &lt;STRONG&gt;chr(10)&lt;/STRONG&gt; &amp;amp; 'Height : ' &amp;amp; [SKU &lt;EM&gt;Height&lt;/EM&gt;]&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you get 2 lines like this :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Length : 4.235 &lt;/P&gt;&lt;P&gt;Height : 1.125 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the credit&amp;nbsp; &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2014 13:57:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculations-using-Text-box/m-p/481963#M1124051</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-01-08T13:57:17Z</dc:date>
    </item>
  </channel>
</rss>

