Hi Everyone, We have a requirement to remove the unwanted data i.e., the data without value or zero value from the mouse hover as highlighted below from the chart. Can anyone please help us and let us know how this can be achieved?
The highlighted values from the above screenshot shouldn't be visible to the user.
Note: Record data is being used to populate this chart
Discussion posts and replies are publicly visible
To avoid loading more data than is needed, I recommend on the query rule to add a filter to only select the values that are not null and not equal to zero.
Hi velac , We have added the filters but since we have added secondary grouping it is considering all values to display even if it is not applicable for that particular column(for ex. Decline Submission as shown in above screenshot).