Topic by Bastiaan van der Kooij
Content
I am trying to get AnalyticsReports back in ROQL with a specific Column Name, like so;
SELECT * FROM AnalyticsReport WHERE AnalyticsReport.Columns.Heading = 'MyHeading'
This throws the error 'Columns is not an object'. Anyone knows a way to do this?
Bastiaan