Skip to main content
Solved

Adding $ symbol

  • 24 July 2024
  • 5 replies
  • 37 views

Hello. 

I created a new document custom field. 

The field type is Text Field. Validation type is Number. 

The value being entered is a currency. How do I add a $ symbol to precede the number value?

 

Thank you,

Nancy

 

 

 

@nmagalhaes 

To achieve this, you can simply add a number field instead of a text field.

Then configure the number format on th e right hand side and format it as currency with USD.

 


Thank you. Very helpful. 

Is there a way to add a % after a number field as well? I am not seeing an option. 


Hello @Michael.Rave 

When I create the custom field using number instead of text and then setting the number format to currency I am getting the following error.  

 


@Michael.Rave 

Here is a screenshot of the the custom field I created. 

 


Thank you. Very helpful. 

Is there a way to add a % after a number field as well? I am not seeing an option. 

 

In that case you need to setup a text field with a regular express as validation that requires the percentage sign at the end. You can check out this Regular Expression Library for examples you may want to use.


Reply