New:
- Report Frequency Additions: Now includes the ability to select certain days of the week to send the report on. (3490)
- Clone Dashboard Widget Names: When using the Clone Dashboards and Widgets option, the user can now edit the names of all the newly created widgets by adding a prefix and/or suffix to the widget title. If both are left blank “(Copy)” will be attached as a suffix. (3535)
Filters:
- Require Value Filter with Empty Values
The "Require Value" filter ensures that a field must contain a value when a dashboard or widget is used. However, under specific conditions, the value can be left empty temporarily, and the system will auto-select a default value.
- Conditions for Allowing Empty Values:
- Require Value is checked: The filter must have the "Mandatory" and "Require Value" options enabled.
- Field Type is String: The field must be of a string data type.
- Auto Suggestions From Another Dataset is enabled: The value must be populated from a predefined pick list.
- Behavior: When these conditions are met, upon loading the dashboard or widget, the system fetches the list of possible values from the hit list. If the filter value is empty, the system will automatically select the first value from the list.
- Conditions for Allowing Empty Values:
- Improved comma handling for filters. When the Filter Control is set to Multiple, the user can paste a comma separated list of values into the filter which will be delimited automatically. If the user types in a value containing a comma the text will not be split into different filter values. (3509)
- MGMT API Updates:
- Clone Dashboards Endpoint: (3535)
- Added flag to the to clone dashboards and widgets.
- Added Inputs for cloned widget prefix and suffix.
- Docs: knowi.com:9443/docs/managementAPI.html#CloneDashboard
- Dashboard/Widget Filter Create/Update Endpoint: (3396)
- Added input to change the filter label.
- Added input to add filter description.
- Docs: https://staging.knowi.com:9443/docs/managementAPI.html#UpdateFiltersandFiltersets
- Clone Dashboards Endpoint: (3535)
Fixed:
- Fixed Filter Labels from disappearing. (3533)
- Fixed date/time filter inequality (Not Equals) condition. (3528)
- Fixed bug slightly cutting off the bottom of the last row of a Datagrid. (3401)