I have some problem, i have a report that i want to show different sum is <>0 and want to some in other group
exsample.
<gh1>
<gh2>
<gh3>
<gh4>
<detail>.....a b
<detail>.....a b
<detail>.....a b
<detail>.....a b
<gf4> sum(a) sum(b)
<gf3> sum(a) sum(b)
<gf2> sum(a) sum(b)
<gf1> sum(a) sum(b)
///////////////////////////////// end exsample /////////////////
but i don't want to show every record i want to show only sum(a)-sum(b)<>0 how to do it?
i can suppress in detail and group footer 4 but when sum in group footer 3, 2 and group footer 1 result is wrong because the sum is summarize in sum(a)-sum(b)=0
are you understand me?? LoL
exsample.
<gh1>
<gh2>
<gh3>
<gh4>
<detail>.....a b
<detail>.....a b
<detail>.....a b
<detail>.....a b
<gf4> sum(a) sum(b)
<gf3> sum(a) sum(b)
<gf2> sum(a) sum(b)
<gf1> sum(a) sum(b)
///////////////////////////////// end exsample /////////////////
but i don't want to show every record i want to show only sum(a)-sum(b)<>0 how to do it?
i can suppress in detail and group footer 4 but when sum in group footer 3, 2 and group footer 1 result is wrong because the sum is summarize in sum(a)-sum(b)=0
are you understand me?? LoL