Enabling a panel based on 2 fields

Stimulsoft Reports.NET discussion
Post Reply
MikeC
Posts: 51
Joined: Mon Jun 07, 2010 3:36 pm

Enabling a panel based on 2 fields

Post by MikeC »

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.
Ivan
Posts: 960
Joined: Thu Aug 10, 2006 1:37 am

Enabling a panel based on 2 fields

Post by Ivan »

Hello,

Can you please send us a sample report with data, which reproduce the issue?

Thank you.
MikeC
Posts: 51
Joined: Mon Jun 07, 2010 3:36 pm

Enabling a panel based on 2 fields

Post by MikeC »

Ivan wrote:Hello,

Can you please send us a sample report with data, which reproduce the issue?

Thank you.
No actually, I can't. The application is embedded into another software application and I don't have access to send the files, and the data is personal data that can't be sent.
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Enabling a panel based on 2 fields

Post by Alex K. »

Hello,

Please see the sample report in attachment.

Thank you.
Attachments
928.SampleReport.mrt
(18.1 KiB) Downloaded 193 times
Post Reply