<?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 Concatenate a number to a string in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Concatenate-a-number-to-a-string/m-p/233017#M84568</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I have a Text object used to display the result of the following equaction:&lt;/P&gt;&lt;P&gt;= if(round(sum(Value)/sum({$&amp;lt;Product_Name=, Account_Name=&amp;gt;} TOTAL Value)*100)&amp;gt;0,round(sum(Value)/sum({$&amp;lt;Product_Name=, Account_Name=&amp;gt;} TOTAL Value)*100),0)&lt;/P&gt;&lt;P&gt;As this calculation displays percentage, I'd like to append it with the percentage sign "%". How can I do it? The following formula didn't work thogh:&lt;/P&gt;&lt;P&gt;= if(round(sum(Value)/sum({$&amp;lt;Product_Name=, Account_Name=&amp;gt;} TOTAL Value)*100)&amp;gt;0,round(sum(Value)/sum({$&amp;lt;Product_Name=, Account_Name=&amp;gt;} TOTAL Value)*100),0) $ '%'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestion is appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Jul 2010 05:24:36 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-07-26T05:24:36Z</dc:date>
    <item>
      <title>Concatenate a number to a string</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-a-number-to-a-string/m-p/233017#M84568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I have a Text object used to display the result of the following equaction:&lt;/P&gt;&lt;P&gt;= if(round(sum(Value)/sum({$&amp;lt;Product_Name=, Account_Name=&amp;gt;} TOTAL Value)*100)&amp;gt;0,round(sum(Value)/sum({$&amp;lt;Product_Name=, Account_Name=&amp;gt;} TOTAL Value)*100),0)&lt;/P&gt;&lt;P&gt;As this calculation displays percentage, I'd like to append it with the percentage sign "%". How can I do it? The following formula didn't work thogh:&lt;/P&gt;&lt;P&gt;= if(round(sum(Value)/sum({$&amp;lt;Product_Name=, Account_Name=&amp;gt;} TOTAL Value)*100)&amp;gt;0,round(sum(Value)/sum({$&amp;lt;Product_Name=, Account_Name=&amp;gt;} TOTAL Value)*100),0) $ '%'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestion is appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jul 2010 05:24:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-a-number-to-a-string/m-p/233017#M84568</guid>
      <dc:creator />
      <dc:date>2010-07-26T05:24:36Z</dc:date>
    </item>
    <item>
      <title>Concatenate a number to a string</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-a-number-to-a-string/m-p/233018#M84569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ahmedb,&lt;/P&gt;&lt;P&gt;Replace '$' with '&amp;amp;' without the quotation marks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Lester&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jul 2010 05:31:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-a-number-to-a-string/m-p/233018#M84569</guid>
      <dc:creator />
      <dc:date>2010-07-26T05:31:49Z</dc:date>
    </item>
    <item>
      <title>Concatenate a number to a string</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-a-number-to-a-string/m-p/233019#M84570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'd recommend formatting the number using function num:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;num( ... , '#,##0.0%')&lt;/P&gt;&lt;P&gt;This way, not only you get the desired %-sign, but also the number will be limited to a required number of decimals and, if needed, show a thousand separator. Keep in mind that you don't need to multiply by 100 - it will be done automatically...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV id="refHTML"&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jul 2010 05:58:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-a-number-to-a-string/m-p/233019#M84570</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2010-07-26T05:58:08Z</dc:date>
    </item>
  </channel>
</rss>

