View Processed Data
Space Admins can view their processed data through Space Management.
When attempting to use order by with a measure column, you may face the following 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.