Please help.
I am running Crystal Reports 8.5 with a SQL 2000 database.
I created formula for internal grouping :
If {flag } = “Yes” then “Very Good” else “Not Very Good” .
Now, if external group doesn’t have any {flag } = “Yes” it will not show “Yes” for the internal group…
But I need to show message “Very Good” even the external group doesn’t have any records for it.
This is how I have right now:
(external group) Agency 1
(internal group) “Not Very Good”
(details) record 1
record 2
record 3
(external group) Agency 2
(internal group) “Very Good”
(details) record1
record 2
record 3
record 4
(internal group) “Not Very Good”
(details) record 1
record 2
This is how I need it:
(external group) Agency 1
(internal group) “Very Good”
(external group) Agency 1
(internal group) “Not Very Good”
(details) record 1
record 2
record 3
(external group) Agency 2
(internal group) “Very Good”
(details) record1
record 2
record 3
record 4
(internal group “Not Very Good”
(details) record 1
record 2
Thank you very much.
Alex.
I am running Crystal Reports 8.5 with a SQL 2000 database.
I created formula for internal grouping :
If {flag } = “Yes” then “Very Good” else “Not Very Good” .
Now, if external group doesn’t have any {flag } = “Yes” it will not show “Yes” for the internal group…
But I need to show message “Very Good” even the external group doesn’t have any records for it.
This is how I have right now:
(external group) Agency 1
(internal group) “Not Very Good”
(details) record 1
record 2
record 3
(external group) Agency 2
(internal group) “Very Good”
(details) record1
record 2
record 3
record 4
(internal group) “Not Very Good”
(details) record 1
record 2
This is how I need it:
(external group) Agency 1
(internal group) “Very Good”
(external group) Agency 1
(internal group) “Not Very Good”
(details) record 1
record 2
record 3
(external group) Agency 2
(internal group) “Very Good”
(details) record1
record 2
record 3
record 4
(internal group “Not Very Good”
(details) record 1
record 2
Thank you very much.
Alex.