How can i allow null values in a data table visualization?

Hi,
I have created a dashboard which contains a pie chart with two fields as error and success and a data table which is showing the counts of success and error. When i apply filter for error on piechart i am getting the data table as blank as it is getting null value for success column so entire table is displayed as blank How can i resolve this isssue?

Have you tried creating a scripted field based of the field you are using for the columns that returns 0 instead of null?

Hi @Stacey_Gammon
Actually by null value i mean it is getting data to be missing for success as i am selecting error in my filter.So my concern is how can i resolve this because adding a field wont help as again the problem will remain same

Can you give me some more information as to what your field mappings for error and success fields look like and perhaps a screenshot of your data table?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.