<?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 data load issue in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/data-load-issue/m-p/1140869#M373840</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;while fetching the data directly from data source connected by OLEDB ,&lt;/P&gt;&lt;P&gt;The data is getting change.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my database :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Number column has values like &lt;/P&gt;&lt;P&gt;101&lt;/P&gt;&lt;P&gt;102&lt;/P&gt;&lt;P&gt;103&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And after fetching in qlik the Number column values changed to &lt;/P&gt;&lt;P&gt;00101&lt;/P&gt;&lt;P&gt;00102&lt;/P&gt;&lt;P&gt;103&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Automatically preceding zero is getting added.&lt;/P&gt;&lt;P&gt;Kindly advise.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mahamed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Jun 2016 11:19:26 GMT</pubDate>
    <dc:creator>Mahamed_Qlik</dc:creator>
    <dc:date>2016-06-07T11:19:26Z</dc:date>
    <item>
      <title>data load issue</title>
      <link>https://community.qlik.com/t5/QlikView/data-load-issue/m-p/1140869#M373840</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;while fetching the data directly from data source connected by OLEDB ,&lt;/P&gt;&lt;P&gt;The data is getting change.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my database :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Number column has values like &lt;/P&gt;&lt;P&gt;101&lt;/P&gt;&lt;P&gt;102&lt;/P&gt;&lt;P&gt;103&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And after fetching in qlik the Number column values changed to &lt;/P&gt;&lt;P&gt;00101&lt;/P&gt;&lt;P&gt;00102&lt;/P&gt;&lt;P&gt;103&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Automatically preceding zero is getting added.&lt;/P&gt;&lt;P&gt;Kindly advise.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mahamed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jun 2016 11:19:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/data-load-issue/m-p/1140869#M373840</guid>
      <dc:creator>Mahamed_Qlik</dc:creator>
      <dc:date>2016-06-07T11:19:26Z</dc:date>
    </item>
    <item>
      <title>Re: data load issue</title>
      <link>https://community.qlik.com/t5/QlikView/data-load-issue/m-p/1140870#M373841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Num(FieldName) as FieldName&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FieldName * 1 as FieldName&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jun 2016 11:21:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/data-load-issue/m-p/1140870#M373841</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-06-07T11:21:23Z</dc:date>
    </item>
    <item>
      <title>Re: data load issue</title>
      <link>https://community.qlik.com/t5/QlikView/data-load-issue/m-p/1140871#M373842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to use presiding Load and wrap the field with text function:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #343a41; font-family: Segoe, Helvetica, Arial, sans-serif; font-size: 15px; background-color: #edeff2;"&gt;LOAD *,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #343a41; font-family: Segoe, Helvetica, Arial, sans-serif; font-size: 15px; background-color: #edeff2;"&gt;text(Field) as &lt;SPAN style="color: #343a41; font-family: Segoe, Helvetica, Arial, sans-serif; font-size: 15px; background-color: #edeff2;"&gt;Field&lt;/SPAN&gt;_New&lt;/SPAN&gt;&lt;SPAN style="color: #343a41; font-family: Segoe, Helvetica, Arial, sans-serif; font-size: 15px; line-height: 1.5em; background-color: #edeff2;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #343a41; font-family: Segoe, Helvetica, Arial, sans-serif; font-size: 15px; background-color: #edeff2;"&gt;SQL SELECT *&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #343a41; font-family: Segoe, Helvetica, Arial, sans-serif; font-size: 15px; background-color: #edeff2;"&gt;FROM wherever;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jun 2016 11:24:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/data-load-issue/m-p/1140871#M373842</guid>
      <dc:creator>idogridish2</dc:creator>
      <dc:date>2016-06-07T11:24:55Z</dc:date>
    </item>
    <item>
      <title>Re: data load issue</title>
      <link>https://community.qlik.com/t5/QlikView/data-load-issue/m-p/1140872#M373843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Need to format it.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/29565"&gt;Format number within expression&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jun 2016 11:28:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/data-load-issue/m-p/1140872#M373843</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2016-06-07T11:28:18Z</dc:date>
    </item>
    <item>
      <title>Re: data load issue</title>
      <link>https://community.qlik.com/t5/QlikView/data-load-issue/m-p/1140873#M373844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its not gona work for me becuase i do have few text values in Number column too,&lt;/P&gt;&lt;P&gt;So, as the ido suggested using TEXT(FieldName) is worked out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your advise again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mahamed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2016 05:15:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/data-load-issue/m-p/1140873#M373844</guid>
      <dc:creator>Mahamed_Qlik</dc:creator>
      <dc:date>2016-06-08T05:15:35Z</dc:date>
    </item>
  </channel>
</rss>

