We are using Crystal XI to generate requisitions. The requisition is being inserted into a group header verbal_order_detail.order_desc. as an image. We then fill out all the fields programmatically onto the image. I have 4 requisitions and based on what was ordered I supress the requisitions. This works as expected until someone orders an order from the same order / order_ID. What happens here is it looks for the order numbers and sees both suppression fields and then displays a blank page. My suppression formulas on each group header looks like this.
{verbal_order_detail.order_desc} <> "PET" 1st group header
{verbal_order_detail.order_desc} <> "MRI" 2nd group header
{verbal_order_detail.order_desc} <> "CT" 3rd group header
{verbal_order_detail.order_desc} <> "Xray" 4th group header
How can I stop it from supressing if more then one header is required?