You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating a dashboard widget of type “Donut”, perspective “Entities” with filters Label and Parameters attribute set to “Status”, multiple entries are displayed.
The intention of this dashboard widget is to display the distribution of statuses for RFIs, Incident Responses and Tasks with the label.
Environment
6.5.1 SaaS
Reproducible Steps
Steps to create the smallest reproducible scenario:
From a dashboard, create a widget
Select the “Donut” Visualisation
Select the “Entities” Perspective
Filter for the labels
Under Parameters > Attribute, select “Status”
Expected Output
Actual Output
Multiple entries for fields are displayed
Screenshots (optional)
(recreated in testing with following labels)
The text was updated successfully, but these errors were encountered:
fruitcakej
added
bug
use for describing something not working as expected
needs triage
use to identify issue needing triage from Filigran Product team
labels
Feb 11, 2025
@fruitcakej the reason is because you may have different entity types. Each of them has a status NEW, but this "NEW" status has a different id for each entity type, leading to this situation (it is interpreted as 2 different statuses in the end).
Therefore, this is "normal", but I agree, far from being optimal.
Given that we have fixed this behavior in the filters of the platform (for instance, if you try the same query on data entity, only a single status NEW will be available), we should do the same in the dashboards.
Description
When creating a dashboard widget of type “Donut”, perspective “Entities” with filters Label and Parameters attribute set to “Status”, multiple entries are displayed.
The intention of this dashboard widget is to display the distribution of statuses for RFIs, Incident Responses and Tasks with the label.
Environment
6.5.1 SaaS
Reproducible Steps
Steps to create the smallest reproducible scenario:
From a dashboard, create a widget
Select the “Donut” Visualisation
Select the “Entities” Perspective
Filter for the labels
Under Parameters > Attribute, select “Status”
Expected Output
Actual Output
Multiple entries for fields are displayed
Screenshots (optional)
(recreated in testing with following labels)
The text was updated successfully, but these errors were encountered: