Version# 3507
Fixed:
- Cloned Query Steps Missing (3777)
Resolved an issue where cloned queries would lose all transformation steps in the final preview, resulting in incomplete query logic upon duplication. - Embedded Filter Dropdown Cutoff (3793)
Fixed a display issue in embedded dashboards where long filter dropdowns were cut off or rendered off-screen on certain screen sizes. Filter behavior was standardized to maintain consistent directionality. - Dashboard Drilldown via Share URL Redirects to Homepage (3791)
Addressed a routing issue where using a shared dashboard URL with drilldowns redirected users to the homepage upon clicking 'Back'. This occurred due to non-root URL configurations in some environments. - Secondary Chart Drilldown Failure with Multi-Field Primary Chart (3772)
Resolved an issue in dual-chart widgets where drilldowns from the secondary chart failed when the primary chart was of type area and included two fields. In this case, the primary chart did not register a valid click point, preventing the backend from receiving a drilldown trigger. This has been fixed to ensure proper click handling even when multiple fields are present in the primary chart. - PDF Export - Floating Point Rounding Error (3783)
Resolved floating point rounding issues in PDF exports where large numbers were inaccurately rendered, improving numeric precision in reports. - Repeatable Widget Shows 'No Data' on Edit (3764)
Fixed a visual bug where repeatable widgets displayed a 'No Data to be Displayed' message when editing widget settings, even when valid data existed. - Category Sync in Import/Export Script (3792)
Fixed an issue where removing a category from a widget or dashboard was not reflected after re-exporting and re-importing using the import/export script with include categories flag. - Pivot Drilldown Formatting Bug (3794)
Fixed a bug where drilldowns from pivot widgets to dashboards inserted square brackets around values, causing mismatches and breaking the drilldown path. - Dashboard Sharing API with SSO Users (3790)
Resolved an issue where the Share Dashboard API endpoint did not support sharing dashboards with SSO users via name parameter. All expected SSO parameters now function as intended.