I am trying to query some data via suiteanalytics ...
# suiteanalytics
k
I am trying to query some data via suiteanalytics connect odbc - I need to get my purchase order data when I run query
Copy code
SELECT DISTINCT Transaction_Type
FROM TRANSACTIONS
I dont see Purchase Orders as a transaction type

https://i.imgur.com/PvD09OD.png

What table is purchase order data located in ?
m
It's definitely there. Check that the role you are using for ODBC has right permissions for POs
k
@michoel Thank you, I am a moron who spent an hour reviewing all the table schemas when it was a permissions issue... -_-