<?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 behavior Inline load in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Strange-behavior-Inline-load/m-p/505118#M687914</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Numbers in qlikview can have only 14 digits. Any string with more digits will be considered text. So in your first example both strings will be evaluated as numbers. But in the second example the second string cannot be interpreted as a number so it ends up as a text value.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Nov 2013 16:30:56 GMT</pubDate>
    <dc:creator>Gysbert_Wassenaar</dc:creator>
    <dc:date>2013-11-28T16:30:56Z</dc:date>
    <item>
      <title>Strange behavior Inline load</title>
      <link>https://community.qlik.com/t5/QlikView/Strange-behavior-Inline-load/m-p/505117#M687913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can someone explain this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;INLINE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Name, Value&lt;BR /&gt;Name1, "0000"&lt;BR /&gt;Name2, "00000000000000"&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;]; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Results in:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;IMG alt="inline1.png" class="jive-image" height="298" src="https://community.qlik.com/legacyfs/online/49685_inline1.png" width="463" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;And&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;INLINE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Name, Value&lt;BR /&gt; Name1, "0000"&lt;BR /&gt;Name2, "0000000000000000"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Results in:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;&lt;IMG alt="inline2.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/49686_inline2.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Is there a reason for this behavior?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Nov 2013 16:16:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Strange-behavior-Inline-load/m-p/505117#M687913</guid>
      <dc:creator />
      <dc:date>2013-11-28T16:16:11Z</dc:date>
    </item>
    <item>
      <title>Re: Strange behavior Inline load</title>
      <link>https://community.qlik.com/t5/QlikView/Strange-behavior-Inline-load/m-p/505118#M687914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Numbers in qlikview can have only 14 digits. Any string with more digits will be considered text. So in your first example both strings will be evaluated as numbers. But in the second example the second string cannot be interpreted as a number so it ends up as a text value.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Nov 2013 16:30:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Strange-behavior-Inline-load/m-p/505118#M687914</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-11-28T16:30:56Z</dc:date>
    </item>
    <item>
      <title>Re: Strange behavior Inline load</title>
      <link>https://community.qlik.com/t5/QlikView/Strange-behavior-Inline-load/m-p/505119#M687915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the &lt;STRONG&gt;Num&lt;/STRONG&gt; function to keep trailing zeros.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Num(Field , '##########0')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Nov 2013 19:30:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Strange-behavior-Inline-load/m-p/505119#M687915</guid>
      <dc:creator />
      <dc:date>2013-11-28T19:30:14Z</dc:date>
    </item>
    <item>
      <title>Re: Strange behavior Inline load</title>
      <link>https://community.qlik.com/t5/QlikView/Strange-behavior-Inline-load/m-p/505120#M687916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thans for your reply, Gysbert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If qv interprets the string as a number, why doesn't it display a '0' instead of '0000' in the first example?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need the input to be strings, so I tried:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;let&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;Value&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; = &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Text&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;('0000');&lt;BR /&gt;TEST:&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;INLINE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Key, Name,Value&lt;BR /&gt;1, Name1, $(Value)&lt;BR /&gt;]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;l&lt;/STRONG&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;et&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;Value&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; = &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Text&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;('000000000 ');&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;INLINE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Key,Name, Value&lt;BR /&gt;2,Name1, $(Value)&lt;BR /&gt;]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&gt;&lt;BR /&gt;Same result however:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;IMG alt="inline3.png" class="jive-image" height="319" src="https://community.qlik.com/legacyfs/online/49713_inline3.png" width="573" /&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Nov 2013 08:22:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Strange-behavior-Inline-load/m-p/505120#M687916</guid>
      <dc:creator />
      <dc:date>2013-11-29T08:22:03Z</dc:date>
    </item>
    <item>
      <title>Re: Strange behavior Inline load</title>
      <link>https://community.qlik.com/t5/QlikView/Strange-behavior-Inline-load/m-p/505121#M687917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply dathu.qv,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you give an example? I wasn't able to load the values in the first example using this function.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Nov 2013 08:24:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Strange-behavior-Inline-load/m-p/505121#M687917</guid>
      <dc:creator />
      <dc:date>2013-11-29T08:24:12Z</dc:date>
    </item>
    <item>
      <title>Re: Strange behavior Inline load</title>
      <link>https://community.qlik.com/t5/QlikView/Strange-behavior-Inline-load/m-p/505122#M687918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Because QV also tries to keep the format as seen for the first occurrence. Add another line Name0, 0&amp;nbsp; as first line to the first inline loaf of your initial post to see what I mean. Use the num() function to explicitely define the text representation of your value (and if you don't already know, search for dual value to read more about this).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Nov 2013 08:47:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Strange-behavior-Inline-load/m-p/505122#M687918</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2013-11-29T08:47:15Z</dc:date>
    </item>
    <item>
      <title>Re: Strange behavior Inline load</title>
      <link>https://community.qlik.com/t5/QlikView/Strange-behavior-Inline-load/m-p/505123#M687919</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you swuehl,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ok, I understand what you mean.&lt;/P&gt;&lt;P&gt;In my case, the values I want to load are strings. So '0000' and&amp;nbsp; '000000' aren't the same and aren't numbers.&lt;/P&gt;&lt;P&gt;(codes for categories in my case, as '0' or '00' could be). The dual function would be helpful, but then I would have to define all categories in advance, and I don't know how many and which to expect.&lt;/P&gt;&lt;P&gt;I'm looking for a way to force qv to load the values as strings.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Nov 2013 09:27:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Strange-behavior-Inline-load/m-p/505123#M687919</guid>
      <dc:creator />
      <dc:date>2013-11-29T09:27:48Z</dc:date>
    </item>
    <item>
      <title>Re: Strange behavior Inline load</title>
      <link>https://community.qlik.com/t5/QlikView/Strange-behavior-Inline-load/m-p/505124#M687920</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the text() function&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; Name, text(Value) as Value &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;INLINE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Name, Value&lt;BR /&gt;Name1, "0000"&lt;BR /&gt;Name2, "00000000000000"&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;]; &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Nov 2013 09:31:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Strange-behavior-Inline-load/m-p/505124#M687920</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2013-11-29T09:31:39Z</dc:date>
    </item>
    <item>
      <title>Re: Strange behavior Inline load</title>
      <link>https://community.qlik.com/t5/QlikView/Strange-behavior-Inline-load/m-p/505125#M687921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi swuehl,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I already tried that, with no success:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;let&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;Value&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; = &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Text&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;('0000');&lt;BR /&gt;TEST:&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;INLINE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Key, Name,Value&lt;BR /&gt;1, Name1, $(Value)&lt;BR /&gt;]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;l&lt;/STRONG&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;et&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;Value&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; = &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Text&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;('000000000 ');&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;INLINE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Key,Name, Value&lt;BR /&gt;2,Name1, $(Value)&lt;BR /&gt;]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&gt;&lt;BR /&gt;Same result however:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/servlet/JiveServlet/showImage/2-429632-49713/inline3.png"&gt;&lt;IMG alt="inline3.png" class="jive-image jiveImage" height="319" src="https://community.qlik.com/legacyfs/online/49720_inline3.png" width="573" /&gt;&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Nov 2013 09:42:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Strange-behavior-Inline-load/m-p/505125#M687921</guid>
      <dc:creator />
      <dc:date>2013-11-29T09:42:23Z</dc:date>
    </item>
    <item>
      <title>Re: Strange behavior Inline load</title>
      <link>https://community.qlik.com/t5/QlikView/Strange-behavior-Inline-load/m-p/505126#M687922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's not what I've suggested (using text() function in your load). Why are you using variables here?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But anyway, here your go:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let Value = Text('0000');&lt;/P&gt;&lt;P&gt;TEST:&lt;/P&gt;&lt;P&gt;LOAD Key, Name, text(Value) as Value INLINE&lt;/P&gt;&lt;P&gt;[Key, Name,Value&lt;/P&gt;&lt;P&gt;1, Name1, $(Value)&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;let Value = Text('000000000 ');&lt;/P&gt;&lt;P&gt;LOAD Key, Name, text(Value) as Value INLINE&lt;/P&gt;&lt;P&gt;[Key,Name, Value&lt;/P&gt;&lt;P&gt;2,Name1, $(Value)&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Dec 2013 17:05:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Strange-behavior-Inline-load/m-p/505126#M687922</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2013-12-03T17:05:16Z</dc:date>
    </item>
    <item>
      <title>Re: Strange behavior Inline load</title>
      <link>https://community.qlik.com/t5/QlikView/Strange-behavior-Inline-load/m-p/505127#M687923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi swuehl,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;Your solution works. I'm converting data from a legacy system with poor data definitions. Thats why I have to use variables.&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Dec 2013 08:16:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Strange-behavior-Inline-load/m-p/505127#M687923</guid>
      <dc:creator />
      <dc:date>2013-12-04T08:16:13Z</dc:date>
    </item>
    <item>
      <title>Re: Strange behavior Inline load</title>
      <link>https://community.qlik.com/t5/QlikView/Strange-behavior-Inline-load/m-p/505128#M687924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Please ignore my last post. Please find the below piece of sample code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD ID, NAME, NUM(VALUE ,'000000') AS VALUE INLINE [&lt;/P&gt;&lt;P&gt;ID, NAME, VALUE&lt;/P&gt;&lt;P&gt;1, N1, 0&lt;/P&gt;&lt;P&gt;2, N2, 10&lt;/P&gt;&lt;P&gt;3, N3, 101];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Num_Fuc.JPG.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/49979_Num_Fuc.JPG.jpg" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Dec 2013 15:16:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Strange-behavior-Inline-load/m-p/505128#M687924</guid>
      <dc:creator />
      <dc:date>2013-12-04T15:16:08Z</dc:date>
    </item>
  </channel>
</rss>

