<?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: Adding % symbol after calculated value in expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Adding-symbol-after-calculated-value-in-expression/m-p/599516#M1119145</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So where are you doing this formatting? You should be able to use something like this in an expression:&lt;/P&gt;&lt;P&gt;If ([field]= 123, num([field], '##%'), num([field], '##'))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Feb 2014 10:16:25 GMT</pubDate>
    <dc:creator>juleshartley</dc:creator>
    <dc:date>2014-02-03T10:16:25Z</dc:date>
    <item>
      <title>Adding % symbol after calculated value in expression</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-symbol-after-calculated-value-in-expression/m-p/599512#M1119141</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;We have calculated value by using one IF expression lets say the valu is xyz and we just need to add '%'&lt;BR /&gt; symbol after that value like xyz% but when we try to use &amp;amp;'%' in then statement of IF condition it doesnt work. Kindly suggest alternatives.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Feb 2014 10:02:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-symbol-after-calculated-value-in-expression/m-p/599512#M1119141</guid>
      <dc:creator />
      <dc:date>2014-02-03T10:02:05Z</dc:date>
    </item>
    <item>
      <title>Re: Adding % symbol after calculated value in expression</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-symbol-after-calculated-value-in-expression/m-p/599513#M1119142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Are these numeric values? If so then you may need to convert to text in order to add % to some of them. Try this:&lt;/P&gt;&lt;P&gt;text(xyz) &amp;amp; '%'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Feb 2014 10:11:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-symbol-after-calculated-value-in-expression/m-p/599513#M1119142</guid>
      <dc:creator>juleshartley</dc:creator>
      <dc:date>2014-02-03T10:11:01Z</dc:date>
    </item>
    <item>
      <title>Re: Adding % symbol after calculated value in expression</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-symbol-after-calculated-value-in-expression/m-p/599514#M1119143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PS: If they are numeric fields, then I'd always recommend handling the formatting in the front end and retaining the data as a decimal...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Feb 2014 10:11:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-symbol-after-calculated-value-in-expression/m-p/599514#M1119143</guid>
      <dc:creator>juleshartley</dc:creator>
      <dc:date>2014-02-03T10:11:48Z</dc:date>
    </item>
    <item>
      <title>Re: Adding % symbol after calculated value in expression</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-symbol-after-calculated-value-in-expression/m-p/599515#M1119144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes value is numeric&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Feb 2014 10:11:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-symbol-after-calculated-value-in-expression/m-p/599515#M1119144</guid>
      <dc:creator />
      <dc:date>2014-02-03T10:11:51Z</dc:date>
    </item>
    <item>
      <title>Re: Adding % symbol after calculated value in expression</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-symbol-after-calculated-value-in-expression/m-p/599516#M1119145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So where are you doing this formatting? You should be able to use something like this in an expression:&lt;/P&gt;&lt;P&gt;If ([field]= 123, num([field], '##%'), num([field], '##'))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Feb 2014 10:16:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-symbol-after-calculated-value-in-expression/m-p/599516#M1119145</guid>
      <dc:creator>juleshartley</dc:creator>
      <dc:date>2014-02-03T10:16:25Z</dc:date>
    </item>
    <item>
      <title>Re: Adding % symbol after calculated value in expression</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-symbol-after-calculated-value-in-expression/m-p/599517#M1119146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry but its not working, If I append this before the value its working, like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if ([field] = 123, '%'&amp;amp;(sum(amount)*100) , '')-- its working&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but&lt;/P&gt;&lt;P&gt;if ([field] = 123, (sum(amount)*100) &amp;amp;'%', '') -- this is not working&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Feb 2014 10:40:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-symbol-after-calculated-value-in-expression/m-p/599517#M1119146</guid>
      <dc:creator />
      <dc:date>2014-02-03T10:40:28Z</dc:date>
    </item>
    <item>
      <title>Re: Adding % symbol after calculated value in expression</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-symbol-after-calculated-value-in-expression/m-p/599518#M1119147</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: 12.727272033691406px;"&gt;Try this ...&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: 12.727272033691406px;"&gt;IF(field = 123, SUM(amount)*100) &amp;amp; '%'&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Feb 2014 10:42:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-symbol-after-calculated-value-in-expression/m-p/599518#M1119147</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-02-03T10:42:15Z</dc:date>
    </item>
    <item>
      <title>Re: Adding % symbol after calculated value in expression</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-symbol-after-calculated-value-in-expression/m-p/599519#M1119148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No I cant use this as I ma using big nested if &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Feb 2014 10:45:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-symbol-after-calculated-value-in-expression/m-p/599519#M1119148</guid>
      <dc:creator />
      <dc:date>2014-02-03T10:45:01Z</dc:date>
    </item>
    <item>
      <title>Re: Adding % symbol after calculated value in expression</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-symbol-after-calculated-value-in-expression/m-p/599520#M1119149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Remove *100 from expression and use below...&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;NUM(&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Your Big Expression i.e. Nested If&lt;/P&gt;&lt;P&gt;,'#,##0%')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Feb 2014 10:52:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-symbol-after-calculated-value-in-expression/m-p/599520#M1119149</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-02-03T10:52:47Z</dc:date>
    </item>
    <item>
      <title>Re: Adding % symbol after calculated value in expression</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-symbol-after-calculated-value-in-expression/m-p/599521#M1119150</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;Formating it's only a view. It keeps numbers in memory as they are, but it represent them with a format.&lt;/P&gt;&lt;P&gt;The best thing to do about it is to copy formats from the tab Number in objects or in document properties.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="formats.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/52485_formats.jpg" style="width: 620px; height: 57px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;luck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Feb 2014 10:54:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-symbol-after-calculated-value-in-expression/m-p/599521#M1119150</guid>
      <dc:creator>christian77</dc:creator>
      <dc:date>2014-02-03T10:54:51Z</dc:date>
    </item>
  </channel>
</rss>

