New:
- NLP Improvements: We’ve made some significant improvements to our NLP/Ask questions capability. The NLP engine uses our new in-house AI Service engine to improve accuracy and relevance.
- Ability to tokenize Cloud9QL within Widgets. This can be used to set runtime parameters.
- Reports will now have the check box “Skip Report with empty attachments”, when enabled this will cause the report to skip in the event that the dataset CSV attachment returns no data or if the report contains no attachments. All existing reports will have this checkbox unchecked. (3369)
Fixed:
- Count will now return 0 when there are no records.
- Consider this query on July 18th 2024 for Olympics data:
Count(Event) where Medal = Gold and Year = 2024 and Country = USA;
Since the Olympics have not begun yet there will be now rows of data for 2024, however the output will be 0 instead of a null value.
- The Query listing page now supports click to sort on the ‘Last Executed’ column. (3362)
- Query join builder no longer intermittently returns empty dropdown for join fields. (3342)
- Private Draft Mode fixes: (3372)
- A widget’s dataset can now be changed inside of draft mode without impacting the public version of the widget.
- Widget previews will now load without having to refresh the page.
- Spreadsheet widget: collapsed toolbar no longer impacts widget rendering when shared via URL or embedded. (3374)
- Fixed /Knowi command in Slack. (3379)
- X-axis sub grouping order will follow ‘X-Axis Ordering’ widget setting. Available options for sorting include: ascending, descending, or none which applies the natural order from the dataset. (3377)
When a new SSO token is generated, test secure hashes will pick up the new token in the same session instead of requiring a logout to refresh it. (3376)