RSZ-EC
Member
Hi everybody!
Working in version 5, I need to return a numeric value with sign always expressed. By now, I use a long-step method, using
I wonder if there's a way to avoid inflating my database with more [Composite] and [String] fields for such trivial task. Maybe a conditional formatting in the Mask property of a [String] field, such as "
BTW, where can I find a list with all formatting options of Mask property?
Thanks in advance!
Working in version 5, I need to return a numeric value with sign always expressed. By now, I use a long-step method, using
[1(Value)]
, and if it not a minus, adding a plus sign.I wonder if there's a way to avoid inflating my database with more [Composite] and [String] fields for such trivial task. Maybe a conditional formatting in the Mask property of a [String] field, such as "
+#.##;-#.##
" so positive values get a plus sign and negative value keep its sign?BTW, where can I find a list with all formatting options of Mask property?
Thanks in advance!