Datafeed displaying null values?

When loading data into a datafeed, if a cell doesn't contain any data the dashboard shall either provide one of two default values depending on the datatype of column.
  • String - if a column in the datafeed has a dataype of string then the default value displayed for an empty cell will be NULL.
  • Numeric - if a column in the datafeed has a  datatype of either an integer or decimal then an empty cell will be 0.
Note - when creating a dataset the default value assigned to an empty cell can be redefined.