Suppressing content
Here is my problem. Below I have this formula changing the field into CURRENT status and also LAST. I need to then suppress the status of LAST. I don't know if I am giving all the information need to help. But if anyone can help I am grateful.
If NextIsNull ({LEGSUM.LS_POWER_UNIT})Then "CURRENT" ELSE
if(NEXT({LEGSUM.LS_POWER_UNIT})) = ({LEGSUM.LS_POWER_UNIT}) then "LAST" else "CURRENT"
|