Week of September 7, 2025
September 7, 2025
September 11, 2025 #
Added support for negative (
NOT IN
) query filters, which can be specified using thefield_name_not_in_query
parameter. This filter type can be created using AI or the workbook UI.Added support for using
AND
operators within groups in access grants. For example,is_admin&is_omni|blobby
means(is_admin AND is_omni) OR blobby
.Improved the editing experience for dashboard Markdown tiles by moving the editor into a larger, resizable sidepanel. You can also now preview the appearance of tiles without needing to save and exit the editor.
September 10, 2025 #
Added a Labels tab to the options for small multiples / trellis charts.
Added troubleshooting details about failed deliveries to Settings > Deliveries.
September 9, 2025 #
Added a new Styles section to Settings > Themes that allows you to specify styles across your Omni application. Currently only a few button styles are supported, but more will be added in the future.
Added a success field to the audit logs for query execution events, which is used to indicate if a query executed successfully.
Removed the feature flag for the Settings > AI page. All Organization Admins will now have access.
September 8, 2025 #
Moved the Edit option to the top level of the field options menu. Previously, this option was located in Modeling > Edit.