jesvam
10 days agoNew Contributor III
Sql Table Editor - save nulls
Hi, I have a SQL table with a decimal column that allows nulls, and I want to differentiate between an actual 0 and a null value.
I seem unable to configure the SQL Table Editor in a way that enables me to save a null value. When I press Insert new row, it defaults to an amount of 0.0, instead of null.
I am aware that I can do a dashboard extender and override the save operation but in this case the column value could be either 0 or null and I wouldn't know how to differentiate between the two.
Any ideas?