Dataset null error in Perspective Table

After adding a fixed dataset to a table i getting an error because some values on selection.data.0 are null

What is the error?

when i click on the error link me to the null value on selection.data.0

Right-click on selection.data.0 and copy.
Go to https://jsonlint.com/ and paste it in and validate the JSON.
I think you have characters in your column names which are not allowing in JSON keys.
Ignition might be able to work with them.

3 Likes

This has nothing to do with your nulls.

Many of the object keys in your screenshot have spaces and special characters. Those are not allowed in JSON. They are allowed as column names in true datasets, so you will need to reconsider your dataset column names.

Keep in mind that your table does not have to use a dataset's column name as the column header. Supply a columns property with a header override as needed.

1 Like