Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
SOLVED

FormCalc

Avatar

Level 2

In formcalc is there a way to use an If(And)) function?

1 Accepted Solution

Avatar

Correct answer by
Level 7

Yes:

if (condition and condition) then

     .....

endif

View solution in original post

1 Reply

Avatar

Correct answer by
Level 7

Yes:

if (condition and condition) then

     .....

endif