ChristinaPerucci Posted June 23, 2022 Report Share Posted June 23, 2022 Is it possible to add a text value to a currency or list-number field, so that someone could enter something like "Unknown" or "Other"? Quote Link to comment Share on other sites More sharing options...
0 cheonsa Posted June 26, 2022 Report Share Posted June 26, 2022 Hello @ChristinaPerucci, Unfortunately, it is not possible for a Currency or List-Number field to accept string value. You can use Text(255) Data Type instead. Just format it in the DataPage if you would like to display it as a Currency. Then, if you are going to use it in a Formula, make sure to convert it to Integer or Number. CONVERT (int,[@field:FIELDNAME]) Hope this helps! Quote Link to comment Share on other sites More sharing options...
Question
ChristinaPerucci
Is it possible to add a text value to a currency or list-number field, so that someone could enter something like "Unknown" or "Other"?
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.