<?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: strange OLEDB select result in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/strange-OLEDB-select-result/m-p/689875#M249757</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I get the same result. which is correct. the other row should be linked to &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;AFF_AFFAIRE3 = &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;'&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;1312E5&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;' , not &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;1312D5 :&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select AFF_AFFAIRE,AFF_AFFAIRE1,AFF_AFFAIRE3 from AFFAIRE where AFF_AFFAIRE = 'AITC590461312E500';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;AFF_AFFAIRE&lt;/TD&gt;&lt;TD&gt;AFF_AFFAIRE1&lt;/TD&gt;&lt;TD&gt;AFF_AFFAIRE3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;AITC590461312E500&lt;/TD&gt;&lt;TD&gt;ITC&lt;/TD&gt;&lt;TD&gt;1312E5&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 31 Jul 2014 09:43:37 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-07-31T09:43:37Z</dc:date>
    <item>
      <title>strange OLEDB select result</title>
      <link>https://community.qlik.com/t5/QlikView/strange-OLEDB-select-result/m-p/689873#M249755</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;I isolated a bug in my application :&lt;/P&gt;&lt;P&gt;I load data from a MS sql 2008 DB&lt;/P&gt;&lt;P&gt;OLEDB CONNECT TO [...]&lt;/P&gt;&lt;P&gt;select AFF_AFFAIRE,AFF_AFFAIRE1,AFF_AFFAIRE3 from affaire;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now , for a selection that should give me one row, qlikview gives me two :&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture d’écran 2014-07-31 à 11.14.32.png" class="jive-image" src="/legacyfs/online/63463_Capture d’écran 2014-07-31 à 11.14.32.png" style="width: 620px; height: 89px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I try the same thing in SQL management studio :&lt;/P&gt;&lt;P&gt;select AFF_AFFAIRE from AFFAIRE where AFF_AFFAIRE1='ITC' and AFF_AFFAIRE3='1312D5'&lt;/P&gt;&lt;P&gt;I get :&lt;/P&gt;&lt;P&gt;AFF_AFFAIRE&lt;/P&gt;&lt;P&gt;AITC592541312D500&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;which is the correct behavior.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What am i missing ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jo.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jul 2014 09:21:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/strange-OLEDB-select-result/m-p/689873#M249755</guid>
      <dc:creator />
      <dc:date>2014-07-31T09:21:04Z</dc:date>
    </item>
    <item>
      <title>Re: strange OLEDB select result</title>
      <link>https://community.qlik.com/t5/QlikView/strange-OLEDB-select-result/m-p/689874#M249756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try Rtrim(Ltrim(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;AFF_AFFAIRE1&lt;/SPAN&gt;))='ITC' and Rtrim(Ltrim(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;AFF_AFFAIRE3&lt;/SPAN&gt;))='&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;1312D5&lt;/SPAN&gt;'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jul 2014 09:30:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/strange-OLEDB-select-result/m-p/689874#M249756</guid>
      <dc:creator>Yousef_Amarneh</dc:creator>
      <dc:date>2014-07-31T09:30:48Z</dc:date>
    </item>
    <item>
      <title>Re: strange OLEDB select result</title>
      <link>https://community.qlik.com/t5/QlikView/strange-OLEDB-select-result/m-p/689875#M249757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I get the same result. which is correct. the other row should be linked to &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;AFF_AFFAIRE3 = &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;'&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;1312E5&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;' , not &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;1312D5 :&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select AFF_AFFAIRE,AFF_AFFAIRE1,AFF_AFFAIRE3 from AFFAIRE where AFF_AFFAIRE = 'AITC590461312E500';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;AFF_AFFAIRE&lt;/TD&gt;&lt;TD&gt;AFF_AFFAIRE1&lt;/TD&gt;&lt;TD&gt;AFF_AFFAIRE3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;AITC590461312E500&lt;/TD&gt;&lt;TD&gt;ITC&lt;/TD&gt;&lt;TD&gt;1312E5&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jul 2014 09:43:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/strange-OLEDB-select-result/m-p/689875#M249757</guid>
      <dc:creator />
      <dc:date>2014-07-31T09:43:37Z</dc:date>
    </item>
    <item>
      <title>Re: strange OLEDB select result</title>
      <link>https://community.qlik.com/t5/QlikView/strange-OLEDB-select-result/m-p/689876#M249758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It looks like QlikView is looking at the numeric part of the field for the match. You might use the text() function when you load &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;AFF_AFFAIRE3&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jul 2014 11:58:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/strange-OLEDB-select-result/m-p/689876#M249758</guid>
      <dc:creator>m_woolf</dc:creator>
      <dc:date>2014-07-31T11:58:38Z</dc:date>
    </item>
    <item>
      <title>Re: strange OLEDB select result</title>
      <link>https://community.qlik.com/t5/QlikView/strange-OLEDB-select-result/m-p/689877#M249759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sound plausible since the field is tagged with $numeric, $integer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when I do :&lt;/P&gt;&lt;P&gt;load AFF_AFFAIRE,AFF_AFFAIRE1,text(AFF_AFFAIRE3) from file.qvd (qvd)&lt;/P&gt;&lt;P&gt;- or -&lt;/P&gt;&lt;P&gt;if I try to tag/untag the field before or after my SELECT statement&lt;/P&gt;&lt;P&gt;then the field is then correctly tagged $ascii,$text&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but in both case, I get the same issue&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you for your help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jul 2014 13:00:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/strange-OLEDB-select-result/m-p/689877#M249759</guid>
      <dc:creator />
      <dc:date>2014-07-31T13:00:57Z</dc:date>
    </item>
    <item>
      <title>Re: strange OLEDB select result</title>
      <link>https://community.qlik.com/t5/QlikView/strange-OLEDB-select-result/m-p/689878#M249760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried:&lt;/P&gt;&lt;P&gt;where text(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;AFF_AFFAIRE3) = &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;'&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;1312E5&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;' &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jul 2014 13:10:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/strange-OLEDB-select-result/m-p/689878#M249760</guid>
      <dc:creator>m_woolf</dc:creator>
      <dc:date>2014-07-31T13:10:24Z</dc:date>
    </item>
    <item>
      <title>Re: strange OLEDB select result</title>
      <link>https://community.qlik.com/t5/QlikView/strange-OLEDB-select-result/m-p/689879#M249761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I get 0 lines with this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jul 2014 13:36:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/strange-OLEDB-select-result/m-p/689879#M249761</guid>
      <dc:creator />
      <dc:date>2014-07-31T13:36:39Z</dc:date>
    </item>
    <item>
      <title>Re: strange OLEDB select result</title>
      <link>https://community.qlik.com/t5/QlikView/strange-OLEDB-select-result/m-p/689880#M249762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you share your qvw with strange data?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And do you use the same DB user in QV and SQL manager?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jul 2014 13:47:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/strange-OLEDB-select-result/m-p/689880#M249762</guid>
      <dc:creator>mrybalko</dc:creator>
      <dc:date>2014-07-31T13:47:35Z</dc:date>
    </item>
    <item>
      <title>Re: Re: strange OLEDB select result</title>
      <link>https://community.qlik.com/t5/QlikView/strange-OLEDB-select-result/m-p/689881#M249763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes I use the same DB.&lt;/P&gt;&lt;P&gt;here is a trimmed down version of the test file.&lt;/P&gt;&lt;P&gt;the 1312D5 value is aligned right while the other values are aligned left. what does that mean ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jul 2014 14:03:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/strange-OLEDB-select-result/m-p/689881#M249763</guid>
      <dc:creator />
      <dc:date>2014-07-31T14:03:42Z</dc:date>
    </item>
    <item>
      <title>Re: Re: strange OLEDB select result</title>
      <link>https://community.qlik.com/t5/QlikView/strange-OLEDB-select-result/m-p/689882#M249764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The value on the right is considered to be a label.&lt;/P&gt;&lt;P&gt;The values on the left are considered to be numeric.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jul 2014 14:08:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/strange-OLEDB-select-result/m-p/689882#M249764</guid>
      <dc:creator>m_woolf</dc:creator>
      <dc:date>2014-07-31T14:08:24Z</dc:date>
    </item>
    <item>
      <title>Re: strange OLEDB select result</title>
      <link>https://community.qlik.com/t5/QlikView/strange-OLEDB-select-result/m-p/689883#M249765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1312D5 value is number. I changed AFF_AFFAIRE3 format to number and got 131 200 000&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="63486" alt="Untitled.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/63486_Untitled.png" /&gt;&lt;/P&gt;&lt;P&gt;I think 1312D5 value is interpreted as number: 1312 in power 5. What is the column data type of AFF_AFFAIRE3? Try to use another OLEDB driver or try ODBC connection.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jul 2014 14:12:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/strange-OLEDB-select-result/m-p/689883#M249765</guid>
      <dc:creator>mrybalko</dc:creator>
      <dc:date>2014-07-31T14:12:35Z</dc:date>
    </item>
    <item>
      <title>Re: Re: strange OLEDB select result</title>
      <link>https://community.qlik.com/t5/QlikView/strange-OLEDB-select-result/m-p/689884#M249766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;every field is a varchar(X)&lt;/P&gt;&lt;P&gt;using odbc doesn't change anything... &lt;/P&gt;&lt;P&gt;using '_'+AFF_AFFAIRE3 as AFF_AFFAIRE3 (using oledb) solves it but is ugly&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any hint on how to force QV to load the field as text ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jul 2014 15:14:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/strange-OLEDB-select-result/m-p/689884#M249766</guid>
      <dc:creator />
      <dc:date>2014-07-31T15:14:52Z</dc:date>
    </item>
    <item>
      <title>Re: Re: strange OLEDB select result</title>
      <link>https://community.qlik.com/t5/QlikView/strange-OLEDB-select-result/m-p/689885#M249767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you maybe load as is and then either do a preceding load or a resident load to do the convert to text?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jul 2014 15:18:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/strange-OLEDB-select-result/m-p/689885#M249767</guid>
      <dc:creator>m_woolf</dc:creator>
      <dc:date>2014-07-31T15:18:39Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: strange OLEDB select result</title>
      <link>https://community.qlik.com/t5/QlikView/strange-OLEDB-select-result/m-p/689886#M249768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try the following code:&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_14068799862701896" jivemacro_uid="_14068799862701896"&gt;
&lt;P&gt;OLEDB CONNECT TO...&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;affaire:&lt;/P&gt;
&lt;P&gt;LOAD&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; AFF_AFFAIRE,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; AFF_AFFAIRE1,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; text(AFF_AFFAIRE3) as AFF_AFFAIRE3;&lt;/P&gt;
&lt;P&gt;select&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; AFF_AFFAIRE,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; AFF_AFFAIRE1,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; AFF_AFFAIRE3&lt;/P&gt;
&lt;P&gt;from affaire&lt;/P&gt;
&lt;P&gt;where AFF_AFFAIRE1='ITC' and AFF_AFFAIRE3 LIKE '1312%5';&lt;/P&gt;
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Aug 2014 08:00:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/strange-OLEDB-select-result/m-p/689886#M249768</guid>
      <dc:creator>mrybalko</dc:creator>
      <dc:date>2014-08-01T08:00:11Z</dc:date>
    </item>
    <item>
      <title>Re: strange OLEDB select result</title>
      <link>https://community.qlik.com/t5/QlikView/strange-OLEDB-select-result/m-p/689887#M249769</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;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;1312D5 will be treated as a number having a mantissa part 1312 and exponent part of 10^5 (D = double precision exponential number). This is numerically the same as..&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;1312E5 which is a number having mantissa part of 1312 and an exponent part of 10^5 (E = single precision exponential)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;You need to load these as text using the Text() function to prevent Qlikview from treating them as numbers, like in the previous post from Maxim Rybalko. Qlikview looks at the data itself ro the types and does not consider the OLEDB and database types.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;HTH&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Jonathan&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Aug 2014 08:20:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/strange-OLEDB-select-result/m-p/689887#M249769</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2014-08-01T08:20:00Z</dc:date>
    </item>
    <item>
      <title>Re: strange OLEDB select result</title>
      <link>https://community.qlik.com/t5/QlikView/strange-OLEDB-select-result/m-p/689888#M249770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for the explanation, I didn't understood why xxxD5 was interpreted as a number.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Aug 2014 09:13:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/strange-OLEDB-select-result/m-p/689888#M249770</guid>
      <dc:creator />
      <dc:date>2014-08-01T09:13:33Z</dc:date>
    </item>
    <item>
      <title>Re: strange OLEDB select result</title>
      <link>https://community.qlik.com/t5/QlikView/strange-OLEDB-select-result/m-p/689889#M249771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it does not work. Once the value is loaded as a number, I guess the bad row matching is done.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Aug 2014 09:20:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/strange-OLEDB-select-result/m-p/689889#M249771</guid>
      <dc:creator />
      <dc:date>2014-08-01T09:20:20Z</dc:date>
    </item>
    <item>
      <title>Re: strange OLEDB select result</title>
      <link>https://community.qlik.com/t5/QlikView/strange-OLEDB-select-result/m-p/689890#M249772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you &lt;SPAN class="replyToName"&gt;Jonathan&lt;/SPAN&gt;&lt;SPAN class="replyToName"&gt;. I did not know about &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;double precision exponential number format&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="replyToName"&gt;&lt;/SPAN&gt;&lt;STRONG class="font-color-meta"&gt;&lt;SPAN class="replyToName"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Aug 2014 09:47:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/strange-OLEDB-select-result/m-p/689890#M249772</guid>
      <dc:creator>mrybalko</dc:creator>
      <dc:date>2014-08-01T09:47:18Z</dc:date>
    </item>
    <item>
      <title>Re: strange OLEDB select result</title>
      <link>https://community.qlik.com/t5/QlikView/strange-OLEDB-select-result/m-p/689891#M249773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you, this works, but I dont see how i can use this in my app:&lt;/P&gt;&lt;P&gt;i store snapshots of dozen of tables (mysql and ms sql) using select *&lt;/P&gt;&lt;P&gt;then i load them in my app using load.&lt;/P&gt;&lt;P&gt;adding the full definition of each table in the scripts would be awful to maintain...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Aug 2014 09:48:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/strange-OLEDB-select-result/m-p/689891#M249773</guid>
      <dc:creator />
      <dc:date>2014-08-01T09:48:37Z</dc:date>
    </item>
    <item>
      <title>Re: strange OLEDB select result</title>
      <link>https://community.qlik.com/t5/QlikView/strange-OLEDB-select-result/m-p/689892#M249774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;[edit] I now use this one : &lt;A href="https://community.qlik.com/message/582726"&gt;Re: strange OLEDB select result&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for the record, here is the solution I chose for my problem :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;temp:&lt;/P&gt;&lt;P&gt;SELECT * FROM AFFAIRE;&lt;/P&gt;&lt;P&gt;DROP FIELD AFF_AFFAIRE3; // incorrect numeric field&lt;/P&gt;&lt;P&gt;JOIN LOAD&amp;nbsp; AFF_AFFAIRE,Text(AFF_AFFAIRE3) as AFF_AFFAIRE3 ;&lt;/P&gt;&lt;P&gt;SELECT AFF_AFFAIRE,AFF_AFFAIRE3 FROM AFFAIRE; &lt;/P&gt;&lt;P&gt;STORE temp INTO snapshot.qvd (qvd);&lt;/P&gt;&lt;P&gt;DROP TABLE temp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// later :&lt;/P&gt;&lt;P&gt;affaire:&lt;/P&gt;&lt;P&gt;LOAD AFF_AFFAIRE, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; AFF_AFFAIRE1, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; AFF_AFFAIRE3&lt;/P&gt;&lt;P&gt;FROM test2.qvd (qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the only drawback is that I have to repeat the select twice.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Aug 2014 13:02:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/strange-OLEDB-select-result/m-p/689892#M249774</guid>
      <dc:creator />
      <dc:date>2014-08-01T13:02:37Z</dc:date>
    </item>
  </channel>
</rss>

