Project

General

Profile

Bug #2097

Number format doesn't allow decimals

Added by Luke Murphey over 6 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
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

Revision 366 (diff)
Added by lukemurphey over 6 years ago

Making decimals show up for float numbers

Closes #2097

History

#1 Updated by Luke Murphey over 6 years ago

  • Description updated (diff)

#2 Updated by Anonymous over 6 years ago

  • Status changed from New to Closed
  • % Done changed from 0 to 100

Applied in changeset lookup-editor|r366.

Also available in: Atom PDF