I'm really not sure how to approach this, so any helpful tips would be great. I created the following formula in formula editor:
IF {INDV_DEMO.MAIN_CSREP}=true then {Name.FULL_NAME} else
if {INDV_DEMO.MAIN_REP}= true then {Name.FULL_NAME} else " "
I am trying to pull the MAIN_CSREP if there is one, but if not then I want the MAIN_REP. Every company has a MAIN_REP. When I insert the formula above in the details section, I get both rep names for companies that have both. I only want one name. Any ideas?
IF {INDV_DEMO.MAIN_CSREP}=true then {Name.FULL_NAME} else
if {INDV_DEMO.MAIN_REP}= true then {Name.FULL_NAME} else " "
I am trying to pull the MAIN_CSREP if there is one, but if not then I want the MAIN_REP. Every company has a MAIN_REP. When I insert the formula above in the details section, I get both rep names for companies that have both. I only want one name. Any ideas?