I have a formla that returns a number as a value however I can not sum on the field because within the If/Then statement I have a text field comparison. Example of my code
if(({SECURITY_PROFILE.FULLNAME}<>previous({SECURITY_PROFILE.FULLNAME})) and ({TW_V_TRNSTOT.TRANSTOTAL}<35)) then 1
The fullname is the text field. Everything else is of number type.
I have this formula in the detailed section however I do not have access to the summary field due to that fullname comparison. Is there a way to get around that?
Eddie
if(({SECURITY_PROFILE.FULLNAME}<>previous({SECURITY_PROFILE.FULLNAME})) and ({TW_V_TRNSTOT.TRANSTOTAL}<35)) then 1
The fullname is the text field. Everything else is of number type.
I have this formula in the detailed section however I do not have access to the summary field due to that fullname comparison. Is there a way to get around that?
Eddie