Can someone tell me why this formula doesn't work and what I may need to do to fix it? It never recognizes when the string variable SectionCode is empty, i.e. it never returns "None Entered" even though it should for many records.
if {EmpRequest.SectionCode}<> "" then {EmpRequest.SectionCode} else "None Entered"
Thanks,
Andrew Wierzbic
if {EmpRequest.SectionCode}<> "" then {EmpRequest.SectionCode} else "None Entered"
Thanks,
Andrew Wierzbic