Enabling a panel based on 2 fields
Posted: Wed Apr 13, 2011 8:45 am
I have a report with a panel on a databand (Panel1) that contains several text fields, including 2 date fields (Parcel.LastDeededDate and Parcel.LastContractDate).
I would like Panel1 to be disabled unless there is data in either Parcel.LastDeededDate or Parcel.LastContractDate. If there is a date in either one of the fields then I would like Panel1 to be enabled.
If there are no dates in the fields they will be null.
We've tried a number of different solutions, but they either don't work or the report won't display any data at all.
How do I enable a panel based on values being present in either one of two fields?
Thank you.
I would like Panel1 to be disabled unless there is data in either Parcel.LastDeededDate or Parcel.LastContractDate. If there is a date in either one of the fields then I would like Panel1 to be enabled.
If there are no dates in the fields they will be null.
We've tried a number of different solutions, but they either don't work or the report won't display any data at all.
How do I enable a panel based on values being present in either one of two fields?
Thank you.