NEW
- Cloud9QL Number Format
A new CLoud9Ql function has been added that allows you to control the display of numerical values. The format is NUMBER_FORMAT(<number>,<format>), and an example is:select number_format(clicks,##,###.00) as Number of clicks
-
Query History
The system now provides the ability to keep an audit history of query changes. This is only applicable if the use has edit permissions for the query in question. When the history icon is clicked, the user will see and query details and timestamp.
IMPROVEMENTS
- Showing % as a data label on stacked bar charts
An option now exists, in the Stacked Bar chart 'more' options, to show the percent as data label for stacked bars. - Simultaneous data label support for stacked bar charts
The system now supports the ability to have differing secondary data label displays - Rounding
Grid formatting for percentage and decimals now round up
FIXES
- The following Waterfall chart issues have been fixed:
- total option on the waterfall chart was not being recognised
- changing the default colors was not being persisted
- not being able to add an intermediate sum
- Addressed a minor formatting issue on the Query List page
- Fixed an issue with persisting primary and secondary axis labels
- When cloning a query, any ad-hoc queries are also now included
- Fixed an issue with embedding a Data Summary widget within a Custom HTML widget
- Fixed a formatting issue with the SSH Tunnel input box on the datasource set-up page
- Fixed an issue with the CSV upload flow where the preview grid retains the selection from the previously previewed query
- Fixed and issue with the column statistics view where long number would overflow the boundary box