SQL engine should carry over units from numeric source fields
Brought to you by:
tpsfadmin
Exported from Bugzilla, issue 4026.
--- Comment added on 10/21/02 3:03:20 PM ---
The Units of a numeric field are used for display widths. Currently, the SQL
engine sets the unit values to zero in the result set. Instead, it should be
set to the units value from the original table.
--- Comment added on 10/29/02 5:43:33 AM ---
As best I can tell, the engine does set the units to that of the source table.
There are some hard-coded unit values for aggregates, though. Is that what
you're referring to?