<?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 Arithmetic Expressions in SAP Connector SQL SELECT in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Arithmetic-Expressions-in-SAP-Connector-SQL-SELECT/m-p/194742#M1229969</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Does anyone know if you can use an arithmetic expression as part of a SQL SELECT statement using the SAP Connector and if so how do you construct the statement? When I try something like:&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;[tempdata]:&lt;BR /&gt;Load&lt;BR /&gt;*&lt;BR /&gt;;&lt;BR /&gt;SQL SELECT&lt;BR /&gt;MATNR, LFGJA*100 +LFMON&lt;BR /&gt;FROM MBEWH&lt;BR /&gt;WHERE BWKEY = 'XYZ'&lt;BR /&gt;AND LFGJA &amp;gt;= 2000&lt;BR /&gt;;&lt;/P&gt;&lt;P&gt;I get an "OpenStream failed. Key = SQL_ERROR ( Number:000) " error message.&lt;/P&gt;&lt;P&gt;Any suggestions would be most appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Jan 2026 21:26:37 GMT</pubDate>
    <dc:creator>r3iuk</dc:creator>
    <dc:date>2026-01-26T21:26:37Z</dc:date>
    <item>
      <title>Arithmetic Expressions in SAP Connector SQL SELECT</title>
      <link>https://community.qlik.com/t5/QlikView/Arithmetic-Expressions-in-SAP-Connector-SQL-SELECT/m-p/194742#M1229969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Does anyone know if you can use an arithmetic expression as part of a SQL SELECT statement using the SAP Connector and if so how do you construct the statement? When I try something like:&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;[tempdata]:&lt;BR /&gt;Load&lt;BR /&gt;*&lt;BR /&gt;;&lt;BR /&gt;SQL SELECT&lt;BR /&gt;MATNR, LFGJA*100 +LFMON&lt;BR /&gt;FROM MBEWH&lt;BR /&gt;WHERE BWKEY = 'XYZ'&lt;BR /&gt;AND LFGJA &amp;gt;= 2000&lt;BR /&gt;;&lt;/P&gt;&lt;P&gt;I get an "OpenStream failed. Key = SQL_ERROR ( Number:000) " error message.&lt;/P&gt;&lt;P&gt;Any suggestions would be most appreciated.&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/Arithmetic-Expressions-in-SAP-Connector-SQL-SELECT/m-p/194742#M1229969</guid>
      <dc:creator>r3iuk</dc:creator>
      <dc:date>2026-01-26T21:26:37Z</dc:date>
    </item>
    <item>
      <title>Re. :Arithmetic Expressions in SAP Connector SQL SELECT</title>
      <link>https://community.qlik.com/t5/QlikView/Arithmetic-Expressions-in-SAP-Connector-SQL-SELECT/m-p/194743#M1229970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Have you got a role in the system ?&lt;/P&gt;&lt;P&gt;Did you try loading another table from the SAP Connector.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 May 2010 10:30:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Arithmetic-Expressions-in-SAP-Connector-SQL-SELECT/m-p/194743#M1229970</guid>
      <dc:creator>martin59</dc:creator>
      <dc:date>2010-05-14T10:30:03Z</dc:date>
    </item>
    <item>
      <title>Re. :Arithmetic Expressions in SAP Connector SQL SELECT</title>
      <link>https://community.qlik.com/t5/QlikView/Arithmetic-Expressions-in-SAP-Connector-SQL-SELECT/m-p/194744#M1229973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Martin,&lt;/P&gt;&lt;P&gt;I can do basic table extracts no problem for example:&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;[tempdata]:&lt;BR /&gt;Load&lt;BR /&gt;*&lt;BR /&gt;;&lt;BR /&gt;SQL SELECT&lt;BR /&gt;MATNR, LFGJA, LFMON&lt;BR /&gt;FROM MBEWH&lt;BR /&gt;WHERE BWKEY = 'XYZ'&lt;BR /&gt;AND LFGJA &amp;gt;= 2000&lt;BR /&gt;;&lt;/P&gt;&lt;P&gt;This works fine. It is when I try to add an expression into the SELECT clause that I get the error.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 May 2010 10:42:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Arithmetic-Expressions-in-SAP-Connector-SQL-SELECT/m-p/194744#M1229973</guid>
      <dc:creator>r3iuk</dc:creator>
      <dc:date>2010-05-14T10:42:17Z</dc:date>
    </item>
    <item>
      <title>Re. :Re: Re. :Arithmetic Expressions in SAP Connector SQL SELECT</title>
      <link>https://community.qlik.com/t5/QlikView/Arithmetic-Expressions-in-SAP-Connector-SQL-SELECT/m-p/194745#M1229976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So, you can try :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;[tempdata]:&lt;BR /&gt;Load&lt;BR /&gt;MATNR,&lt;BR /&gt;LFGJA*100 +LFMON&lt;BR /&gt;;&lt;BR /&gt;SQL SELECT&lt;BR /&gt;MATNR, LFGJA, LFMON&lt;BR /&gt;FROM MBEWH&lt;BR /&gt;WHERE BWKEY = 'XYZ'&lt;BR /&gt;AND LFGJA &amp;gt;= 2000&lt;BR /&gt;;&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 May 2010 10:57:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Arithmetic-Expressions-in-SAP-Connector-SQL-SELECT/m-p/194745#M1229976</guid>
      <dc:creator>martin59</dc:creator>
      <dc:date>2010-05-14T10:57:17Z</dc:date>
    </item>
    <item>
      <title>Re. :Re: Re. :Arithmetic Expressions in SAP Connector SQL SELECT</title>
      <link>https://community.qlik.com/t5/QlikView/Arithmetic-Expressions-in-SAP-Connector-SQL-SELECT/m-p/194746#M1229979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I must be having a bad day - why didn't I think of that!&lt;/P&gt;&lt;P&gt;Many thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 May 2010 11:04:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Arithmetic-Expressions-in-SAP-Connector-SQL-SELECT/m-p/194746#M1229979</guid>
      <dc:creator>r3iuk</dc:creator>
      <dc:date>2010-05-14T11:04:05Z</dc:date>
    </item>
  </channel>
</rss>

