Hi,
I have my data like this in the report.
id Function
1 200
1 201
1 201
1 202
1 203
2 200
2 201
2 201
2 202
2 203
3 201
3 202
3 203
I would like to have the data like this:
1
2
Report footer: should have count of all id's
the criteria to pick up the data would be: id 1 has function 200 and 201
and also id 2 has the function 200 and 201 (Each id should have function 200 and 201)
Id 3 should not be displayed because it is not having function 200 though it has function 201
I am using Crystal Reports 8.5
I have my data like this in the report.
id Function
1 200
1 201
1 201
1 202
1 203
2 200
2 201
2 201
2 202
2 203
3 201
3 202
3 203
I would like to have the data like this:
1
2
Report footer: should have count of all id's
the criteria to pick up the data would be: id 1 has function 200 and 201
and also id 2 has the function 200 and 201 (Each id should have function 200 and 201)
Id 3 should not be displayed because it is not having function 200 though it has function 201
I am using Crystal Reports 8.5