Link to home
Start Free TrialLog in
Avatar of Tech_Men
Tech_MenFlag for Israel

asked on

display n/a in column

hi there
i am on crystal reports in vs
if the column is empty i want to set n/a string
i need a formula

i try do this :
if({CocDet.GelemMet}="")
then
"N/A"



how can i set it ?

thanks
ASKER CERTIFIED SOLUTION
Avatar of Mike McCracken
Mike McCracken

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Tech_Men

ASKER

A++