Ability to set prefix/suffix values on custom fields (like $ or % or anything)
E
Eric Typaldos
Often times, number or formula custom fields are used to show currency amounts, percentages, and more. But they can only display as plain numbers.
Add the ability to enhance number custom fields such that users can define a prefix/suffix character or format.
Some examples....
== Example 1 ==
Name: "Invoice Amount"
Type: Number
-- Format --
Prefix: $
Suffix: None
== Example 2 ==
Name: "Product Weight"
Type: Number
-- Format --
Prefix: None
Suffix: kg
== Example 3 ==
Name: "Percentage sold"
Type: Number
-- Format --
Prefix: None
Suffix: %
== Example 4 ==
Name: "Days until kickoff"
Type: Formula
Formula: DAYS(NOW(),field("Kickoff Date"))
-- Format --
Prefix: None
Suffix: Days to go
Log In
E
Eric Typaldos
Merged in a post:
Add Formatting for $ and comma values in number custom fields and Dashboards
C
Con O'Connor
When wanting to track a $ amount on a row, we need to add an Action Custom Field...with the "Number" option.
There's no option to add a comma or $.
This translates into Dashboard Number widgets which also don't have formatting, leaving room for improvement.
Would also be nice to more easily roll up budget / $ / numbers in parent rows for all child rows.
E
Eric Typaldos
Merged in a post:
Create custom field types - currency, time, values, etc
W
Winshen Liu