I am trying to use an IF logic statement in a report but as an expression, I have been searching the net to help me find an answer as everything I have tried is sending an error when I run The report feeds from multiple tables and has various filters set of which I am extremely proud to say I figured out however I just can't figure out the right expression for this
Fields are non-numeric
Fields = Table3.Process & Table3.Processtwo
equation = IF Process is Blank/Null then return Processtwo
IF Process is Not Blank/Null the return Process/Processtwo
Any help is greatly appreciated