I am returning data to a text field for display purposes, not input. The field type is number, but when I return the value as text I want it to display as currency.
Data: 145623
What I would like to see in my text box: $145,623
Input fields do this nicely, but this is a read-only use case in a repeating group.
Any easy way to do this? If the answer is no, any suggestions on a hard way to do this? I feel like I must be missing something painfully obvious.


