<?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: Getting error while loading the inline table in table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Getting-error-while-loading-the-inline-table-in-table/m-p/1542104#M439518</link>
    <description>&lt;P&gt;Thanks for your support , the issue has been resolved.&lt;/P&gt;</description>
    <pubDate>Mon, 11 Feb 2019 06:23:08 GMT</pubDate>
    <dc:creator>tripatiqv</dc:creator>
    <dc:date>2019-02-11T06:23:08Z</dc:date>
    <item>
      <title>Getting error while loading the inline table in table</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-error-while-loading-the-inline-table-in-table/m-p/1542025#M439511</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;When I trying to load the inline table i am facing the attached error.&lt;/P&gt;&lt;P&gt;2 days back the qv application was working properly. No it is giving me the error.&lt;/P&gt;&lt;P&gt;strange part is that the application is working fine in by another user in the server. and in my local machine it is workingfine.&lt;/P&gt;&lt;P&gt;Please help me to resolve the issue.&lt;/P&gt;</description>
      <pubDate>Sun, 10 Feb 2019 17:46:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-error-while-loading-the-inline-table-in-table/m-p/1542025#M439511</guid>
      <dc:creator>tripatiqv</dc:creator>
      <dc:date>2019-02-10T17:46:56Z</dc:date>
    </item>
    <item>
      <title>Re: Getting error while loading the inline table in table</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-error-while-loading-the-inline-table-in-table/m-p/1542032#M439512</link>
      <description>you are missing semicolon after load statement.&lt;BR /&gt;&lt;BR /&gt;if this doesn't work, post your code.</description>
      <pubDate>Sun, 10 Feb 2019 19:05:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-error-while-loading-the-inline-table-in-table/m-p/1542032#M439512</guid>
      <dc:creator>pradosh_thakur</dc:creator>
      <dc:date>2019-02-10T19:05:11Z</dc:date>
    </item>
    <item>
      <title>Re: Getting error while loading the inline table in table</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-error-while-loading-the-inline-table-in-table/m-p/1542081#M439515</link>
      <description>&lt;P&gt;Hi&amp;nbsp; Please check the code.&lt;/P&gt;&lt;P&gt;it is working in another user.&lt;/P&gt;&lt;P&gt;it is working in my local machine also&lt;/P&gt;&lt;P&gt;Filter:&lt;BR /&gt;LOAD * Inline [&lt;BR /&gt;Company,Channel&lt;BR /&gt;1000,01&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;FilterCust:&lt;BR /&gt;LOAD * Inline [&lt;BR /&gt;CUSTOMERGROUPCODE&lt;BR /&gt;01&lt;BR /&gt;02&lt;BR /&gt;03&lt;BR /&gt;];&lt;/P&gt;</description>
      <pubDate>Mon, 11 Feb 2019 05:15:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-error-while-loading-the-inline-table-in-table/m-p/1542081#M439515</guid>
      <dc:creator>tripatiqv</dc:creator>
      <dc:date>2019-02-11T05:15:39Z</dc:date>
    </item>
    <item>
      <title>Re: Getting error while loading the inline table in table</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-error-while-loading-the-inline-table-in-table/m-p/1542088#M439516</link>
      <description>&lt;P&gt;There is nothing wrong with the script you have posted. As i said if you have anything before or after that that is causing the error i would not be able to comment on that. Are you still getting the error, if yes please post the part of&amp;nbsp; script causing error and the error again.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Feb 2019 05:26:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-error-while-loading-the-inline-table-in-table/m-p/1542088#M439516</guid>
      <dc:creator>pradosh_thakur</dc:creator>
      <dc:date>2019-02-11T05:26:34Z</dc:date>
    </item>
    <item>
      <title>Re: Getting error while loading the inline table in table</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-error-while-loading-the-inline-table-in-table/m-p/1542096#M439517</link>
      <description>&lt;P&gt;This error I am getting from last 2 days.&lt;/P&gt;&lt;P&gt;I was using the qv from last 1 year , It was working fine.&lt;/P&gt;&lt;P&gt;In my local system now also the script is working fine.&lt;/P&gt;&lt;P&gt;Please have a look.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Feb 2019 05:43:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-error-while-loading-the-inline-table-in-table/m-p/1542096#M439517</guid>
      <dc:creator>tripatiqv</dc:creator>
      <dc:date>2019-02-11T05:43:00Z</dc:date>
    </item>
    <item>
      <title>Re: Getting error while loading the inline table in table</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-error-while-loading-the-inline-table-in-table/m-p/1542104#M439518</link>
      <description>&lt;P&gt;Thanks for your support , the issue has been resolved.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Feb 2019 06:23:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-error-while-loading-the-inline-table-in-table/m-p/1542104#M439518</guid>
      <dc:creator>tripatiqv</dc:creator>
      <dc:date>2019-02-11T06:23:08Z</dc:date>
    </item>
    <item>
      <title>Re: Getting error while loading the inline table in table</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-error-while-loading-the-inline-table-in-table/m-p/1542114#M439520</link>
      <description>What was the issue. Please close the thread.</description>
      <pubDate>Mon, 11 Feb 2019 06:45:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-error-while-loading-the-inline-table-in-table/m-p/1542114#M439520</guid>
      <dc:creator>pradosh_thakur</dc:creator>
      <dc:date>2019-02-11T06:45:03Z</dc:date>
    </item>
    <item>
      <title>Re: Getting error while loading the inline table in table</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-error-while-loading-the-inline-table-in-table/m-p/1542124#M439522</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Got solution in the&amp;nbsp; above link.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/QlikView-App-Development/QV-12-10-mapping-load-inline-fails/td-p/1293248" target="_blank" rel="nofollow noreferrer noopener"&gt;https://community.qlik.com/t5/QlikView-App-Development/QV-12-10-mapping-load-inline-fails/td-p/1293248&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Feb 2019 07:29:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-error-while-loading-the-inline-table-in-table/m-p/1542124#M439522</guid>
      <dc:creator>tripatiqv</dc:creator>
      <dc:date>2019-02-11T07:29:14Z</dc:date>
    </item>
  </channel>
</rss>

