View Published Data
Space Admins can view their published data through Space Management.
When attempting to use order by with a measure column, you may face this error: Unable to retrieve results of query. This error is because you cannot have an ORDER BY clause on an aggregated measure and a different aggregation on the same measure in the projection list of the SELECT, for example [Sum: Quantity] and [Max: Quantity]. Remove the extra aggregations for that measure in the SELECT statement and run the query again.