Forum Discussion
Anonymous
4 years agoNot applicable
ReplaceValue with two conditions
Hi! I have a table with a column "Reasons" that contains text and null values. In this table I also have "Reasons_id" column. The thing is that I want to replace null values in "Reasons" that have R...
- 4 years ago
Hi Anonymous ,
Try changing Replacer.ReplaceText with Replacer.ReplaceValues.
Pete
BA_Pete
Super User
4 years agoHi Anonymous ,
Try changing Replacer.ReplaceText with Replacer.ReplaceValues.
Pete
- Anonymous4 years agoNot applicable
Thank you!