Submitted by WayneK on 2018/11/15 17:30
For number fields, how to do I set:
 
- comma separator
- number of decimal places shown
 
Wayne

Comments

Hi Wayne,
 
It seems that the field property number format is currently broken. I'll fix it. You're left with the general Windows settings (control panel or settings app)
 
Pierre_Admin
IQ Designer
 

jdonlan

2018/11/16 04:55

In reply to by Pierre_Admin

Thanks Wayne and Pierre for finding that Just this week I had been trying to format a numeric field using the the field property box with no success.
However I did find that using the 'Options' settings  I was able to achieve the formatting with the
<format>#.00</format>
method.
I imagine the comma separator can be fined in a similar manner.
John

WayneK

2018/11/25 11:17

In reply to by Pierre_Admin

I see that number formatting has been fixed in 111a but still can't figure out how to set decimal places and commas
 
Field properties only shows "Standard" and "Currency" as formatting options.  The standard option displays two decimal places.  I want none for this particular field.  Also couldn't find anything in the Column menu or Manage Fields.
 
I didn't understand John's suggestion for setting it using options.  In any case, that wouldn't help since I want to set it by field, not universally or by file.
 
Wayne
 

jdonlan

2018/11/25 12:09

In reply to by WayneK

Wayne,
I was referring to the field options box at the bottom of the Field properties window, not the file options although I (now) see that could be ambiguous! In any event, as Pierre says, you can enter the formatting code directly now that the format box has been fixed.
John