<?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 Error in LOAD INLINE statement in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Error-in-LOAD-INLINE-statement/m-p/174196#M43105</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;I have types in one table, I loaded that table in the Qlikview. I have written a INLINE statement to map that types.&lt;/P&gt;&lt;P&gt;tab1:&lt;/P&gt;&lt;P&gt;SELECT Type from table A;&lt;/P&gt;&lt;P&gt;Maptopups:&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;Type, Map_Type&lt;BR /&gt;&lt;M&gt;, Others&lt;BR /&gt;[M Negative Adjus], Others&lt;BR /&gt;[M positive Adjus], Others&lt;BR /&gt;&lt;E&gt;, E&lt;BR /&gt;[E Cancellation], E cancellation&lt;BR /&gt;&lt;V&gt;, V&lt;BR /&gt;];&lt;/V&gt;&lt;/E&gt;&lt;/M&gt;&lt;/P&gt;&lt;P&gt;I am getting &lt;B&gt;"Garbage value error"&lt;/B&gt; after executing the above INLINE statement.&lt;/P&gt;&lt;P&gt;What is wrong in the INLINE statement.&lt;/P&gt;&lt;P&gt;-raghu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Dec 2009 19:35:17 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-12-03T19:35:17Z</dc:date>
    <item>
      <title>Error in LOAD INLINE statement</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-LOAD-INLINE-statement/m-p/174196#M43105</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;I have types in one table, I loaded that table in the Qlikview. I have written a INLINE statement to map that types.&lt;/P&gt;&lt;P&gt;tab1:&lt;/P&gt;&lt;P&gt;SELECT Type from table A;&lt;/P&gt;&lt;P&gt;Maptopups:&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;Type, Map_Type&lt;BR /&gt;&lt;M&gt;, Others&lt;BR /&gt;[M Negative Adjus], Others&lt;BR /&gt;[M positive Adjus], Others&lt;BR /&gt;&lt;E&gt;, E&lt;BR /&gt;[E Cancellation], E cancellation&lt;BR /&gt;&lt;V&gt;, V&lt;BR /&gt;];&lt;/V&gt;&lt;/E&gt;&lt;/M&gt;&lt;/P&gt;&lt;P&gt;I am getting &lt;B&gt;"Garbage value error"&lt;/B&gt; after executing the above INLINE statement.&lt;/P&gt;&lt;P&gt;What is wrong in the INLINE statement.&lt;/P&gt;&lt;P&gt;-raghu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Dec 2009 19:35:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-LOAD-INLINE-statement/m-p/174196#M43105</guid>
      <dc:creator />
      <dc:date>2009-12-03T19:35:17Z</dc:date>
    </item>
    <item>
      <title>Error in LOAD INLINE statement</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-LOAD-INLINE-statement/m-p/174197#M43106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Remove the brackets from the data values.&lt;/P&gt;&lt;P&gt;e.g&lt;/P&gt;&lt;P&gt;M, Others&lt;/P&gt;&lt;P&gt;M Negative Adjus, Others&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Dec 2009 19:41:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-LOAD-INLINE-statement/m-p/174197#M43106</guid>
      <dc:creator />
      <dc:date>2009-12-03T19:41:00Z</dc:date>
    </item>
    <item>
      <title>Error in LOAD INLINE statement</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-LOAD-INLINE-statement/m-p/174198#M43107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;LOAD INLINE instead of LOAD * INLINE ...&lt;BR /&gt;Maybe the [ ] between the LOAD INLINE [ ] could also give problems?&lt;BR /&gt;&lt;BR /&gt;Try something like below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;&lt;BR /&gt;tab1:&lt;BR /&gt;SELECT Type from table A;&lt;BR /&gt;&lt;BR /&gt;Maptopups:&lt;BR /&gt;LOAD INLINE [ Type, Map_Type&lt;BR /&gt;'M',Others&lt;BR /&gt;'M Negative Adjus',Others&lt;BR /&gt;'M Positive Adjus', Others&lt;BR /&gt;];&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Dec 2009 19:42:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-LOAD-INLINE-statement/m-p/174198#M43107</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-12-03T19:42:31Z</dc:date>
    </item>
    <item>
      <title>Error in LOAD INLINE statement</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-LOAD-INLINE-statement/m-p/174199#M43108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks to both of you. Problem with the brackets.&lt;/P&gt;&lt;P&gt;-Raghu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Dec 2009 23:24:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-LOAD-INLINE-statement/m-p/174199#M43108</guid>
      <dc:creator />
      <dc:date>2009-12-03T23:24:00Z</dc:date>
    </item>
  </channel>
</rss>

