<?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: £ symbol in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/symbol/m-p/532349#M1138536</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Chris.&lt;/P&gt;&lt;P&gt;I notice that you have posted the same question in the App Development forum.&lt;/P&gt;&lt;P&gt;If you have a correct answer would you be able to mark it as so to close the discussion, please ? If you have not got a satisfactory answer, I recommend closing one of the questions anyway otherwise you might get inundated with duplicated suggestions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks,&lt;/P&gt;&lt;P&gt;Neil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Oct 2013 10:29:49 GMT</pubDate>
    <dc:creator>ngulliver</dc:creator>
    <dc:date>2013-10-09T10:29:49Z</dc:date>
    <item>
      <title>£ symbol</title>
      <link>https://community.qlik.com/t5/QlikView/symbol/m-p/532346#M1138530</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;Can anyone advise on amends needed to script to show closing tenant arrears with the £ symbol? At the minute only the figure appears, e.g 1011&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Address]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &amp;amp;'&amp;lt;br /&amp;gt;'&amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Closing Tenant Arrears] &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;Cheers&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;Chris&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Oct 2013 09:05:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/symbol/m-p/532346#M1138530</guid>
      <dc:creator />
      <dc:date>2013-10-09T09:05:24Z</dc:date>
    </item>
    <item>
      <title>Re: £ symbol</title>
      <link>https://community.qlik.com/t5/QlikView/symbol/m-p/532347#M1138532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can get the pound sign on windows computers using ALT + 0 1 6 3&lt;/P&gt;&lt;P&gt;(press ALT key and then on number pad only the four keys 0 1 6 3, while keeping the ALT key pressed).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or try copying the character to your script / expression dialog:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let varPound = '£';&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Oct 2013 09:26:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/symbol/m-p/532347#M1138532</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2013-10-09T09:26:40Z</dc:date>
    </item>
    <item>
      <title>Re: £ symbol</title>
      <link>https://community.qlik.com/t5/QlikView/symbol/m-p/532348#M1138534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Chris.&lt;/P&gt;&lt;P&gt;Are you referring to simply adding a £ sign in&lt;/P&gt;&lt;P&gt;i.e. &lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;[Address]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; &amp;amp;'&amp;lt;br /&amp;gt;' &amp;amp; '£' &amp;amp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;[Closing Tenant Arrears]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;or creating a new field containing the value&lt;/P&gt;&lt;P&gt;i.e . &lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; '£' &amp;amp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;[Closing Tenant Arrears] as [Prefixed Closing Tenant Arrears]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;or are you looking to display a £ sign in charts and tables, in which case you can go to the Number tab in your chart, choose Money format and suffix a £ to how the figure is displayed ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Neil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Oct 2013 09:29:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/symbol/m-p/532348#M1138534</guid>
      <dc:creator>ngulliver</dc:creator>
      <dc:date>2013-10-09T09:29:38Z</dc:date>
    </item>
    <item>
      <title>Re: £ symbol</title>
      <link>https://community.qlik.com/t5/QlikView/symbol/m-p/532349#M1138536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Chris.&lt;/P&gt;&lt;P&gt;I notice that you have posted the same question in the App Development forum.&lt;/P&gt;&lt;P&gt;If you have a correct answer would you be able to mark it as so to close the discussion, please ? If you have not got a satisfactory answer, I recommend closing one of the questions anyway otherwise you might get inundated with duplicated suggestions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks,&lt;/P&gt;&lt;P&gt;Neil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Oct 2013 10:29:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/symbol/m-p/532349#M1138536</guid>
      <dc:creator>ngulliver</dc:creator>
      <dc:date>2013-10-09T10:29:49Z</dc:date>
    </item>
  </channel>
</rss>

