Substring function with IF statement
Hi,
I have a requirement, in which I have to find a substring and I need to check if that substring value is blank. If it is not blank I have to assign to a variable and then concat that variable with a space.
Can you please help on how I can achieve the same?