Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
ODBC SQL bug? nextline filter is not filtering
I work with Netsuite2.com ODBC Suite Analytics Connect
I run the following SQL Query
select ptll.linktype, ptll.nextdoc, ptll.nextline, ptll.previousdoc, ptll.previousline
from PreviousTransactionLineLink ptll
where nexttype = 'VendPymt' and linktype = 'Payment' and previoustype = 'VendBill'
and ptll.nextline >1
But it still leaves the line with nextline=1 in the results although I specified ">1" in the where clause.
I have checked also the tables: PreviousTransactionAccountingLineLink, NextTransactionLineLink, and NextTransactionAccountingLineLink, they all have the same bug
Interesting that transactionline table acts OK
Is this a bug? Do I miss something?