def RampQA(ramp_type😞
if ramp_type is None:
return "Ramp type is blank"
This hasnt worked, but feels like it should be simple... "ramp_type" is a string field. This calculation would return an error in a completely different field. Instead of returning "Ramp type is blank" it just returns Null in that field and results in this warning message:
WARNING 002858: Certain rows set to NULL due to error while evaluating python expression: File "<string>", line **, in RampQA