junction123
MIS
Hi,
I am using Crystal Reports with VB Dot Net. I have a section with a double line. I need to suppress the double line conditionally based on the value of a field.
I tried the formula as
not ({Detail.HoldBack} <> 0) but this did not work. I also tried ({Detail.HoldBack} <> 0) but this did not work either.
When the field Detail.HoldBack is set to 1, I want to suppress teh section containing the double line. Else I want to show the double line.
I am using Crystal Reports with VB Dot Net. I have a section with a double line. I need to suppress the double line conditionally based on the value of a field.
I tried the formula as
not ({Detail.HoldBack} <> 0) but this did not work. I also tried ({Detail.HoldBack} <> 0) but this did not work either.
When the field Detail.HoldBack is set to 1, I want to suppress teh section containing the double line. Else I want to show the double line.