I have detail that can show up with both true or false values, however if one value equals true than I need to suppress both detail records. Can anyone tell me how to do that in crystal XI?
You mean that you want tu Suppress the Details section if at least one of the record has a value of true in a specific field?
-------------------------------------------------------------------------------------------------------------------------
"Now I can look at you in peace; I don't eat you any more." Franz Kafka, while admiring fish in an aquarium
If you mean you have two or more details within a group and you want to suppress the entire group if one of the details has a true value, then write a formula like this {@true}:
if {table.field} = true then 1
Then go to report->selection formula->GROUP and enter:
sum({@true}, {table.groupfield}) = 0
This would display only those groups containing no true values.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.