In the Excel query editor:
select MAX(date) from systemnote where recordid = '102' and field ='INVTITEM.RUNITPRICE'
This works (Brings back only the date column)
select MAX(date), field from systemnote where recordid = '102' and field ='INVTITEM.RUNITPRICE'
This does not. (I want more columns brought back)
This is the error I receive:
DataSource.Error: ODBC: ERROR [42000] [NetSuite][ODBC 64bit driver][OpenAccess SDK SQL Engine]Invalid SQL Syntax. All columns of the select list & order by should have set functions.[10136]
Details:
DataSourceKind=Odbc
DataSourcePath=dsn=NetSuite
OdbcErrors=[Table]