<?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: Concatenate number with text for display in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Concatenate-number-with-text-for-display/m-p/1318258#M28375</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you may simple use the formatting in Document -&amp;gt; Properties -&amp;gt; Number&lt;/P&gt;&lt;P&gt;edit: similar in Chart-Properties&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Else use NUM(MyNumber, '#0.00%')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 May 2017 13:10:58 GMT</pubDate>
    <dc:creator>prieper</dc:creator>
    <dc:date>2017-05-10T13:10:58Z</dc:date>
    <item>
      <title>Concatenate number with text for display</title>
      <link>https://community.qlik.com/t5/App-Development/Concatenate-number-with-text-for-display/m-p/1318257#M28374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to show a number as a % value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the database it is held (or calculated) as number between 0 and 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I use the expression: 'X'&amp;amp;100*Avg(A_CON_DS_P_STAR)&amp;amp;'%'&lt;/P&gt;&lt;P&gt;I get the right thing (eg. 29%) just with an X at the start. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I replace the expression with: 100*Avg(A_CON_DS_P_STAR)&amp;amp;'%'&lt;/P&gt;&lt;P&gt;I get the number 0.29&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;????&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want the first one without the X at the start!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 May 2017 13:07:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Concatenate-number-with-text-for-display/m-p/1318257#M28374</guid>
      <dc:creator />
      <dc:date>2017-05-10T13:07:12Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate number with text for display</title>
      <link>https://community.qlik.com/t5/App-Development/Concatenate-number-with-text-for-display/m-p/1318258#M28375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you may simple use the formatting in Document -&amp;gt; Properties -&amp;gt; Number&lt;/P&gt;&lt;P&gt;edit: similar in Chart-Properties&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Else use NUM(MyNumber, '#0.00%')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 May 2017 13:10:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Concatenate-number-with-text-for-display/m-p/1318258#M28375</guid>
      <dc:creator>prieper</dc:creator>
      <dc:date>2017-05-10T13:10:58Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate number with text for display</title>
      <link>https://community.qlik.com/t5/App-Development/Concatenate-number-with-text-for-display/m-p/1318259#M28376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can also try this&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&gt;Text(100*Avg(A_CON_DS_P_STAR)&amp;amp;'%')&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Num(&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;Avg(A_CON_DS_P_STAR), '#%')&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 May 2017 13:58:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Concatenate-number-with-text-for-display/m-p/1318259#M28376</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-05-10T13:58:56Z</dc:date>
    </item>
  </channel>
</rss>

