<?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: Help with Text String to display % and two decimal places in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Help-with-Text-String-to-display-and-two-decimal-places/m-p/963218#M330397</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;='Growth%:&amp;nbsp; ' &amp;amp; num(Sum(Sales14)/Sum(Sales13)-1, '#.##0,00%')&lt;/P&gt;&lt;P&gt;maybe you have to change .,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- when you have an expression &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Sum(Sales14)/Sum(Sales13)-1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;and want to format (in a textbox)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;- add &lt;STRONG&gt;num&lt;/STRONG&gt; to your expression for formatting &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;num&lt;/STRONG&gt;(expression, 'format')&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;and choose the format in number tab (chart or listbox)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;num(expression, '#.##0,00%')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/96563_1.png" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Aug 2015 12:46:28 GMT</pubDate>
    <dc:creator>maxgro</dc:creator>
    <dc:date>2015-08-20T12:46:28Z</dc:date>
    <item>
      <title>Help with Text String to display % and two decimal places</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Text-String-to-display-and-two-decimal-places/m-p/963216#M330395</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;Please assist with Text String. I need this text object to display value as % with only 2 decimal places.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;='Growth%:&amp;nbsp; ' &amp;amp; (100*(Sum(Sales14)/Sum(Sales13)-1))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone assist?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Aug 2015 11:21:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Text-String-to-display-and-two-decimal-places/m-p/963216#M330395</guid>
      <dc:creator />
      <dc:date>2015-08-20T11:21:14Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Text String to display % and two decimal places</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Text-String-to-display-and-two-decimal-places/m-p/963217#M330396</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;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; text-decoration: line-through;"&gt;&lt;STRONG&gt;='Growth%:&amp;nbsp; ' &amp;amp; Num(Sum(Sales14)/(Sum(Sales13)-1)*100, '#.00%')&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG style="text-decoration: line-through;"&gt;='Growth%:&amp;nbsp; ' &amp;amp; Num((Sum(Sales14)/Sum(Sales13)-1)*100, '#.00%')&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;&lt;STRONG style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;='Growth%:&amp;nbsp; ' &amp;amp; Num((Sum(Sales14)/Sum(Sales13)-1), '#.00%')&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Aug 2015 12:14:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Text-String-to-display-and-two-decimal-places/m-p/963217#M330396</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-08-20T12:14:20Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Text String to display % and two decimal places</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Text-String-to-display-and-two-decimal-places/m-p/963218#M330397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;='Growth%:&amp;nbsp; ' &amp;amp; num(Sum(Sales14)/Sum(Sales13)-1, '#.##0,00%')&lt;/P&gt;&lt;P&gt;maybe you have to change .,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- when you have an expression &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Sum(Sales14)/Sum(Sales13)-1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;and want to format (in a textbox)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;- add &lt;STRONG&gt;num&lt;/STRONG&gt; to your expression for formatting &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;num&lt;/STRONG&gt;(expression, 'format')&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;and choose the format in number tab (chart or listbox)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;num(expression, '#.##0,00%')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/96563_1.png" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Aug 2015 12:46:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Text-String-to-display-and-two-decimal-places/m-p/963218#M330397</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-08-20T12:46:28Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Text String to display % and two decimal places</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Text-String-to-display-and-two-decimal-places/m-p/963219#M330398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;='Growth%:&amp;nbsp; ' &amp;amp;&amp;nbsp; num(Sum(Sales14)/Sum(Sales13)-1) , '#.##%') &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Aug 2015 13:05:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Text-String-to-display-and-two-decimal-places/m-p/963219#M330398</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2015-08-20T13:05:05Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Text String to display % and two decimal places</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Text-String-to-display-and-two-decimal-places/m-p/963220#M330399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Please use this:&lt;/P&gt;&lt;P&gt;='Growth%:&amp;nbsp; ' &amp;amp; Num((100*(Sum(Sales14)/Sum(Sales13)-1)),'###,##.00')&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/96562_Capture.JPG" style="height: 317px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Aug 2015 13:53:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Text-String-to-display-and-two-decimal-places/m-p/963220#M330399</guid>
      <dc:creator>qlikviewwizard</dc:creator>
      <dc:date>2015-08-20T13:53:53Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Text String to display % and two decimal places</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Text-String-to-display-and-two-decimal-places/m-p/963221#M330400</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sunny, very helpful. I also dropped the *100 after getting the Expression OK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate the help and this forums will go a long way to upping my skills.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks all&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Aug 2015 06:32:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Text-String-to-display-and-two-decimal-places/m-p/963221#M330400</guid>
      <dc:creator />
      <dc:date>2015-08-21T06:32:10Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Text String to display % and two decimal places</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Text-String-to-display-and-two-decimal-places/m-p/963222#M330401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Hie..&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;='Growth%:&amp;nbsp; ' &amp;amp;&amp;nbsp; num(Sum(Sales14)/Sum(Sales13)-1) , '#.#0%')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;or &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;do it from&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Properties-&amp;gt; Number tab-&amp;gt;Fixed to(How much digit you want) and check the Show in percentage checkbox...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Hope this will helps you..!!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Mohammad&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Aug 2015 06:44:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Text-String-to-display-and-two-decimal-places/m-p/963222#M330401</guid>
      <dc:creator>mohammadkhatimi</dc:creator>
      <dc:date>2015-08-21T06:44:38Z</dc:date>
    </item>
  </channel>
</rss>

