I have a formula below and it works some of the time
if{COCENT.PAYADFCENT}={PAYS.CODPAY} then {PAYS.DESPAY}
All I am trying to do is to say if the field PAYADFCENT is the same a the field CODPAY in the PAYS table then make the field equal to the Description DESPAY, for example PAYADFCENT = 404 and 404 in the PAYS table is 404 in CODPAY and the DESPAY is MEXICO. Is there an easier way or is something wrong here. I have lloked at this for a while and tried numerous different way but will not show up. Now I have and ther field doing the exact same this but it is a Ship to address and different field but still using the PAYS table and it works.
Thanks
if{COCENT.PAYADFCENT}={PAYS.CODPAY} then {PAYS.DESPAY}
All I am trying to do is to say if the field PAYADFCENT is the same a the field CODPAY in the PAYS table then make the field equal to the Description DESPAY, for example PAYADFCENT = 404 and 404 in the PAYS table is 404 in CODPAY and the DESPAY is MEXICO. Is there an easier way or is something wrong here. I have lloked at this for a while and tried numerous different way but will not show up. Now I have and ther field doing the exact same this but it is a Ship to address and different field but still using the PAYS table and it works.
Thanks