'IF' 'AND' nested function

Stimulsoft Ultimate discussion
Post Reply
rexis
Posts: 6
Joined: Tue Feb 05, 2019 2:10 pm

'IF' 'AND' nested function

Post by rexis »

Hello All,

I'm new here. I've been researching for a couple days now but I cannot find any solutions.

Is there a way to use nested IF AND function in Stimulsoft report builder?
Lech Kulikowski
Posts: 6245
Joined: Tue Mar 20, 2018 5:34 am

Re: 'IF' 'AND' nested function

Post by Lech Kulikowski »

Hello,

You can use IIF() function and the following operators:
AND - &&
OR - ||

for example:
IIF(Condition1 && Condition2, trueExpression, falseExpression)

Thank you.
Post Reply