paramsocool
Programmer
Hi
I am trying to use an if condition with a table column that has Null or blank spaces. I am able to handle Null with if else but I am not able to figure out how to handle blank space condition as
if (value)=' '
becuase the blank space can be variable and I want to satisfy both the null and blank conditions together.
please advice.
I am trying to use an if condition with a table column that has Null or blank spaces. I am able to handle Null with if else but I am not able to figure out how to handle blank space condition as
if (value)=' '
becuase the blank space can be variable and I want to satisfy both the null and blank conditions together.
please advice.