Hi,
I'm running a query that displays a list of values. for example the result will be :
a
b
c
d
I would like to replace "a","b" and "c" with strings of my own. How is that possible ? Using the "Replace" function allowed me to change only one string.
Thanks.
I'm running a query that displays a list of values. for example the result will be :
a
b
c
d
I would like to replace "a","b" and "c" with strings of my own. How is that possible ? Using the "Replace" function allowed me to change only one string.
Thanks.
Comment