Looking for a formula to replace specific words in a field?
Use the DTV modify module and choose the formula tab. Enter this formula: RegExReplace( {field to update here} , "0|Not Provided|not provided|null|(N\/A)|\(not provided\)|\?" , "") In this instance, the words to be replaced are 0, Not Provided, not...