Can someone tell me what's wrong with this formula?
if isnull ({INDIVID.AET_CORPTITLE}) then {AET_INDSPT.SPT} else
if isnull ({AET_INDSPT.SPT}) then {@titlenocode} else {INDIVID.AET_CORPTITLE}
I want to show ee's corporate title if they have one, if not show me their succession title if they have one, else show their job title.
I'm using Crystal XI. The corporate title and job title are on the same table and is linked by id to the succession table that has the succession title. Thanks.
if isnull ({INDIVID.AET_CORPTITLE}) then {AET_INDSPT.SPT} else
if isnull ({AET_INDSPT.SPT}) then {@titlenocode} else {INDIVID.AET_CORPTITLE}
I want to show ee's corporate title if they have one, if not show me their succession title if they have one, else show their job title.
I'm using Crystal XI. The corporate title and job title are on the same table and is linked by id to the succession table that has the succession title. Thanks.