<?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: Cleaning Dirty Data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Cleaning-Dirty-Data/m-p/619569#M228192</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;num(your_field,'#################') as new_field,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Mar 2014 15:11:17 GMT</pubDate>
    <dc:creator>bumin</dc:creator>
    <dc:date>2014-03-10T15:11:17Z</dc:date>
    <item>
      <title>Cleaning Dirty Data</title>
      <link>https://community.qlik.com/t5/QlikView/Cleaning-Dirty-Data/m-p/619564#M228187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hiya All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I needed help asap please.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Im working on loading data from a Sql Database and storing it as QVD for others to work on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Im currently stuck and needed help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The figures being loaded are long and if i load them in Qlikview its similar to that of MS Excel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;E.g&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;20004561+015&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The data comes out like this. Is there something i must write in my script to amend this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So it shows like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;20004561235234015?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Mar 2014 13:39:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cleaning-Dirty-Data/m-p/619564#M228187</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-10T13:39:44Z</dc:date>
    </item>
    <item>
      <title>Re: Cleaning Dirty Data</title>
      <link>https://community.qlik.com/t5/QlikView/Cleaning-Dirty-Data/m-p/619565#M228188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use Below function in your load script..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Evaluate(YourDimension) as YourDimension&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;UPDATE:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12.800000190734863px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;QlikView supports a maximum of 14 digits in your number. If it is longer than that,&amp;nbsp; it will be interpreted a a text.&lt;/P&gt;&lt;P style="font-size: 12.800000190734863px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; &lt;/P&gt;&lt;P style="font-size: 12.800000190734863px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;First, you can use evaluate() to convert your original text into a integer.Then, you can use NUM to format it appropriately&lt;/P&gt;&lt;P style="font-size: 12.800000190734863px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12.800000190734863px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;Try Below&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12.800000190734863px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;&lt;STRONG&gt;num( EVALUATE(YourFieldName),'#0') AS YourFieldName&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Mar 2014 13:48:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cleaning-Dirty-Data/m-p/619565#M228188</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-03-10T13:48:11Z</dc:date>
    </item>
    <item>
      <title>Re: Cleaning Dirty Data</title>
      <link>https://community.qlik.com/t5/QlikView/Cleaning-Dirty-Data/m-p/619566#M228189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="Qlik Test.PNG.png" class="jive-image" src="/legacyfs/online/54639_Qlik Test.PNG.png" style="width: 620px; height: 37px;" /&gt;&lt;/P&gt;&lt;P&gt;I tried this but still no joy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Qlik Test 2.PNG.png" class="jive-image" src="/legacyfs/online/54640_Qlik Test 2.PNG.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Mar 2014 13:57:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cleaning-Dirty-Data/m-p/619566#M228189</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-10T13:57:27Z</dc:date>
    </item>
    <item>
      <title>Re: Cleaning Dirty Data</title>
      <link>https://community.qlik.com/t5/QlikView/Cleaning-Dirty-Data/m-p/619567#M228190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Still didn't work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i'm getting this, the numbers are not displayed but you can select them?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Qlik Test 3.PNG.png" class="jive-image" src="/legacyfs/online/54644_Qlik Test 3.PNG.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Mar 2014 14:57:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cleaning-Dirty-Data/m-p/619567#M228190</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-10T14:57:41Z</dc:date>
    </item>
    <item>
      <title>Re: Cleaning Dirty Data</title>
      <link>https://community.qlik.com/t5/QlikView/Cleaning-Dirty-Data/m-p/619568#M228191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try wrapping them in a text() function:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;text(EntityId) as EntityID&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Mar 2014 15:09:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cleaning-Dirty-Data/m-p/619568#M228191</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2014-03-10T15:09:22Z</dc:date>
    </item>
    <item>
      <title>Re: Cleaning Dirty Data</title>
      <link>https://community.qlik.com/t5/QlikView/Cleaning-Dirty-Data/m-p/619569#M228192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;num(your_field,'#################') as new_field,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Mar 2014 15:11:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cleaning-Dirty-Data/m-p/619569#M228192</guid>
      <dc:creator>bumin</dc:creator>
      <dc:date>2014-03-10T15:11:17Z</dc:date>
    </item>
    <item>
      <title>Re: Cleaning Dirty Data</title>
      <link>https://community.qlik.com/t5/QlikView/Cleaning-Dirty-Data/m-p/619570#M228193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You did it! Bloody Marvelous &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Made my day, been on this since Thursday last week&amp;nbsp; &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/laugh.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Mar 2014 15:14:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cleaning-Dirty-Data/m-p/619570#M228193</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-10T15:14:14Z</dc:date>
    </item>
  </channel>
</rss>

