Bug #2097
Number format doesn't allow decimals
Start date:
10/19/2017
Due date:
% Done:
100%
Description
When configuring a field as number, if a decimal number is provided, the LE will display it as an integer, even if storing it correctly within the KVStore.
Sample configs:
collections.conf
[test] # name of the process that the data represents field.step = string field.seq = number
transforms.conf
[test] collection=test external_type = kvstore fields_list = step,seq
Populating the KV Store. The values provided for seq are decimal.
Associated revisions
Making decimals show up for float numbers
Closes #2097
History
#1 Updated by Luke Murphey about 7 years ago
- Description updated (diff)
#2 Updated by Anonymous about 7 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Applied in changeset lookup-editor|r366.