Hi folks, I have a situation with crystal report. I have a formula called @Sum_BalFormula_Footer, what I want to do is I want to show only the last record in the report. I use suppression formula to do it, here's the suppression formula:
if (not onlastrecord and {@Sum_BalFormula_Footer} ={@Sum_BalFormula_Footer})or onfirstrecord then
formula = true
else
formula = false
end if
I use basic syntax when i write the formula. It works, but it show only the very bottom last in the report. what I want is show the last record in each group. so can you help me guys. Thanks I appreciate any help.
regards.
Edited by pure_blood - 03 Feb 2008 at 10:54pm