<?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: How to convert values from &amp;quot;£#m&amp;quot; to &amp;quot;£#,###,###&amp;quot;  &amp; &amp;quot;£##k&amp;quot; to &amp;quot;£##,###&amp;quot; in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-convert-values-from-quot-m-quot-to-quot-quot-quot-k-quot/m-p/1292846#M848882</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much for your swift &lt;SPAN style="font-size: 10pt;"&gt;response, this worked a treat !!!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Mar 2017 21:56:54 GMT</pubDate>
    <dc:creator />
    <dc:date>2017-03-15T21:56:54Z</dc:date>
    <item>
      <title>How to convert values from "£#m" to "£#,###,###"  &amp; "£##k" to "£##,###"</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-convert-values-from-quot-m-quot-to-quot-quot-quot-k-quot/m-p/1292844#M848880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Community.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am working with some data at the moment which has 'TransferFee' values stored as £5.50m, £45k, £560k, £55.69m, £2m etc, and I'd like to understand the process of how to convert these values into Standard numbers e.g £5.50m to £5,500,000, £40k to £40,000.. As the data is currently stored in a text format (as it contains M's and K's), I'm unsure of what to do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I imagine that I need to manipulate the data in the script during the loading phase ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help will be appreciated&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Liam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-convert-values-from-quot-m-quot-to-quot-quot-quot-k-quot/m-p/1292844#M848880</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert values from "£#m" to "£#,###,###"  &amp; "£##k" to "£##,###"</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-convert-values-from-quot-m-quot-to-quot-quot-quot-k-quot/m-p/1292845#M848881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if(right(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;TransferFee&lt;/SPAN&gt;,1) = 'm', purgechar(TranferFee,'&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;£&lt;/SPAN&gt;m')*1000000,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(right(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;TransferFee&lt;/SPAN&gt;,1) = 'k', purgechar(TranferFee,'&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;£&lt;/SPAN&gt;m')*1000)) as TransferAmt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should result in the correct value without any currency symbol included.&lt;/P&gt;&lt;P&gt;You may need to wrap in num().&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Mar 2017 16:49:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-convert-values-from-quot-m-quot-to-quot-quot-quot-k-quot/m-p/1292845#M848881</guid>
      <dc:creator>m_woolf</dc:creator>
      <dc:date>2017-03-15T16:49:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert values from "£#m" to "£#,###,###"  &amp; "£##k" to "£##,###"</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-convert-values-from-quot-m-quot-to-quot-quot-quot-k-quot/m-p/1292846#M848882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much for your swift &lt;SPAN style="font-size: 10pt;"&gt;response, this worked a treat !!!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Mar 2017 21:56:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-convert-values-from-quot-m-quot-to-quot-quot-quot-k-quot/m-p/1292846#M848882</guid>
      <dc:creator />
      <dc:date>2017-03-15T21:56:54Z</dc:date>
    </item>
  </channel>
</rss>

