Page 1 of 1

GroupHeaderBand

Posted: Mon Jul 21, 2025 12:45 am
by brjohnsmith
Hi,

Is it possible to use more than one condition, considereing the operator AND, for 2 or more fields included in the databandsource?

If so, please, how it would be the syntax the expression?

thx

Re: GroupHeaderBand

Posted: Mon Jul 21, 2025 2:52 pm
by Lech Kulikowski
Hello,

You can use several columns in the expression:
{DataSource.Column1}{DataSource.Column2}

Thank you.