Hello,
I have a report with 2 groups; 1 for the date and one for certain statusses.
It now looks like this:
12042005
not interested 3
wrong number 5
----- a lot of other statusses -----
contract 1 year 3
contract 2 years 2
flex contract 5
18 records in total
13042005
not interested 2
----- a lot of other statusses -----
flex contract 1
3 records in total
I would like to count the contracts (I tried the like command, it works in the detail part) and let it show like:
12042005
not interested 3
wrong number 5
----- a lot of other statusses -----
contract 1 year 3
contract 2 years 2
flex contract 5
18 records in total, 8 contracts
13042005
not interested 2
----- a lot of other statusses -----
flex contract 1
3 records in total, 1 contract
The date is in group header 1, the statusses are in group footer 2, and the total is displayed in group footer 1. The others are hidden.
I hope someone can help me out with this.
Kind regards,
Age de Jong
I have a report with 2 groups; 1 for the date and one for certain statusses.
It now looks like this:
12042005
not interested 3
wrong number 5
----- a lot of other statusses -----
contract 1 year 3
contract 2 years 2
flex contract 5
18 records in total
13042005
not interested 2
----- a lot of other statusses -----
flex contract 1
3 records in total
I would like to count the contracts (I tried the like command, it works in the detail part) and let it show like:
12042005
not interested 3
wrong number 5
----- a lot of other statusses -----
contract 1 year 3
contract 2 years 2
flex contract 5
18 records in total, 8 contracts
13042005
not interested 2
----- a lot of other statusses -----
flex contract 1
3 records in total, 1 contract
The date is in group header 1, the statusses are in group footer 2, and the total is displayed in group footer 1. The others are hidden.
I hope someone can help me out with this.
Kind regards,
Age de Jong