Forum Discussion
AustinK
6 years agoQrew Commander
var text StudentDrivingRecord=If(([Student Driving] = "yes" and IsNull([Student Driving Record Received])),"Student Driving Record","");
If([Student Driving] = "yes" and ([Student Driving Record Received] = "no" or [Student Driving Record Received] = ""),"Student Driving Record","");
I think one of those are what you are looking for. I might have an extra pair of parenthesis in there but it should work as-is. The second one assumes [student driving record received] is a dropdown with yes, no, and blank.
Also, you have a typo in NewSTudentOrientation that does not match the rest of your formula.
If([Student Driving] = "yes" and ([Student Driving Record Received] = "no" or [Student Driving Record Received] = ""),"Student Driving Record","");
I think one of those are what you are looking for. I might have an extra pair of parenthesis in there but it should work as-is. The second one assumes [student driving record received] is a dropdown with yes, no, and blank.
Also, you have a typo in NewSTudentOrientation that does not match the rest of your formula.