Hello,
I have a form that by default is in view mode. There is a toggle which switches the value to edit mode. The form links to a sharepoint list of which one of the fields is "Amount" which is a currency field.
This form in my app does not show the value as a currency. To achieve this, I am using the following code in the default properties this Text(Value(Parent.Default),"$#,##0.00","en-us").
This kind of works but I am getting an error: The value $100 cannot be converted to a number.
Is there a way to display the field with the $ sign while being able to switch between view and edit modes?
thanks