I am building validation reporting for my organization, and I am trying to add a filter for instances where Account Owner field does not equal Contact Owner field.
Is there a way to do this?
1 respuesta
if(CONTACT_OWNER<>OWNER_FULL_NAME,1,0)
As a common practice, if your question is answered, please choose 1 best answer.