So is the `runSuiteQL` method just not ready or am...
# suiteanalytics
n
So is the
runSuiteQL
method just not ready or am I doing something wrong? I am trying to run the query and I don't get anything back. I don't get an error, just an empty array
Copy code
SELECT transaction.entity, <http://transaction.id|transaction.id>
    FROM transaction, 
WHERE transaction.type = 'invoice'