<?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: SAP connector, sql_error  &amp;quot;list elements that take up...&amp;quot; in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/SAP-connector-sql-error-quot-list-elements-that-take-up-quot/m-p/459477#M1229335</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A class="loading" href="https://forums.oracle.com/forums/thread.jspa?threadID=428758"&gt;https://forums.oracle.com/forums/thread.jspa?threadID=428758&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Mar 2013 15:03:23 GMT</pubDate>
    <dc:creator>suniljain</dc:creator>
    <dc:date>2013-03-21T15:03:23Z</dc:date>
    <item>
      <title>SAP connector, sql_error  "list elements that take up..."</title>
      <link>https://community.qlik.com/t5/QlikView/SAP-connector-sql-error-quot-list-elements-that-take-up-quot/m-p/459471#M1229325</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;&lt;/P&gt;&lt;P&gt;I'm in need to put on a where-clause on my SQL on an infocube.&lt;/P&gt;&lt;P&gt;To avoid subselects I want to just have the following type of Where-clause:&lt;/P&gt;&lt;P&gt;WHERE SID_0MOVETYPE in (13,12,15,16,33,34,35,36,31,86,44,55,56,57,59,63)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I get the following error:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;SQL_ERROR (ID:00 Type:E Number:001 List elements that take up more than one line are not allowed)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to google it, but couldn't find any answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I split up the query like this:&lt;/P&gt;&lt;P&gt;WHERE SID_0MOVETYPE in (13,12,15,16,33,34,35,36) or SID_0MOVETYPE in (31,86,44,55,56,57,59,63)&lt;/P&gt;&lt;P&gt;then it works fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, this error bugs me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Has anyone experienced this?&lt;/P&gt;&lt;P&gt;Is this a connector issue or is it something in the source database?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm running the 5.6 version of the SAP connector.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Terje Knappen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 21:26:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SAP-connector-sql-error-quot-list-elements-that-take-up-quot/m-p/459471#M1229325</guid>
      <dc:creator>TK_</dc:creator>
      <dc:date>2026-01-26T21:26:37Z</dc:date>
    </item>
    <item>
      <title>Re: SAP connector, sql_error  "list elements that take up..."</title>
      <link>https://community.qlik.com/t5/QlikView/SAP-connector-sql-error-quot-list-elements-that-take-up-quot/m-p/459472#M1229330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Terje,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes...There is some limitation to IN query. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Every SQL batch has to fit in the &lt;A href="http://msdn.microsoft.com/en-us/library/ms143432.aspx"&gt;Batch Size Limit&lt;/A&gt;: 65,536 * Network Packet Size&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thus, have to split it in subqueries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Neha Rangari &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Mar 2013 09:17:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SAP-connector-sql-error-quot-list-elements-that-take-up-quot/m-p/459472#M1229330</guid>
      <dc:creator />
      <dc:date>2013-03-20T09:17:54Z</dc:date>
    </item>
    <item>
      <title>Re: SAP connector, sql_error  "list elements that take up..."</title>
      <link>https://community.qlik.com/t5/QlikView/SAP-connector-sql-error-quot-list-elements-that-take-up-quot/m-p/459473#M1229331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Neha&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your quick response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BW at this customer is running on Oracle, not SQL Server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you know if this also applies on Oracle?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Terje Knappen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Mar 2013 09:37:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SAP-connector-sql-error-quot-list-elements-that-take-up-quot/m-p/459473#M1229331</guid>
      <dc:creator>TK_</dc:creator>
      <dc:date>2013-03-20T09:37:04Z</dc:date>
    </item>
    <item>
      <title>Re: SAP connector, sql_error  "list elements that take up..."</title>
      <link>https://community.qlik.com/t5/QlikView/SAP-connector-sql-error-quot-list-elements-that-take-up-quot/m-p/459474#M1229332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Terje,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This IN query itself has this limitation. So, irrespective of the database, we use SQL SELECT query to read data from the database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Neha Rangari&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Mar 2013 09:48:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SAP-connector-sql-error-quot-list-elements-that-take-up-quot/m-p/459474#M1229332</guid>
      <dc:creator />
      <dc:date>2013-03-20T09:48:39Z</dc:date>
    </item>
    <item>
      <title>Re: SAP connector, sql_error  "list elements that take up..."</title>
      <link>https://community.qlik.com/t5/QlikView/SAP-connector-sql-error-quot-list-elements-that-take-up-quot/m-p/459475#M1229333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok, because the subquery is of type IN (select ID.....&lt;/P&gt;&lt;P&gt;I'm getting the same error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Guess the only solution is to get the correct ID's and put them in the WHERE-clause separated with OR like I wrote in the first post.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/Terje&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Mar 2013 12:07:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SAP-connector-sql-error-quot-list-elements-that-take-up-quot/m-p/459475#M1229333</guid>
      <dc:creator>TK_</dc:creator>
      <dc:date>2013-03-20T12:07:44Z</dc:date>
    </item>
    <item>
      <title>Re: SAP connector, sql_error  "list elements that take up..."</title>
      <link>https://community.qlik.com/t5/QlikView/SAP-connector-sql-error-quot-list-elements-that-take-up-quot/m-p/459476#M1229334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, that's the only solution we have right now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just justified, why it is showing that error &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Neha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Mar 2013 13:35:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SAP-connector-sql-error-quot-list-elements-that-take-up-quot/m-p/459476#M1229334</guid>
      <dc:creator />
      <dc:date>2013-03-20T13:35:18Z</dc:date>
    </item>
    <item>
      <title>Re: SAP connector, sql_error  "list elements that take up..."</title>
      <link>https://community.qlik.com/t5/QlikView/SAP-connector-sql-error-quot-list-elements-that-take-up-quot/m-p/459477#M1229335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A class="loading" href="https://forums.oracle.com/forums/thread.jspa?threadID=428758"&gt;https://forums.oracle.com/forums/thread.jspa?threadID=428758&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Mar 2013 15:03:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SAP-connector-sql-error-quot-list-elements-that-take-up-quot/m-p/459477#M1229335</guid>
      <dc:creator>suniljain</dc:creator>
      <dc:date>2013-03-21T15:03:23Z</dc:date>
    </item>
    <item>
      <title>Re: SAP connector, sql_error  "list elements that take up..."</title>
      <link>https://community.qlik.com/t5/QlikView/SAP-connector-sql-error-quot-list-elements-that-take-up-quot/m-p/459478#M1229336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Alternative option is make Inline table of required movement type and then do inner join with load scrpit . It will reduce complexity during extraction.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Mar 2013 15:05:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SAP-connector-sql-error-quot-list-elements-that-take-up-quot/m-p/459478#M1229336</guid>
      <dc:creator>suniljain</dc:creator>
      <dc:date>2013-03-21T15:05:45Z</dc:date>
    </item>
  </channel>
</rss>

