<?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: convert to num in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/convert-to-num/m-p/1456347#M794574</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you post your script??&lt;/P&gt;&lt;P&gt;if possible provide sample data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Dec 2017 12:17:13 GMT</pubDate>
    <dc:creator>PrashantSangle</dc:creator>
    <dc:date>2017-12-28T12:17:13Z</dc:date>
    <item>
      <title>convert to num</title>
      <link>https://community.qlik.com/t5/QlikView/convert-to-num/m-p/1456337#M794564</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;&lt;/P&gt;&lt;P&gt;I have a field like&amp;nbsp;&amp;nbsp; dateJo&amp;nbsp;&amp;nbsp; values like&amp;nbsp;&amp;nbsp; 1-Apr-17&amp;nbsp;&amp;nbsp; ,1-Jan-17&amp;nbsp; like so on&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when I tried&amp;nbsp;&amp;nbsp; num(dateJo) as&amp;nbsp; NewDate&amp;nbsp;&amp;nbsp; it is giving me null&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to convert this?&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/convert-to-num/m-p/1456337#M794564</guid>
      <dc:creator>soniasweety</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: convert to num</title>
      <link>https://community.qlik.com/t5/QlikView/convert-to-num/m-p/1456338#M794565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be work like below?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 10pt;"&gt;LOAD Num(Month(Date(Date#(dateJo,'DD-MMM-YY')))) as dateJo Inline [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;dateJo&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1-Apr-17&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1-Jan-17&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2017 11:22:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/convert-to-num/m-p/1456338#M794565</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-12-28T11:22:30Z</dc:date>
    </item>
    <item>
      <title>Re: convert to num</title>
      <link>https://community.qlik.com/t5/QlikView/convert-to-num/m-p/1456339#M794566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Date may not necessary, But some case it will help you. For now, Even this will work &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Num(Month(Date#(dateJo,'DD-MMM-YY'))) as dateJo&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2017 11:23:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/convert-to-num/m-p/1456339#M794566</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-12-28T11:23:28Z</dc:date>
    </item>
    <item>
      <title>Re: convert to num</title>
      <link>https://community.qlik.com/t5/QlikView/convert-to-num/m-p/1456340#M794567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks anil its working but&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;am concatenating two tables with same column&amp;nbsp; but&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in one column&amp;nbsp;&amp;nbsp; values showing like&amp;nbsp;&amp;nbsp; 1-Apr-17&amp;nbsp;&amp;nbsp;&amp;nbsp; and other table column values like below&amp;nbsp; 2017-10-01 00:00:00.000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so how to workout this?&amp;nbsp; to get same result?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2017 11:29:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/convert-to-num/m-p/1456340#M794567</guid>
      <dc:creator>soniasweety</dc:creator>
      <dc:date>2017-12-28T11:29:37Z</dc:date>
    </item>
    <item>
      <title>Re: convert to num</title>
      <link>https://community.qlik.com/t5/QlikView/convert-to-num/m-p/1456341#M794568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI ,&lt;/P&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Num(Date#(dateJo, 'DD-MMM-YY')) as DateNum&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2017 11:31:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/convert-to-num/m-p/1456341#M794568</guid>
      <dc:creator>sasikanth</dc:creator>
      <dc:date>2017-12-28T11:31:56Z</dc:date>
    </item>
    <item>
      <title>Re: convert to num</title>
      <link>https://community.qlik.com/t5/QlikView/convert-to-num/m-p/1456342#M794569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I believe this should work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD Num(Month(Date(Date#(dateJo,'DD-MMM-YY')))) as dateJo Inline [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;dateJo&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1-Apr-17&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1-Jan-17&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Concatenate&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD Num(Month(Date(Date#(dateJo,'YYYY-MM-DD hh:mm:ss.fff')))) as dateJo Inline [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;dateJo&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2017-10-01 00:00:00.000&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2017 11:34:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/convert-to-num/m-p/1456342#M794569</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-12-28T11:34:12Z</dc:date>
    </item>
    <item>
      <title>Re: convert to num</title>
      <link>https://community.qlik.com/t5/QlikView/convert-to-num/m-p/1456343#M794570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use Alt()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See in help menu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prashant Sangel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2017 11:34:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/convert-to-num/m-p/1456343#M794570</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2017-12-28T11:34:59Z</dc:date>
    </item>
    <item>
      <title>Re: convert to num</title>
      <link>https://community.qlik.com/t5/QlikView/convert-to-num/m-p/1456344#M794571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Try this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD&amp;nbsp; alt(num(Date#(dateJo,'DD-MMM-YY')),num(Date#(dateJo,'YY-MMM-DD'))) as NewDate &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; Inline [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;dateJo&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1-Apr-17&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;17-Jan-01&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2017 11:36:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/convert-to-num/m-p/1456344#M794571</guid>
      <dc:creator>sasikanth</dc:creator>
      <dc:date>2017-12-28T11:36:46Z</dc:date>
    </item>
    <item>
      <title>Re: convert to num</title>
      <link>https://community.qlik.com/t5/QlikView/convert-to-num/m-p/1456345#M794572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is not going to work, You need&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;sasi k wrote:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Hi Try this,&lt;/P&gt;
&lt;P style="min-height: 8pt; padding: 0px;"&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;LOAD&amp;nbsp; alt(num(&lt;SPAN style="color: #ff0000;"&gt;Month(&lt;/SPAN&gt;Date#(dateJo,'DD-MMM-YY'))&lt;SPAN style="color: #ff0000;"&gt;)&lt;/SPAN&gt;,num(&lt;STRONG style="color: #ff0000; font-size: 13.3333px; font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;"&gt;Month(&lt;/STRONG&gt;Date#(dateJo,'YY-MMM-DD'))&lt;STRONG style="color: #ff0000; font-size: 13.3333px; font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;"&gt;)&lt;/STRONG&gt;) as NewDate &lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt; Inline [&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;dateJo&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;1-Apr-17&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;17-Jan-01&lt;/STRONG&gt;&lt;/P&gt;
&lt;P style="min-height: 8pt; padding: 0px;"&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;

&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2017 11:59:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/convert-to-num/m-p/1456345#M794572</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-12-28T11:59:08Z</dc:date>
    </item>
    <item>
      <title>Re: convert to num</title>
      <link>https://community.qlik.com/t5/QlikView/convert-to-num/m-p/1456346#M794573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;none of above working &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&amp;nbsp; its giving null&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2017 12:14:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/convert-to-num/m-p/1456346#M794573</guid>
      <dc:creator>soniasweety</dc:creator>
      <dc:date>2017-12-28T12:14:35Z</dc:date>
    </item>
    <item>
      <title>Re: convert to num</title>
      <link>https://community.qlik.com/t5/QlikView/convert-to-num/m-p/1456347#M794574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you post your script??&lt;/P&gt;&lt;P&gt;if possible provide sample data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2017 12:17:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/convert-to-num/m-p/1456347#M794574</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2017-12-28T12:17:13Z</dc:date>
    </item>
    <item>
      <title>Re: convert to num</title>
      <link>https://community.qlik.com/t5/QlikView/convert-to-num/m-p/1456348#M794575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried at least? Copy and paste then reload() and show the image of field to check&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2017 12:17:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/convert-to-num/m-p/1456348#M794575</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-12-28T12:17:14Z</dc:date>
    </item>
    <item>
      <title>Re: convert to num</title>
      <link>https://community.qlik.com/t5/QlikView/convert-to-num/m-p/1456349#M794576</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 think there might be an issue with date format,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try this&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: inherit; font-style: inherit; font-size: 10pt;"&gt;LOAD&amp;nbsp; alt(num(Date#(dateJo,'DD-MMM-YY')),&lt;SPAN style="color: #ff0000;"&gt;num(Date(dateJo,'DD-MM-YYYY' )))&lt;/SPAN&gt; as NewDate&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Inline [&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;dateJo&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;1-Apr-17&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;17-Jan-01&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;OR&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG style="font-family: inherit; font-style: inherit; font-size: 10pt;"&gt;LOAD&amp;nbsp; alt(num(Date#(dateJo,'DD-MMM-YY')),&lt;SPAN style="color: #ff0000;"&gt;num(Date(Date#(dateJo,'DD-MM-YYYY hh:mm:ss'&amp;nbsp; ))))&lt;/SPAN&gt; as NewDate&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Inline [&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;dateJo&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;1-Apr-17&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;17-Jan-01&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2017 13:40:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/convert-to-num/m-p/1456349#M794576</guid>
      <dc:creator>sasikanth</dc:creator>
      <dc:date>2017-12-28T13:40:32Z</dc:date>
    </item>
    <item>
      <title>Re: convert to num</title>
      <link>https://community.qlik.com/t5/QlikView/convert-to-num/m-p/1456350#M794577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;Code works with out any issues &amp;amp; it will convert a date into number, usage of &lt;STRONG&gt;Month()&lt;/STRONG&gt; function will give you month number.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2017 13:45:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/convert-to-num/m-p/1456350#M794577</guid>
      <dc:creator>sasikanth</dc:creator>
      <dc:date>2017-12-28T13:45:02Z</dc:date>
    </item>
    <item>
      <title>Re: convert to num</title>
      <link>https://community.qlik.com/t5/QlikView/convert-to-num/m-p/1456351#M794578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;num&lt;/SPAN&gt;&lt;STRONG style=": ; color: #ff0000; font-size: 8pt;"&gt;(&lt;/STRONG&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;DATE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Date#&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(Field,'DD/MM/YYYY'),'mm/dd/yy)') &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Dec 2017 06:50:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/convert-to-num/m-p/1456351#M794578</guid>
      <dc:creator>shiveshsingh</dc:creator>
      <dc:date>2017-12-29T06:50:29Z</dc:date>
    </item>
    <item>
      <title>Re: convert to num</title>
      <link>https://community.qlik.com/t5/QlikView/convert-to-num/m-p/1456352#M794579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.qlik.com/qlik-users/232490"&gt;soniasweety&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the existence of special chars in your column data (as TAB, or hair spaces, or thin spaces, e.g.)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Dec 2017 12:05:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/convert-to-num/m-p/1456352#M794579</guid>
      <dc:creator>luciano_garcia</dc:creator>
      <dc:date>2017-12-29T12:05:29Z</dc:date>
    </item>
  </channel>
</rss>

