Forum Discussion
AlanP514
Post Patron
3 years agoReplacing numerical values with text values
Hi All, I want to Replace these -2 values with N/A, Is there any possible way to replace numerical values with text as N/A values Thanks Alan p James
- 3 years ago
johnt75
Super User
3 years agoYou could create a custom column which is null if the value of the base column is less than 0 else it is the current value of your base column. Then you can delete the base column and rename the new one.