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
You would need to filter them before preparing the char. Basically your decline submission has 5 groups and 3 of them are having no value. So filter them out before preparing your chart
Hi Kumar Agniwesh , The other 3 groups are from Customer ESG Scoring and Underwriting Assessment. If I hover over those then the respective groups are getting populated with value and others are getting marked with 0 as we have used a!measure and "COUNT" as function in it.