[kexi] [Bug 379306] Zero values not showing up

Jarosław Staniek bugzilla_noreply at kde.org
Tue May 9 00:56:42 UTC 2017


https://bugs.kde.org/show_bug.cgi?id=379306

--- Comment #6 from Jarosław Staniek <staniek at 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 the assignee for the bug.


More information about the Kexi-bugs mailing list