<?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: Number being Converted into Mixed Format. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Number-being-Converted-into-Mixed-Format/m-p/964949#M330851</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the source of your data, SQL Server, Excel, or something else? You said that the conversion is taking too long, is it taking less time without the conversion?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Nov 2015 14:17:07 GMT</pubDate>
    <dc:creator>sinanozdemir</dc:creator>
    <dc:date>2015-11-23T14:17:07Z</dc:date>
    <item>
      <title>Number being Converted into Mixed Format.</title>
      <link>https://community.qlik.com/t5/QlikView/Number-being-Converted-into-Mixed-Format/m-p/964943#M330845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a field whose values(Numbers) are being represented as Text and number(some as number and some as Text). I want them to be represented as number as I have to compare with the same field in other table. I tried NUM and NUM# in the script, but as there are millions of records, the conversion is taking too long (around 2 hrs). So is there any faster way to do the conversion?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2015 13:34:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Number-being-Converted-into-Mixed-Format/m-p/964943#M330845</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-23T13:34:29Z</dc:date>
    </item>
    <item>
      <title>Re: Number being Converted into Mixed Format.</title>
      <link>https://community.qlik.com/t5/QlikView/Number-being-Converted-into-Mixed-Format/m-p/964944#M330846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Uday,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you doing the conversion in the load script or in a straight/pivot table?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2015 13:46:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Number-being-Converted-into-Mixed-Format/m-p/964944#M330846</guid>
      <dc:creator>sinanozdemir</dc:creator>
      <dc:date>2015-11-23T13:46:49Z</dc:date>
    </item>
    <item>
      <title>Re: Number being Converted into Mixed Format.</title>
      <link>https://community.qlik.com/t5/QlikView/Number-being-Converted-into-Mixed-Format/m-p/964945#M330847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try the below in load script,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Num(Evaluate(YourField),'##.#')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2015 13:51:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Number-being-Converted-into-Mixed-Format/m-p/964945#M330847</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2015-11-23T13:51:49Z</dc:date>
    </item>
    <item>
      <title>Re: Number being Converted into Mixed Format.</title>
      <link>https://community.qlik.com/t5/QlikView/Number-being-Converted-into-Mixed-Format/m-p/964946#M330848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Properly formatted numbers should be converted automatically by QV. If you display this field in a listbox, is there any obvious difference between numbers that are represented as numerical values, and numbers that are represented as strings (for example wrong decimal/thousand separators, alphabetic characters characters inside the numbers)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2015 13:51:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Number-being-Converted-into-Mixed-Format/m-p/964946#M330848</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2015-11-23T13:51:50Z</dc:date>
    </item>
    <item>
      <title>Re: Number being Converted into Mixed Format.</title>
      <link>https://community.qlik.com/t5/QlikView/Number-being-Converted-into-Mixed-Format/m-p/964947#M330849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am doing the conversion in Load Script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2015 14:12:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Number-being-Converted-into-Mixed-Format/m-p/964947#M330849</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-23T14:12:32Z</dc:date>
    </item>
    <item>
      <title>Re: Number being Converted into Mixed Format.</title>
      <link>https://community.qlik.com/t5/QlikView/Number-being-Converted-into-Mixed-Format/m-p/964948#M330850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Peter,&lt;/P&gt;&lt;P&gt;In list box, the values are being displayed as follows,&lt;/P&gt;&lt;P&gt;Field&lt;/P&gt;&lt;P&gt;123456&lt;/P&gt;&lt;P&gt;123457&lt;/P&gt;&lt;P&gt;123458&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 123459&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 123460&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 475380&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2015 14:15:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Number-being-Converted-into-Mixed-Format/m-p/964948#M330850</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-23T14:15:17Z</dc:date>
    </item>
    <item>
      <title>Re: Number being Converted into Mixed Format.</title>
      <link>https://community.qlik.com/t5/QlikView/Number-being-Converted-into-Mixed-Format/m-p/964949#M330851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the source of your data, SQL Server, Excel, or something else? You said that the conversion is taking too long, is it taking less time without the conversion?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2015 14:17:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Number-being-Converted-into-Mixed-Format/m-p/964949#M330851</guid>
      <dc:creator>sinanozdemir</dc:creator>
      <dc:date>2015-11-23T14:17:07Z</dc:date>
    </item>
    <item>
      <title>Re: Number being Converted into Mixed Format.</title>
      <link>https://community.qlik.com/t5/QlikView/Number-being-Converted-into-Mixed-Format/m-p/964950#M330852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The data is already loaded into qvd's and the source for those qvd's is SAP. The time taken without conversion is around 15 mins.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2015 14:33:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Number-being-Converted-into-Mixed-Format/m-p/964950#M330852</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-23T14:33:41Z</dc:date>
    </item>
    <item>
      <title>Re: Number being Converted into Mixed Format.</title>
      <link>https://community.qlik.com/t5/QlikView/Number-being-Converted-into-Mixed-Format/m-p/964951#M330853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can go to presentation tab and check on alignment and make the test and number both to left. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2015 14:43:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Number-being-Converted-into-Mixed-Format/m-p/964951#M330853</guid>
      <dc:creator />
      <dc:date>2015-11-23T14:43:38Z</dc:date>
    </item>
    <item>
      <title>Re: Number being Converted into Mixed Format.</title>
      <link>https://community.qlik.com/t5/QlikView/Number-being-Converted-into-Mixed-Format/m-p/964952#M330854</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;Have you tried to add the num() function into the QVW extracting the data and saving the document to QVD's?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It does seem strange as mentioned by other posters it should automatically format as a number unless any strange chars in the field. Mayby try KeepChar(Number,'0123456789') as Number?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2015 15:07:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Number-being-Converted-into-Mixed-Format/m-p/964952#M330854</guid>
      <dc:creator>Mark_Little</dc:creator>
      <dc:date>2015-11-23T15:07:13Z</dc:date>
    </item>
    <item>
      <title>Re: Number being Converted into Mixed Format.</title>
      <link>https://community.qlik.com/t5/QlikView/Number-being-Converted-into-Mixed-Format/m-p/964953#M330855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;Even though if I do what you have said, the numbers will still be text formatted right?!! which is an issue when comparing with the values with the same field name in other table, &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;which is my requirement.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2015 15:42:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Number-being-Converted-into-Mixed-Format/m-p/964953#M330855</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-23T15:42:13Z</dc:date>
    </item>
    <item>
      <title>Re: Number being Converted into Mixed Format.</title>
      <link>https://community.qlik.com/t5/QlikView/Number-being-Converted-into-Mixed-Format/m-p/964954#M330856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh, Yes. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;Maybe you need consider incremental load and convert to number based on time stamp if those records not change very frequently. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2015 15:52:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Number-being-Converted-into-Mixed-Format/m-p/964954#M330856</guid>
      <dc:creator />
      <dc:date>2015-11-23T15:52:57Z</dc:date>
    </item>
    <item>
      <title>Re: Number being Converted into Mixed Format.</title>
      <link>https://community.qlik.com/t5/QlikView/Number-being-Converted-into-Mixed-Format/m-p/964955#M330857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When reading data from SAP, you may have to apply trim() to get rid of various leading and trailing whitespace. IMHO this isn't always done automatically like when reading from Excel or another file format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can do this even when reading QVD's that are created during a dedicated SAP export.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2015 15:59:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Number-being-Converted-into-Mixed-Format/m-p/964955#M330857</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2015-11-23T15:59:27Z</dc:date>
    </item>
    <item>
      <title>Re: Number being Converted into Mixed Format.</title>
      <link>https://community.qlik.com/t5/QlikView/Number-being-Converted-into-Mixed-Format/m-p/964956#M330858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I did try to check the value of text(number) using text box and expression,&lt;/P&gt;&lt;P&gt;=num(Field)&lt;/P&gt;&lt;P&gt;which is giving me null value.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2015 17:03:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Number-being-Converted-into-Mixed-Format/m-p/964956#M330858</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-23T17:03:02Z</dc:date>
    </item>
    <item>
      <title>Re: Number being Converted into Mixed Format.</title>
      <link>https://community.qlik.com/t5/QlikView/Number-being-Converted-into-Mixed-Format/m-p/964957#M330859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Num() returns NULL if Field doesn't contain a numerical value (text only). You should correct the text string before trying to format it using Num().&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2015 17:11:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Number-being-Converted-into-Mixed-Format/m-p/964957#M330859</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2015-11-23T17:11:44Z</dc:date>
    </item>
    <item>
      <title>Re: Number being Converted into Mixed Format.</title>
      <link>https://community.qlik.com/t5/QlikView/Number-being-Converted-into-Mixed-Format/m-p/964958#M330860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Evaluate function will convert the text to integer. You can try the below script and check whether the format converted or not .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load Evaluate(yourfield) as Num,&lt;/P&gt;&lt;P&gt;Num(Evaluate(yourfield) as FNum&lt;/P&gt;&lt;P&gt;From&lt;/P&gt;&lt;P&gt;Your qvd path.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2015 17:15:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Number-being-Converted-into-Mixed-Format/m-p/964958#M330860</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2015-11-23T17:15:55Z</dc:date>
    </item>
    <item>
      <title>Re: Number being Converted into Mixed Format.</title>
      <link>https://community.qlik.com/t5/QlikView/Number-being-Converted-into-Mixed-Format/m-p/964959#M330861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;It converted to integer, but the value is like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Text&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Integer&lt;/P&gt;&lt;P&gt;12345908&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 41439707&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but I require&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Text&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Integer&lt;/P&gt;&lt;P&gt;12345908&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 12345908&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2015 17:41:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Number-being-Converted-into-Mixed-Format/m-p/964959#M330861</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-23T17:41:38Z</dc:date>
    </item>
    <item>
      <title>Re: Number being Converted into Mixed Format.</title>
      <link>https://community.qlik.com/t5/QlikView/Number-being-Converted-into-Mixed-Format/m-p/964960#M330862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you attach some sample data. For me, it's working fine. See below.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/106536_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Nov 2015 04:47:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Number-being-Converted-into-Mixed-Format/m-p/964960#M330862</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2015-11-24T04:47:53Z</dc:date>
    </item>
    <item>
      <title>Re: Number being Converted into Mixed Format.</title>
      <link>https://community.qlik.com/t5/QlikView/Number-being-Converted-into-Mixed-Format/m-p/964961#M330863</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;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alt(Num(FieldName), FieldName)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Nov 2015 05:05:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Number-being-Converted-into-Mixed-Format/m-p/964961#M330863</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-11-24T05:05:16Z</dc:date>
    </item>
    <item>
      <title>Re: Number being Converted into Mixed Format.</title>
      <link>https://community.qlik.com/t5/QlikView/Number-being-Converted-into-Mixed-Format/m-p/964962#M330864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried converting the field to number in Number tab under Document Properties?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Naresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Nov 2015 06:20:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Number-being-Converted-into-Mixed-Format/m-p/964962#M330864</guid>
      <dc:creator>NareshGuntur</dc:creator>
      <dc:date>2015-11-24T06:20:37Z</dc:date>
    </item>
  </channel>
</rss>

