...
Portlets are the building blocks of dashboards. You can add system portlets (the same ones as are available on the Home page) and portlets predefined by administrator. Once on the canvas, portlets can be removed, resized or reordered. Portlets containing only inputs are hidden by default and must be added manually if you want to have them displayed.
If there are many portlets on the canvas, making the content difficult to read, you can open a portlet in a pop-up window by selecting the option Open in Dialog in the 3 Dots menuclicking the Expand icon.
All layout changes can be saved as a view preference – see below.
For more information about the System Portlets see Home Page.
Remove or add a portlet – You are allowed to remove any portlet from the Dashboard. From the portlet's context menu (3 Dots) select the Remove option. You can add it again to the Dashboard by clicking the Add Portlet button and selecting the previously removed portlet.
...
Cascading filters – If the dashboard contains cascading filters, you can enable the Cascade Filter Inputs option to make dependent filters visible only after a value is selected in the master filter. If disabled, all filters are shown at once, though a value selected in one filter still limits the values available in other filters.
Alerts – Portlet-related By default, warnings and errors can be displayed inside the portlet. This functionality has to be enabled by the showPortletAlerts
feature flagrelated to portlets are displayed within the portlet itself. You can define alerts using the following Groovy API methods.
Type | Groovy API Method |
---|---|
Info | |
Warning | |
Error |
With the release of Caribou Lou 14.0, there is no longer a need to enable alerts using the showPortletAlerts
feature flag, as this functionality is now enabled by default. Consequently, the showPortletAlerts
feature flag is no longer available. For more information see Feature Flags (Dashboard).
Create Action – Creates a new action of a specific action type delivered by the Actionable Insights Accelerator. You are taken to the User Profile > Actions page where you can edit the action.
...