Conditional Formatting lines.
I am using Crystal 9. I want to show line for every 4 records, which I am able to get using this formula “recordnumber mod 4 > 0” but also I want show lines based on the Sec_type too. I have order by sec_type
This is my data:
Sec_Type amount
AAB 1000
AAB 2000
AAB 3000
AAB 8000
AAB 6000
CAA 900
CAA 600
ZZZ 700
I want to show like this:
Sec_Type amount
AAB 1000
AAB 2000
AAB 3000
AAB 8000
AAB 6000
CAA 900
CAA 300
ZZZ 700
Can any one know how to conditionally show lines? in the detail section.
Thanks,
Raj.
I am using Crystal 9. I want to show line for every 4 records, which I am able to get using this formula “recordnumber mod 4 > 0” but also I want show lines based on the Sec_type too. I have order by sec_type
This is my data:
Sec_Type amount
AAB 1000
AAB 2000
AAB 3000
AAB 8000
AAB 6000
CAA 900
CAA 600
ZZZ 700
I want to show like this:
Sec_Type amount
AAB 1000
AAB 2000
AAB 3000
AAB 8000
AAB 6000
CAA 900
CAA 300
ZZZ 700
Can any one know how to conditionally show lines? in the detail section.
Thanks,
Raj.