How do I make this Work. I know it should be easy but I just can't get it.
If text159 is blank and the Stage field is equal to 4 then make blank otherwise show the Quantity.
=IIF([Text159]="", and [Stage]=4,"",[Quantity])
So if both are True then Blank but if [Text159] is false and [Stage] is True then Quantity.
If text159 is blank and the Stage field is equal to 4 then make blank otherwise show the Quantity.
=IIF([Text159]="", and [Stage]=4,"",[Quantity])
So if both are True then Blank but if [Text159] is false and [Stage] is True then Quantity.