https://bugs.kde.org/show_bug.cgi?id=379306
--- Comment #6 from Jarosław Staniek <stan...@kde.org> --- Created attachment 105403 --> https://bugs.kde.org/attachment.cgi?id=105403&action=edit Fix Apparent issue users may have is different then: by default the default value is 0.0. It is displayed as 0 in the table view while in fact the value gets not inserted and NULL. So initial default value is NULL. Two proper fixed for us would be (see this screenshot): - avoid displaying the blue "0" as default values in the table view and instead display nothing - fix display for inserted records when there's unset default value: don't display anything in such values of records Current workaround: To have the default value = 0.0, change it to 0 in the table designer for the field. It won't trigger data removal. If this won't work, change to 1 then to 0, and save the changes. Subsequent records that are inserted then will have the value of 0 inserted and the report will display them as 0. -- You are receiving this mail because: You are watching all bug changes.