<?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: Field values joined suddenly after loding script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Field-values-joined-suddenly-after-loding-script/m-p/1620843#M733869</link>
    <description>&lt;P&gt;Please try the below script:&lt;/P&gt;&lt;P&gt;Load Text(F1) as F1;&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;F1&lt;BR /&gt;9966&lt;BR /&gt;00009966&lt;BR /&gt;];&lt;/P&gt;</description>
    <pubDate>Fri, 06 Sep 2019 06:35:54 GMT</pubDate>
    <dc:creator>anushree1</dc:creator>
    <dc:date>2019-09-06T06:35:54Z</dc:date>
    <item>
      <title>Field values joined suddenly after loding script</title>
      <link>https://community.qlik.com/t5/QlikView/Field-values-joined-suddenly-after-loding-script/m-p/1620820#M733864</link>
      <description>&lt;P&gt;Hi All&lt;BR /&gt;&lt;BR /&gt;I have a table with numbers like this&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;BR /&gt;F1&lt;BR /&gt;9966&lt;BR /&gt;00009966&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;When I executed the script, as the result I have only one row - 9966. But I still need both values. What can I do, to keep them both at the result?&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 02:33:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-values-joined-suddenly-after-loding-script/m-p/1620820#M733864</guid>
      <dc:creator>Peony</dc:creator>
      <dc:date>2024-11-16T02:33:17Z</dc:date>
    </item>
    <item>
      <title>Re: Field values joined suddenly after loding script</title>
      <link>https://community.qlik.com/t5/QlikView/Field-values-joined-suddenly-after-loding-script/m-p/1620823#M733865</link>
      <description>&lt;P&gt;Try like this&lt;/P&gt;&lt;P&gt;LOAD Text(F1) as F1 INLINE&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;F1&lt;/P&gt;&lt;P&gt;9966&lt;/P&gt;&lt;P&gt;00009966 ];&lt;/P&gt;</description>
      <pubDate>Fri, 06 Sep 2019 05:53:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-values-joined-suddenly-after-loding-script/m-p/1620823#M733865</guid>
      <dc:creator>Vengatesh</dc:creator>
      <dc:date>2019-09-06T05:53:43Z</dc:date>
    </item>
    <item>
      <title>Re: Field values joined suddenly after loding script</title>
      <link>https://community.qlik.com/t5/QlikView/Field-values-joined-suddenly-after-loding-script/m-p/1620824#M733866</link>
      <description>&lt;P&gt;You still got two rows, but with identical values. Try to calculate count(F1), it&amp;nbsp; should be equal to 2.&lt;/P&gt;&lt;P&gt;Try this to fix your issue:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;LOAD text(F1) as F1 INLINE [&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;F1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;9966&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;00009966&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;];&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Sep 2019 05:56:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-values-joined-suddenly-after-loding-script/m-p/1620824#M733866</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2019-09-06T05:56:18Z</dc:date>
    </item>
    <item>
      <title>Re: Field values joined suddenly after loding script</title>
      <link>https://community.qlik.com/t5/QlikView/Field-values-joined-suddenly-after-loding-script/m-p/1620833#M733867</link>
      <description>&lt;P&gt;The same reuslt, unfortunatly&lt;/P&gt;</description>
      <pubDate>Fri, 06 Sep 2019 06:11:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-values-joined-suddenly-after-loding-script/m-p/1620833#M733867</guid>
      <dc:creator>Peony</dc:creator>
      <dc:date>2019-09-06T06:11:25Z</dc:date>
    </item>
    <item>
      <title>Re: Field values joined suddenly after loding script</title>
      <link>https://community.qlik.com/t5/QlikView/Field-values-joined-suddenly-after-loding-script/m-p/1620835#M733868</link>
      <description>&lt;P&gt;Yes, I still have 2 rows, but they both like '9966'. Even after text().&lt;/P&gt;</description>
      <pubDate>Fri, 06 Sep 2019 06:12:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-values-joined-suddenly-after-loding-script/m-p/1620835#M733868</guid>
      <dc:creator>Peony</dc:creator>
      <dc:date>2019-09-06T06:12:27Z</dc:date>
    </item>
    <item>
      <title>Re: Field values joined suddenly after loding script</title>
      <link>https://community.qlik.com/t5/QlikView/Field-values-joined-suddenly-after-loding-script/m-p/1620843#M733869</link>
      <description>&lt;P&gt;Please try the below script:&lt;/P&gt;&lt;P&gt;Load Text(F1) as F1;&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;F1&lt;BR /&gt;9966&lt;BR /&gt;00009966&lt;BR /&gt;];&lt;/P&gt;</description>
      <pubDate>Fri, 06 Sep 2019 06:35:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-values-joined-suddenly-after-loding-script/m-p/1620843#M733869</guid>
      <dc:creator>anushree1</dc:creator>
      <dc:date>2019-09-06T06:35:54Z</dc:date>
    </item>
    <item>
      <title>Re: Field values joined suddenly after loding script</title>
      <link>https://community.qlik.com/t5/QlikView/Field-values-joined-suddenly-after-loding-script/m-p/1620844#M733870</link>
      <description>&lt;P&gt;Allready tried. The result is the same.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Sep 2019 06:37:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-values-joined-suddenly-after-loding-script/m-p/1620844#M733870</guid>
      <dc:creator>Peony</dc:creator>
      <dc:date>2019-09-06T06:37:58Z</dc:date>
    </item>
    <item>
      <title>Re: Field values joined suddenly after loding script</title>
      <link>https://community.qlik.com/t5/QlikView/Field-values-joined-suddenly-after-loding-script/m-p/1620846#M733871</link>
      <description>&lt;P&gt;I see the belo result on using the code i shared:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="clipboard_image_0.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/18585i54FD9EE85217E910/image-size/medium?v=v2&amp;amp;px=400" role="button" title="clipboard_image_0.png" alt="clipboard_image_0.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this not the expected result&lt;/P&gt;</description>
      <pubDate>Fri, 06 Sep 2019 06:40:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-values-joined-suddenly-after-loding-script/m-p/1620846#M733871</guid>
      <dc:creator>anushree1</dc:creator>
      <dc:date>2019-09-06T06:40:16Z</dc:date>
    </item>
    <item>
      <title>Re: Field values joined suddenly after loding script</title>
      <link>https://community.qlik.com/t5/QlikView/Field-values-joined-suddenly-after-loding-script/m-p/1622991#M733872</link>
      <description>&lt;P&gt;Tried once more and it works! Maybe I just missed something during the first check. Thank you very much for help.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Sep 2019 08:01:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-values-joined-suddenly-after-loding-script/m-p/1622991#M733872</guid>
      <dc:creator>Peony</dc:creator>
      <dc:date>2019-09-12T08:01:41Z</dc:date>
    </item>
  </channel>
</rss>

