<?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 Spell Number in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Spell-Number/m-p/373755#M576044</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Depending upon where your data is coming from?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The excellent ASAP Utilities addin for Excel has this function built into it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 Apr 2012 10:23:28 GMT</pubDate>
    <dc:creator>haymarketpaul</dc:creator>
    <dc:date>2012-04-30T10:23:28Z</dc:date>
    <item>
      <title>Spell Number</title>
      <link>https://community.qlik.com/t5/QlikView/Spell-Number/m-p/373754#M576043</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;&lt;/P&gt;&lt;P&gt;Let say I have number $110.00 then I need to spell it into &amp;lt;One Hundred Ten US Dollars and Zero Cents&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I achive this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sokkorn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Apr 2012 09:15:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Spell-Number/m-p/373754#M576043</guid>
      <dc:creator>Sokkorn</dc:creator>
      <dc:date>2012-04-30T09:15:32Z</dc:date>
    </item>
    <item>
      <title>Spell Number</title>
      <link>https://community.qlik.com/t5/QlikView/Spell-Number/m-p/373755#M576044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Depending upon where your data is coming from?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The excellent ASAP Utilities addin for Excel has this function built into it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Apr 2012 10:23:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Spell-Number/m-p/373755#M576044</guid>
      <dc:creator>haymarketpaul</dc:creator>
      <dc:date>2012-04-30T10:23:28Z</dc:date>
    </item>
    <item>
      <title>Spell Number</title>
      <link>https://community.qlik.com/t5/QlikView/Spell-Number/m-p/373756#M576045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To do this within QV itself, to get you started, take this script from here ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.ozgrid.com/VBA/ValueToWords.htm"&gt;http://www.ozgrid.com/VBA/ValueToWords.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;... and paste it into the module.&amp;nbsp; You may need to tidy it up a bit to get the module to recognise it (some blank lines need removing) and also some datatype assignments (As String commands).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set up a test routine like this ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sub SpellOut&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MsgBox SpellNumber(1523)&lt;/P&gt;&lt;P&gt;end sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;... and test it.&amp;nbsp; It will throw some errors (it doesn't recognise the function Val for instance) so just delete the word.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;flipside&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Apr 2012 10:42:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Spell-Number/m-p/373756#M576045</guid>
      <dc:creator>flipside</dc:creator>
      <dc:date>2012-04-30T10:42:01Z</dc:date>
    </item>
    <item>
      <title>Re: Spell Number</title>
      <link>https://community.qlik.com/t5/QlikView/Spell-Number/m-p/373757#M576047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Finally I was able to turn this logic into QV VBA script. Please see attached functional example.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Nov 2015 21:38:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Spell-Number/m-p/373757#M576047</guid>
      <dc:creator>rmuhammad</dc:creator>
      <dc:date>2015-11-26T21:38:14Z</dc:date>
    </item>
    <item>
      <title>Re: Spell Number</title>
      <link>https://community.qlik.com/t5/QlikView/Spell-Number/m-p/373758#M576049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good Work&amp;nbsp; Rashid !!!&lt;/P&gt;&lt;P&gt;Thanks for Sharing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vikas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Nov 2015 04:37:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Spell-Number/m-p/373758#M576049</guid>
      <dc:creator>vikasmahajan</dc:creator>
      <dc:date>2015-11-27T04:37:26Z</dc:date>
    </item>
  </channel>
</rss>

