Hi,
I have a form and I want a value to appear with two digits after the comma. It appears like that "27,6" but I would like it to appear like that "27,60". I have indicated a mask format for the item like this without effect : "999G999G999G999G990D00''. I have also tried to make a computation but it does't work either : "select to_char(prix_ttc, '9999999999D00') "Prix TTC" from GS_ARTICLE where PK = :P12_PK".
Thank you for your help.