<?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: load issue in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/load-issue/m-p/2023175#M84448</link>
    <description>&lt;P&gt;as it was already proven by&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/675"&gt;@MarcoWedel&lt;/a&gt; that it is interpretated a date, my assumption is that qlik uses first of march as a substitution for the 30.2. because february has only 28 (or 29) days. Therefore both strings get the same integer/date value.&lt;/P&gt;</description>
    <pubDate>Mon, 09 Jan 2023 11:56:58 GMT</pubDate>
    <dc:creator>Oliver_F</dc:creator>
    <dc:date>2023-01-09T11:56:58Z</dc:date>
    <item>
      <title>load issue</title>
      <link>https://community.qlik.com/t5/App-Development/load-issue/m-p/2022644#M84406</link>
      <description>&lt;P&gt;While loading below table with different rows, they are coming up as one after loading. One row is getting over-ridden by other.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hash key is also same.&lt;/P&gt;
&lt;P&gt;load * Inline [&lt;/P&gt;
&lt;P&gt;Field A&lt;BR /&gt;2896-0003-01&lt;BR /&gt;2896-0002-30&lt;/P&gt;
&lt;P&gt;]&lt;/P&gt;
&lt;P&gt;Output&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="kmswetha_0-1673011550498.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/97443i3A6BDA293D5C56B7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="kmswetha_0-1673011550498.png" alt="kmswetha_0-1673011550498.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Any idea why is it happening?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jan 2023 13:29:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/load-issue/m-p/2022644#M84406</guid>
      <dc:creator>kmswetha</dc:creator>
      <dc:date>2023-01-06T13:29:24Z</dc:date>
    </item>
    <item>
      <title>Re: load issue</title>
      <link>https://community.qlik.com/t5/App-Development/load-issue/m-p/2022664#M84408</link>
      <description>&lt;P&gt;Hi, strange, but I believe Qlik is treating such string as date. Maybe try to convert it to text with something like:&lt;/P&gt;
&lt;P&gt;load text([Field A]) as [Field A];&lt;BR /&gt;load * Inline [&lt;BR /&gt;Field A,&lt;BR /&gt;2896-0003-01,&lt;BR /&gt;2896-0002-30];&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jan 2023 14:00:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/load-issue/m-p/2022664#M84408</guid>
      <dc:creator>justISO</dc:creator>
      <dc:date>2023-01-06T14:00:26Z</dc:date>
    </item>
    <item>
      <title>Re: load issue</title>
      <link>https://community.qlik.com/t5/App-Development/load-issue/m-p/2022675#M84413</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I think I would contact support with this issue.&amp;nbsp; I loaded your data and when I go in table viewer, I see the same number twice.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2023-01-06 09_24_54-C__Users_bbt.QTSEL_Desktop_test.qvw.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/97449i0F8C76960D7DA1A3/image-size/large?v=v2&amp;amp;px=999" role="button" title="2023-01-06 09_24_54-C__Users_bbt.QTSEL_Desktop_test.qvw.png" alt="2023-01-06 09_24_54-C__Users_bbt.QTSEL_Desktop_test.qvw.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jan 2023 14:26:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/load-issue/m-p/2022675#M84413</guid>
      <dc:creator>Bill_Britt</dc:creator>
      <dc:date>2023-01-06T14:26:03Z</dc:date>
    </item>
    <item>
      <title>Re: load issue</title>
      <link>https://community.qlik.com/t5/App-Development/load-issue/m-p/2022773#M84423</link>
      <description>&lt;P&gt;one example that confirms this string being interpreted as date:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MarcoWedel_0-1673029961238.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/97475i65365330A7407121/image-size/large?v=v2&amp;amp;px=999" role="button" title="MarcoWedel_0-1673029961238.png" alt="MarcoWedel_0-1673029961238.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;table1:
load *,
     Date(FieldA,'MM/DD/YYYY') as FieldAdate,
     Text(FieldA) as FieldAtxt,
     Num(FieldA) as FieldAnum
Inline [
FieldA
2896-0003-01
2896-0002-30
]&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 06 Jan 2023 18:33:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/load-issue/m-p/2022773#M84423</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2023-01-06T18:33:27Z</dc:date>
    </item>
    <item>
      <title>Re: load issue</title>
      <link>https://community.qlik.com/t5/App-Development/load-issue/m-p/2023011#M84436</link>
      <description>&lt;P&gt;Though it is date a unique number has to be generated internally while loading right? I've checked for 2022-0002-30 and 2022-0003-01 and they seem to be generating different unique number when converted to data and even if not convert they load.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jan 2023 07:04:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/load-issue/m-p/2023011#M84436</guid>
      <dc:creator>kmswetha</dc:creator>
      <dc:date>2023-01-09T07:04:30Z</dc:date>
    </item>
    <item>
      <title>Re: load issue</title>
      <link>https://community.qlik.com/t5/App-Development/load-issue/m-p/2023175#M84448</link>
      <description>&lt;P&gt;as it was already proven by&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/675"&gt;@MarcoWedel&lt;/a&gt; that it is interpretated a date, my assumption is that qlik uses first of march as a substitution for the 30.2. because february has only 28 (or 29) days. Therefore both strings get the same integer/date value.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jan 2023 11:56:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/load-issue/m-p/2023175#M84448</guid>
      <dc:creator>Oliver_F</dc:creator>
      <dc:date>2023-01-09T11:56:58Z</dc:date>
    </item>
  </channel>
</rss>

