Thanks for the inquiry, Jim. INDV_DEMO.MAIN_CSREP and INDV_DEMO.MAIN_REP are boolean expressions. They are represented by checkboxes in my database software. INV_DEMO is a table that is connected to the NAME table by ID number.
Basically, here's how we are set up. We have company records...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.