Forum Discussion
Anonymous
5 years agoNot applicable
Query Editor - replace multiple values
Hello - Our ERP system captures input for who took an order....but the input is the person's initials. I have about 40 of these two change....but don't want a giant list of "Replaced Value" in...
- Anonymous5 years ago
Hi Anonymous ,
How about creating a custom column using if else function?
if [initials] = "GB" then "GREG BROWN" else if [initials] = "CD" then "CHARLIE DAVIS" else ""Best Regards,
Jay
Anonymous
5 years agoNot applicable
Hi Anonymous ,
How about creating a custom column using if else function?
if [initials] = "GB" then "GREG BROWN" else if [initials] = "CD" then "CHARLIE DAVIS" else ""
Best Regards,
Jay