Hi,
I am using Crystal XI and Oracle 10g.
I have a Running Total in the detail section of my report. I have two Groups in the report, Type and Name. The running total works fine except when Name field is NULL. For example if the running total is 10 and Name field is Null it shows the count from 1 to 10 in the detail section. If Name field is not Null it just shows the total 10 in the detail secton instead of showing numbers 1 to 10.
Running Total is count of another field, Evaluated for each record and Reset is based on a formula which uses the Name field. Code looks like this
Both the GH1 and GH2 has 'underlay following sections' checked. Don't know why this happens?
Thanks!
I am using Crystal XI and Oracle 10g.
I have a Running Total in the detail section of my report. I have two Groups in the report, Type and Name. The running total works fine except when Name field is NULL. For example if the running total is 10 and Name field is Null it shows the count from 1 to 10 in the detail section. If Name field is not Null it just shows the total 10 in the detail secton instead of showing numbers 1 to 10.
Running Total is count of another field, Evaluated for each record and Reset is based on a formula which uses the Name field. Code looks like this
Code:
{F.TYPE}<> PREVIOUS ({F.TYPE})
OR {F.NAME} <> PREVIOUS ({F.NAME})
Both the GH1 and GH2 has 'underlay following sections' checked. Don't know why this happens?
Thanks!