I am using Crystal 7.0 and trying to suppress a text field, using the Format Editor, based on two different conditions. The suppression works with either condition but ignores the second condition if I try to use them together. I am trying to use:
{ado.Influ3Code} like "OVL" and {ado.Influ3Percent} = -100 or {ado.UnitType} like "PPAV"
I have also tried
({ado.Influ3Code} like "OVL" and {ado.Influ3Percent} = -100) or {ado.UnitType} like "PPAV"
What am I missing?
Thanks
{ado.Influ3Code} like "OVL" and {ado.Influ3Percent} = -100 or {ado.UnitType} like "PPAV"
I have also tried
({ado.Influ3Code} like "OVL" and {ado.Influ3Percent} = -100) or {ado.UnitType} like "PPAV"
What am I missing?
Thanks