Like what you see? Have a play with our trial version.

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added links

...

Expand

Infrastructure

  • Improved the performance of the logic used to determine a user's access to dashboards.
  • Upgraded the JS library TinyMCE to version 5.8.2.
  • Upgraded the JSch library from 0.1.55 to 0.1.63 to support more ciphers.

Data

  • Improved the management of repository database connection resources on the Report Builder page.
  • Added additional database indexes to the repository database to accelerate queries running against tables related to dashboards and images.
  • Added an advanced configuration to control some Oracle data source objects and synonyms (learn more).
  • Added a validation filter condition to Teradata calculated field validation.
  • Removed legacy drivers for Big Query and Hive proxy JDBC, and updated the Hive connection wizard to accept the official Hive driver and to exclude the outdated DriverPath connection parameter.

JS API

  • Implemented the ability to listen to dashboard loading events via an object on the window.
  • Added the option to white label the Javascript JavaScript API from the Yellowfin configuration UI (learn more - see the General Settings table).
  • Improved CSS load speed within the JS API.

REST API

  • Added support for creating a login token from the REST API for the current user without requiring the current user's credentials (allowing REST API consumers to use the JS API or redirect to the web app without the user having to re-enter their credentials).

Reports

  • Added a new report layout option that enables scrollbars for canvas reports on dashboards if they don't fit their container.

Charts

  • Updated the tooltip for layered bar charts to display all bar values on hover, as well as the total for the entire bar.
  • Tweaked the code for parsing browser width and height to improve chart sizing on the page.

User Interface

  • Improved report loading speed by eliminating superfluous load requests.
  • Improved the vertical alignment between toggle filters and their label names to be vertically centered.
  • Improved the layout, content and sections of the Action Button Properties panel.

...

Expand

Infrastructure

  • Upgraded Tomcat to 9.0.50 for new installations.
  • Improved memory management during view save and load processes.
  • Improved the security of the Browse page.
  • Resolved individual potential vulnerabilities with:
    • content folder management;
    • the input area of report approval messages;
    • The approval step before publishing reports to private folders;
    • the availability of report detail summary information;
    • the reference code manager;
    • unauthorised user session access to the Admin Console;
    • the quick login functionality;
    • email templates;
    • storyboard slide editing settings and sharing;
    • image access and user profile image functionality;
    • attaching links and videos to comments.
  • Resolved an issue that would allow users to view a report with data from a restricted-access subquery view before the report’s first run.
  • Resolved an issue where creating a view from the MIPreReportInit.i4 page would fail.
  • Resolved a misconfiguration issue with the static resources identifier when loading a plugin.

Logging

  • Resolved an issue that would prevent an event from being recorded after moving a content item from Favorites on the Browse page.
  • Resolved an issue where the event table would not log events for exports to XLSX and CSV file types.

Data

  • Resolved an issue where DB connection pool deadlocks could occur, even when connection pooling was not in use, when the connection limit was reached.
  • Resolved a potential security issue that could arise during the testing of data source connections.
  • Resolved an issue that would cause an exception when a Salesforce data source launched pre-built content.
  • Resolved an issue where a view could not be changed to use a data source from a different database type.
  • Resolved an issue that would cause the Geometry data type to be misinterpreted when using an SQL Server data source.
  • Resolved an issue that would cause the access filter schedule to always use the Append refresh type.
  • Resolved an issue with view relationships where reordering table conditions would cause any other changes to be lost.
  • Resolved an issue with the View Builder that would cause the table filter to reset when viewing more than one page of search results.
  • Resolved an issue where calculated fields using custom functions with the DateTime data type would pass the date value only (no time value) into the SQL query.
  • Resolved an issue that would prevent OLAP Cube sub queries from working.
  • Resolved an issue where OLAP sub query filters would not add offsets to dynamic dates.
  • Resolved an issue that would prevent a dashboard from being exported if it contained a drill through to a  dashboard with a filter belonging to a report's sub query.
  • Resolved an issue that would prevent the deletion of a view created from a report.
  • Resolved an issue where saving stored procedures would not adhere to the Include Schema in SQL option, and improved functionality so that stored procedures can be saved without the schema component, enabling cross-schema datasource substitution.
  • Resolved an issue that would cause orphaned database records if view cloning failed.

Roles & groups

  • Resolved an issue that would prevent the role function Show Draft Dashboards from working as expected.
  • Resolved an access issue with the Hide Browse role function.
  • Resolved an issue that would cause members of client org user roles to be excluded from client groups that their roles had been added to.
  • Resolved an issue where users and user groups would not be deleted after the client org they belonged to had been deleted.
  • Resolved an issue that would prevent the User Group Members list from displaying more than ten users.
  • Resolved a potential security vulnerability when retrieving the list of discussion group members.

Installation

  • Reverted changes made in 9.6 to the Show Duplicate Records toggle in the View Builder for smoother upgrades.
  • Resolved an issue that would prevent the migration process from running on the target instance if no external URL had been set in the source instance.
  • Resolved an issue where if a problem produced the JDBC error message during Yellowfin installation, the error message would also display the DB password.
  • Resolved an issue where the database password would display when installing Yellowfin through the command line.
  • Resolved an issue that could cause some unexpected text in some messages on brand new Yellowfin instances with tutorial content installed.
  • Resolved an issue with using encrypted licenses with Yellowfin.

Data migration

  • Resolved an issue that would prevent files exported from older versions from being imported via the REST API.
  • When migrating dashboards from pre-9.0 releases to 9.5 or later releases, resolved an issue that would cause associated reports to disappear, or appear in the wrong location, after migration.
  • Added a migration job that updates the statuscode of contentmanagement records to OPEN when the statuscode is DRAFT.
  • Resolved an issue that could cause some content not in OPEN state to attach to export files as dependencies.
  • Resolved an issue that would cause a report with two or more custom query filters from a different data source to export with only one of those custom query filters.
  • Resolved a potential vulnerability with the handling of data source passwords during the import process.
  • Resolved an issue that would prevent filters on a dashboard with code mode from applying after import.
  • Resolved an import error on report views with deleted records.
  • Resolved an issue would ignore the selection of the custom query filter data source option during import.

JS API

  • Resolved an issue where setting the possible values via the JS API would not work correctly with a pop-up filter.
  • Resolved an issue that would prevent JavaScript charts from loading on embedded dashboards.

Content Export

  • Resolved an issue where switching export types via the Export popup would stop an export.
  • Resolved an issue where exports would sometimes erroneously fail with a ‘Content Has Changed’ message.
  • Resolved an issue that could prevent some multi-tab dashboards from exporting.
  • Resolved a layout issue that would cause exported co-display reports with sections to separate tiles from reports if the export didn’t fit on a single page.
  • Resolved an issue where canvas formatting would not be applied to report canvases on the Print Preview pop-up.
  • Resolved a PDF export issue that would cause tables to break incorrectly when the header and footer heights were vastly different values.
  • Resolved an issue that would prevent the Filter API from reporting the correct values when exporting to PDF.
  • Resolved an issue with static layout dashboards where a width greater than 1000px would not shrink to fit when exporting to PDF.
  • Resolved a PDF export issue that would prevent row-based report exports.
  • Resolved an issue that would prevent exports to PDF when CSRF Filters was enabled.
  • Resolved an issue where exporting reports to PDF using certain fonts would cause tables to break in unexpected places.
  • Resolved an issue that would prevent the correct layout of long report names or descriptions when exporting co-display reports to PDF.
  • Resolved an issue where row-based reports would render inconsistently when exporting to PDF.
  • Resolved an issue where PDF exports with Suppress Duplicates enabled would not export labels for custom-width columns.
  • Resolved an issue that would cause the bottom border to disappear on reports exported as PDF or DOCX with Suppress Duplicates turned on.
  • Resolved an issue that would prevent images in the header and footer of a report from exporting correctly to the DOCX file format.
  • Resolved an issue with DOCX exports including actual data values when a conditional format using icons is used
  • Resolved an issue with conditional formatting icons not being displayed on total and subtotal rows in DOCX, PDF and XLSX exports
  • Resolved the issue of conditional formatting icons not being available in XLSX exports.
  • Resolved an issue with conditional formatting legend missing for total and subtotal rows in XLSX exports

Broadcasts

  • Resolved some issues around content display within the new broadcast subject line filter tags including:
    • inconsistent date formatting/dynamic date display;
    • incorrect unicode character rendering; and,
    • empty subquery filter tag content.
  • Improved the format of broadcast email filter tags that contain multiple filter values.
  • Resolved an issue where filtering a report date field with the ‘In list’ operand, then using the date field in a broadcast filter tag, would prevent the broadcast from running.
  • Resolved an issue that would prevent reports with timestamp filters from broadcasting.
  • Resolved an issue that would flag a report broadcast schedule with Success even when it had failed to generate a PDF.
  • Resolved several issues around schedule management, including incomplete deletion of tasks related to a ref code, and tasks without descriptions not being searchable.
  • Resolved an issue that would cause inaccurate broadcast counts, which led to some EventCache performance enhancements.
  • Resolved an issue that would prevent broadcasts from running after upgrading to 8.0.10.1 or 9.6.

Dashboards

  • Modified the publishUUID migration job for dashboard and presentation canvasses so their changes are committed incrementally to the database.
  • Resolved an issue that would prevent filter linking between advanced functions on a dashboard.
  • Resolved an issue that would prevent advanced function filters and filter links from being imported or migrated during an upgrade.
  • Resolved an issue that would cause the preview/edit toggle mode to change when switching between tabs to a new sub tab with global content.
  • Resolved an issue where brushing would not be disabled for canvas sub tabs even when toggled off.
  • Resolved a timing issue that could cause the wrong report display type to be rendered in the dashboard canvas editor.
  • Resolved an issue where a drill up triggered from the report menu would not be reflected in the child report of a dashboard drill to drill report interaction link.
  • Resolved an issue that would prevent CSS on code mode dashboards from being removed from the page when the user left the tab.

Reports

  • Resolved an issue that would cause the Moving Average analytical function to use incorrect rows during calculation.
  • Resolved an issue that could prevent report data time/date fields from displaying according to the user’s set time zone.
  • Resolved an issue that would cause a report and any dashboard it was embedded on to endlessly load if it contained a drill through to a dashboard with a filter belonging to a report's sub query.
  • Resolved an issue that could skew the layout of report headers with Report Header Lock enabled.
  • Resolved an issue that would ignore text alignment in columns of set widths.
  • Resolved an issue that would cause a skewed display of filter panel titles in edit mode.
  • Resolved an issue that would prevent the Suppress Duplicates option from working on fields with subtotals set.

Filters

  • Resolved an issue that would cause date functions placed within filter groups to generate incorrect SQL.
  • Resolved an issue that would cause incorrect user prompt filter values for a report with Minus sub queries.
  • Resolved an issue that would allow the user prompt filters to trigger additional runs of a report already running.
  • Resolved an issue that would prevent dependent filters using the list entry style from resetting to the correct default filter values.
  • Resolved an issue that would cause filters to lose their insertion order when adding multiple sub queries.
  • Resolved an issue where filter links would not be updated after a dashboard was edited.
  • Resolved an issue where the Min/Max filter options would be missing for custom query filters on dashboards.
  • Resolved an issue that would prevent filters from resetting to their default values when the Dynamic Default Filter setting was enabled.
  • Resolved an issue that would ignore the number placed in the List Size field of the Filter Formatting panel.
  • Resolved an issue where checkbox filters would show unnecessary scroll bars by reimplementing the List Size parameter on dashboards to configure list and checkbox filter scroll bars.
  • Resolved an issue that would cause an error when dependent filters from multiple reports on a dashboard had their parent filter values changed at the same time.
  • Resolved some display issues with the left filter navigation panel, including buttons that would be hidden when switching modes and filter groups that would collapse on each other.
  • Resolved an issue with conditional drill through that would cause child filters to fail to link if they were created after the drill through was set up.

Charts

  • Added Null Behavior options to category-based charts.
  • Resolved an issue where the horizontal axis display name on a trellis vertical bar chart would use the vertical axis display name.
  • Resolved an issue that would prevent conditional colors from showing on a time series bar chart with a metric color field.
  • Resolved an issue that would block conditional formatting on an auto chart when coloring by the metric field if no color field was present on the chart.
  • Resolved an issue where importing an area chart on a cross tab or an area chart with dimension color would not import the opacity setting for an entire series.
  • Resolved an issue where a trend could be broken and wasn't being identified as a problem field within the report builder.
  • Resolved an issue on some charts that would cause multiple points from the same line to be selected on mouse hover.
  • Resolved an issue that would cause tooltips to appear in the wrong place when using animated charts.
  • Resolved an issue that would cause the tooltip on time series forecasts to hide data in certain languages.

Stories

  • Resolved an issue that would prevent a story’s screenshot from cropping on a large screen.
  • Resolved an issue where users who were not original contributors of story templates could not create new stories based on those templates.

User Interface

  • Resolved an issue that would prevent user details from being updated if they had a password expiry date set.
  • Resolved an issue where a dashboard could be added to the Favourites area multiple times.
  • Resolved an issue that would cause an empty toolbar to be displayed to users who had not selected a dashboard to load at login.
  • Resolved an issue that would prevent users from using the drag-and-drop functionality to move certain content items to and from folders on the Browse page.
  • Resolved an issue that would prevent changes to the Custom Share Email Sender config fields from being saved when client orgs are enabled.
  • Added an option to disable text encoding/escaping for the Action Button URL formatter (learn more).
  • Resolved an issue where canvas widgets could not be sent backwards or forwards on the canvas when grouped.
  • Resolved an issue that would cause the Publish pop-up to appear when changing tabs in the Model step of the View Builder.
  • Resolved an issue that could cause the Prepare step of a view to stop loading.
  • Resolved an issue where the toggle changes on the Performance section of the View Options panel would not be saved.
  • Resolved an issue where changing the canvas width via the Dashboard Properties panel would cause the sub tabs selector menu to disappear.
  • Resolved a positioning issue with the Action sub-section of the Properties panel on static layout dashboards.
  • Resolved an issue that would prevent the export of SQL when requested via the SQL Statement tab of the Information popup for a dashboard.
  • Resolved an issue where sticky global containers would not inherit the dashboard background color.
  • Resolved an issue that would prevent the Legend Title and Description formatting fields from updating on a report.
  • Resolved a display issue that could occur when hiding the first field in a cross-tab report.
  • Resolved an issue that would cause multiple scrollbars to appear on a report upon opening a dialogue box.
  • Resolved an issue that would prevent users from editing conditions with NULL/NOT NULL operators in the Conditional Formatting pop-up.
  • Resolved an issue where Jasper reports with multiple filters would incorrectly display duplicate filters.
  • Resolved an issue that would cause the Select All toggle on checkbox lists in the filter panel to stay on after resetting the filters.
  • Resolved an issue that would not allow users to change the entry style of a view-level filter on dashboards.
  • Resolved an issue that would prevent the date filter from functioning correctly upon clicking apply a second time.
  • Resolved an issue that would cause HTML characters to be displayed within the popup text when linking filters.
  • Resolved an issue that would cause the filter control panel to display out of bounds in some languages.
  • Resolved an issue that would cause the Reset link to be incorrectly greyed out instead of clickable.
  • Resolved an issue that would cause the left side nav filter panel to remain open after applying filter updates.
  • Resolved an issue with client orgs that would cause the left side navigation to disappear on dashboards that used a different navigation style setting to their parent org.
  • Resolved an issue that would allow zooming out to one level further than allowed on a GIS map.
  • Resolved an issue that would prevent changes to the Chart Series Settings panel from saving when there were too many categories on a chart.
  • Refreshed the Create New Presentation pop-up design including easier scrolling and visible theme titles.
  • Resolved an issue on published presentations that would allow a user to right-click on a slide to see the Edit option.

Translations

  • Improved some phrasing in our French UI.
  • Added short month names to the Thai translation so they are shown correctly on the calendar.

...

Expand

Infrastructure

  • Resolved an issue where, after exporting to PDF and sending via email, Yellowfin would continue to check for export activity.
  • Resolved a performance issue when rendering a large amount of cached filter values into a report or dashboard.
  • Resolved an issue that could sometimes cause high CPU usage when running reports and receiving export notifications.
  • Resolved a latency issue that would prevent chart color defaults in the Admin area from saving.
  • Removed unused jQuery resources after upgrades.
  • Resolved an issue where the command line installer would incorrectly state that it had installed the tutorial data.
  • Resolved an issue where upgrading from Yellowfin 7 would cause the Browse page to hang.
  • Resolved an issue that would cause an upgrade from Yellowfin 8.0.8 to halt if the license file could not be found.
  • Resolved an issue where a license with multicast disabled would affect the user's ability to use webservices when saving reports.
  • Resolved an issue where a license with concurrent mode disabled would give an incorrect licence breach warning.
  • Improved security by implementing a feature that allows the two-way encryption key to be replaced with a custom key.
  • Resolved a potential security vulnerability with the activity stream.
  • Resolved a potential security vulnerability when exporting reports to PDF and DOCX formats.
  • Resolved a potential security issue with the translation import/export page.
  • Resolved a potential security issue when adding users through the User Import window.
  • Resolved a potential security vulnerability in the Story Editor and its controls.
  • Addressed a potential XSS issue with custom header and footer includes.
  • Resolved a potential access control issue on private discussion streams.
  • Resolved an issue that would allow edit access to views stored in a secure folder.
  • Added a nonce to every application request to prevent duplicate submissions (learn more).
  • Resolved an issue that could cause an unexpected error when performing chart brushing when Yellowfin was installed on an HSQL configuration database.
  • Resolved an issue where Datasource Creation and Datasource Edit actions would fail when the datasource contained thousands of schemas.
  • Resolved an issue that would cause certain reference code synchronisation jobs to fail.
  • Resolved an issue where client orgs would not display Signals analyses based on the views from the primary org.

Data

  • Resolved an issue where applying a Boolean filter with a BigQuery data source would cause an error to appear.
  • Resolved an issue where BigQuery filters would throw SQL errors if they contained apostrophes.
  • Resolved an issue that would cause a "resource exhausted" error in the Google Sheets connector (learn more).

JS API

  • Resolved an issue with the Yellowfin JS API, which would overwrite any other copies of jQuery with the global copy included with the JS API.
  • Resolved an issue that could prevent CSS from loading within the JS API with certain proxy and firewall configurations.
  • Resolved an issue that would prevent signal lists from displaying properly when embedded in the JS API.

REST API/Web Services

  • Resolved an issue where the TESTIMPORTCONTENTNOVALIDATION web service call would still perform validation.
  • Resolved an issue where client organization substitute data sources would be hidden when using SOAP services and the REST API.
  • Resolved an issue with the SOAP web service function SAVECONFIGURATION which would not update for a few specific configurations.

Imports

  • Resolved an issue where importing an older report would fail if a chart had multiple reference lines with multiple colors defined.
  • Resolved an issue that would cause bulk user imports to fail on Yellowfin instances using Oracle databases.
  • Resolved an issue where filter links on a dashboard with code mode could break when imported.
  • Resolved an issue where importing code mode dashboards with images could lead to the wrong ID for some images, breaking their display.
  • Resolved an issue with transformation flows where a large delimited file could not be extracted.
  • Resolved an issue with ETL item import that could prevent reports from being editable.

Content Export

  • Resolved an issue where switching export types via the popup would stop an export.
  • Resolved an issue that would cause special characters in HTML fields to be exported to XLS as HTML entities (eg, “á” instead of “á”).
  • Resolved an issue where exporting a co-display tabbed report to some formats would export only the content from the first tab.
  • Resolved an issue where the “shrink to fit page width” setting would not shrink for co-display report exports.
  • Resolved an issue with some versions of Java that would prevent the PDF exporter from starting.
  • Resolved an issue where switching export types via the popup would stop an export.
  • Resolved some layout issues for PDF exports which would cause:
    • early page breaks on some pages;
    • excess whitespace when the “Scale to Fit Page Width” option was enabled;
    • certain images to be misplaced on a canvas when shrink to fit was enabled;
    • some SVG images to be rendered at low resolution;
    • some table borders to go missing;
    • the view summary to go missing when using a preferred PDF font;
    • the report title and description to be wrapped at report width (rather than page width);
    • blank PDFs when exporting the first slide in a presentation with the Export Slides ‘Current’ radio button selected;
    • some translated words on charts to appear in their original language; and,
    • row-based reports on dashboards to go missing.
  • Resolved an issue that could cause reports to export as blank PDFs on some Java versions.

Views

  • For customers upgrading to 9.6, we switched on the ‘Show Duplicate Records’ toggle for all drag and drop views to avoid excess preview processing times.
  • Resolved an issue that would stop a valid view-level calculated filter from being saved.
  • Resolved an issue with view-level cached filter group filters, which would not automatically link correctly when added to a filter list.
  • Resolved an issue that would prevent the Show Duplicate Records toggle from functioning in views.
  • Resolved an issue where a view-level Freehand SQL calculated filter could not be saved after editing.
  • Resolved an issue that would prevent the download of view summaries for SQL views.
  • Added an optional configuration for Yellowfin to create SQL statements with views created from an identical data source to resolve a 7.1 upgrade issue where queries would display incorrect data.

Dashboards

  • Resolved an issue that would prevent users with only the Personal Dashboard role function enabled from creating private dashboards.
  • Resolved an issue where cloning a view used by a report on a dashboard would not update the dashboard filter settings.
  • Resolved an issue where filters applied on the dashboard would be cleared after reloading the page.
  • Resolved an issue where an enabled Dependent Values option in a filter hierarchy would have no effect on the child filter value list when switching back to a dashboard tab with previously applied parent filters.

Reports

  • Resolved an issue that would cause a user to lose read access to reports if private report sharing was disabled in the user’s role.
  • Resolved an issue that would cause Freehand SQL reports to automatically suppress duplicate cells.
  • Resolved an issue where manually sorting the order of a table column would cause the new order to persist even after resetting it.
  • Resolved an issue where reports created by the Google Analytics connector would cause system errors.
  • Resolved an issue where nulls would only display as zeros on column totals when “Nulls as Zeros” column formatting was enabled for cross tab reports.
  • Resolved an issue with the Division By Column(s) advanced function which would treat a calculation result of zero as null.
  • Resolved an issue where a drill through to a report would not work after switching sub tabs and returning.
  • Resolved an issue that would prevent the display of a report drill through link when the target report used an advanced user prompt filter.
  • Resolved an issue where drill through report settings could not find sub query filters from the target report.

Filters

  • Resolved an issue where previously applied filter values would not be cleared when a bookmark was applied.
  • Resolved an issue that would prevent the option to use min/max values for cached filters from saving.
  • Resolved an issue that would prevent filter values from being obtained for reports created from Freehand SQL views with access filters enabled.
  • Resolved an issue with Drill Through to Dashboard that would cause both the values of a Between filter to be read as one value.
  • Resolved an issue that would prevent a drill through link from being set when using a default child value for a mandatory filter.
  • Resolved an issue where the operators ”In List” and “Not In List” would not accept a filter value of zero.
  • Resolved an issue where using action buttons to reset a “between” filter would not fully reset the filter results.
  • Resolved an issue where report filters would automatically replace custom regional decimal separators with default full-stops.

Charts

  • Resolved an issue where custom colors would not show on multi pie charts.
  • Resolved an issue where custom color series would not work on a cross tab-based chart when using a Date Part formatted value.

JS Charts

  • Resolved an issue where dynamically scaled JavaScript charts would fail to render correctly when published.
  • Resolved an issue that would cause JavaScript charts to disappear on the chart canvas.

Broadcasts

  • Resolved an issue where a broadcast would stop sending content to any remaining valid recipients after encountering a single failed delivery address.
  • Resolved an issue where broadcast schedule jobs would sometimes be marked as successful despite some of the reports failing to run.
  • Resolved a timing issue in the Task Scheduler which would cause duplicate task runs in a clustered environment.

User Interface

  • Resolved an issue where an "unsaved changes" warning would show when switching from the Email tab to another tab on the Configuration page in a newly added client organization.
  • Resolved an issue in user group management where clicking the Add button for a dashboard tab before selecting a tab would cause an error.
  • Resolved an issue that would cause the top button on the navigation menu to overlap with other buttons when a user’s profile was disabled.
  • Resolved an issue that would cause some specific escaped characters to be displayed.
  • Resolved an issue where the yellow Create button would disappear after opening the screenshot option from the activity stream.
  • Resolved an issue that would not the count stories and views in the favorites count on the timeline.
  • Resolved an issue that would cause the timeline Connections panel to omit the display of contacts followed.
  • Resolved an issue where license reminder values would not load correctly on the license reminder page.
  • Resolved an issue where a broken content folder could cause the New Folder pop-up to omit the Folder Hierarchy section.
  • Resolved an issue where the export search would not work if there was a broken content folder in the system.
  • Resolved an issue that would prevent client organisation reports from launching if CSRFFilter was enabled.
  • Resolved an issue where discussion streams could not be deleted.
  • Resolved an issue that would prevent comment and task deletion from discussions with list view layouts.
  • Resolved an issue where editing a task comment from the discussion panel would not open the popup for editing.
  • Resolved an issue with an incorrectly labeled button when saving views as drafts.
  • Resolved an issue where the field list in the Field Settings dialog box of the view builder would disappear after a failed attempt to delete a column.
  • Resolved an issue where changing an action button font could cause vertical misalignment.
  • Expanded the maximum width of custom formatting labels to prevent overlaps in other languages.
  • Resolved a hover icon display issue where the chart/report toggle icon on a dashboard would default to show the chart image.
  • Resolved an issue where presentations would be displayed upon login instead of the dashboard.
  • Resolved an issue where resizing a dashboard canvas with the drag handle would display on the screen but would not be saved.
  • Resolved an issue that could sometimes cause an error when loading a dashboard page.
  • Resolved an issue where displaying the page title, user and role information in the header would cause whitespace when viewing dashboards on an iPhone.
  • Resolved an issue where an unnecessary horizontal scrollbar would be present in Dashboard Edit mode.
  • Resolved an issue where selecting ‘shrink to fit’ on a dashboard tab would inadvertently set the dimensions to zero.
  • Resolved an issue where the word ‘Reports’ would incorrectly display when selecting other content types to add to a dashboard.
  • Resolved an issue where dashboards would not respect custom widths set for report columns (read more).
  • Resolved an issue that would cause long reports to overflow their bounding box on static layout dashboards when the Auto Height option was enabled.
  • Resolved an issue that would cause breadcrumbs to work incorrectly on a co-display report with drill through enabled.
  • Resolved an issue that would prevent filter list display names from being renamed or hidden in real time when editing dashboards.
  • Resolved an issue where drill through popups would not display in full-screen dashboard mode.
  • Resolved an issue that would cause report tabs with long translations in other languages to overlap in edit mode.
  • Resolved an issue where a secondary scroll bar would appear in the Create Simple Report View pop-up.
  • Resolved an issue where operands breadcrumbs would sometimes display incorrectly.
  • Resolved an issue that would cause subtotal rows to display the title text from the row above.
  • Resolved an issue where a row highlight color set in the report builder could not be removed.
  • Resolved an issue where the value list display limit would be ignored for checkbox filters.
  • Resolved an issue with a missing scrollbar for filters with more than twenty options displayed as radio buttons.
  • Improved the layout of long-width filters and their control buttons.
  • Resolved an issue where drill down to filter links would not refresh when drilling up multiple levels using breadcrumb navigation.
  • Improved the display of left-side filters on dashboards by realigning the magnifying glass.
  • Resolved an issue where filters could not be applied on a dashboard if the Apply button style was configured to be a link instead of a button.
  • Updated the descriptive texts for report filter settings, which were around the wrong way.
  • Resolved an issue that would cause text filters to set cursor focus to the bottom filter on page load.
  • Resolved an issue that would cause long-running reports to run without providing the user with options to cancel or to run it in the background (learn more).
  • Resolved an issue where the PDF export panel would not render correctly for the older (V1) PDF plugin.
  • Added a loading indicator to the report broadcast page while broadcast instances are loading.
  • Resolved an issue where broadcast failure notifications would not activate when enabled through the Administration settings.
  • Resolved an issue where story screenshots would render partially transparent.
  • Resolved an issue that would cause slide thumbnails to break when flicking through slides too quickly.
  • Removed an unnecessary warning for presentations without reports on the import/export page.
  • Updated some UI text inconsistencies on pop-up displays and when returning to a presentation from a report that would incorrectly display “Dashboard” instead of “Presentation”.
  • Resolved an issue where changing the UI language would not update the language or the total color on a waterfall chart.
  • Resolved an issue that would cause sectioned charts to appear without a scrollbar on dashboards, making all other sections of the report unreachable.
  • Resolved an issue which would cause long time zone text to overlap the down arrow next to it in step 2 of a Signals Analysis.

Translations

  • Updated the German phrasing for "Present" in our German translation file.
  • Resolved an issue where the run errors for broadcast failure messages would sometimes show a resource string rather than translated text.
  • Resolved an issue where delimiters would be displayed with translated text.

...