Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
Stay in the Know
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
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?
Tagged:
0