P
Peter
There are two fields A and B where A is returned by a
function.
We would like to display A only if B is null OR empty.
And display A/B if B is not empty.
Like:
A = "BB34/2005"
B = "C"
--> Display "BB34/2005/C"
A = BB35/2005
B = Empty or Null
--> Display "BB35/2005"
Thanks
function.
We would like to display A only if B is null OR empty.
And display A/B if B is not empty.
Like:
A = "BB34/2005"
B = "C"
--> Display "BB34/2005/C"
A = BB35/2005
B = Empty or Null
--> Display "BB35/2005"
Thanks