Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

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...
  • BA_Pete's avatar
    4 years ago

    Hi Anonymous ,

     

    Try changing Replacer.ReplaceText with Replacer.ReplaceValues.

     

    Pete