Customizing order and top K
Sorting is one of the most common tools for data management. In Cloudera Data Visualization, you can sort your data in ascending or descending order by implementing the 'ORDER BY' clause on the query. You can also choose to limit the number of records displayed to examine the most significant entries. This can be implemented through the 'LIMIT' clause.