Hi all. I'm trying to format a field on a report using the IsNull function. Unfortunately, I'm getting the following error: "The result of selection formula must be a boolean".
Here's the code:
If IsNull({rpMIGroupAuthDetail;1.Service_SubCategory_Desc})
THEN {rpMIGroupAuthDetail;1.Service_Category_Desc}
ELSE {rpMIGroupAuthDetail;1.Service_SubCategory_Desc}
Can anyone see the error of my ways?
Here's the code:
If IsNull({rpMIGroupAuthDetail;1.Service_SubCategory_Desc})
THEN {rpMIGroupAuthDetail;1.Service_Category_Desc}
ELSE {rpMIGroupAuthDetail;1.Service_SubCategory_Desc}
Can anyone see the error of my ways?