Version# 3497
New:
- Dashboard Listing: (3720) We’ve introduced a new user setting that reorganizes the dashboard dropdown in a tree based structure based on categories for improved structure and clarity. When enabled, dashboards are grouped by their assigned categories, displayed in a collapsible nested layout at the top. Any uncategorized dashboards are listed separately below the category sections. Starred dashboards remain easily accessible. This is a global setting that can be enabled by admins and will apply to all users.
- Custom Global Font (3734) setting enables admins to update the platform's typography. In addition to the default font, five new font options are now available, allowing users to adjust the global font styling for improved readability and aesthetic preference across the interface.
- Scatter Plot – Dual Grouping Support (3685)
Scatter plots now support up to two grouping fields. When both groupings are defined:
The first grouping field determines the symbol styles for data points.
The second grouping field splits the data into individual plots (facets), enabling more granular and comparative visual analysis. - Salesforce Query All: (3752) A new option has been added to Salesforce queries allowing users to toggle between the standard query endpoint and the queryAll endpoint via a checkbox. When enabled, the queryAll endpoint will return records that are soft-deleted (e.g., in the Salesforce recycle bin), with the isDeleted flag set to true.
This enhancement supports more efficient ETL workflows by enabling customers to implement upsert-based strategies rather than relying on full replace-all operations. It improves runtime performance and helps maintain accurate record states—particularly for deleted records—within downstream systems like data lakes.
- Graph widget: (3754) A new setting has been introduced for the topology widget allowing users to specify a column for the vertex label (v_label). This provides greater control over how nodes are labeled in the visualization.
- Couchbase Capella Support: Added native integration for Couchbase Capella.
- Repeatable widgets: Instead of a hard limit of 20, now there’s a customizable max repeatable widget that can now be set (up to 100).
Fixed:
- Excel export for widgets
- Header Row Fix: Column headers now occupy the first row in the exported Excel file. The original first row of data is preserved and shifted to row 2. (3736)
- Hidden Rows Excluded: Rows hidden via datagrid widget settings are now excluded from the Excel export, ensuring that only visible data is exported. (3769)
- Last Modified Timestamp for Direct Queries (3763) Resolved an issue where the Last Modified field in the query listing was not updating for direct queries. This field now correctly reflects changes made to direct queries, ensuring accurate modification tracking.
- SurveyMonkey has been removed from the list of available data source integrations, due to Survey Monkey restrictions. Use the REST API connections instead. (3742)