Hi I'm using Crystal Report 2008, and this is the scenario:
ITEM No. Product Pcs Status (this Status field is hidden)
-------------------------------------------------------
1 Product1 2030 Cancelled
2 Product2 1000 Cancelled
3 Product3 5000 Ok
4 Product4 3000 Cancelled
5 Product5 4000 Ok
Now how can I suppress in the Details/group section by formula all of the Status is "Cancelled" and the output should be like this:
ITEM No. Product Pcs Status (this Status field is hidden)
-------------------------------------------------------
1 Product3 5000 Ok
2 Product5 4000 Ok
You can do it in two ways.
Status =
'Cancelled'
.