Viewing published data
Space Admins can view their published data through Space Management.
- From Space Management, select View Published Data.
- Data is split in to three menus: Dimension Data, Measure Data, and Stage Data.
- Rest your cursor over the item and select either Preview Data or View Profile to learn more about the published data.
- When viewing the processed data, users can modify information in the Data query and use Run Query to view the results of the data query.
- Data shown in this view can be ordered, using the "ORDER BY" parameter.
- 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 can't 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.