Zeros in DataSets

Hello,

I have a remote DataSet that syncs every hour and sometimes gives back the value 0. When it does, Xibo registers the data as empty and only shows a blank instead of a zero. Is there a way around this?

Are you able to give some example json that causes this so we can replicate it locally please?

Hello alex,
Thank you for your reply.
Here is an example:
{"locatedAt":[12.3456,12.3456],"airTemperature":0.9,"windSpeed":5.9,"windDirection":67,"snowfallProbability":0,"precipitationProbability":0,"weatherCode":0}

wheaterCode, snowfallProbability and precipationProbability are all empty in this case instead of having a 0.

Have you found anything?