Expand my Community achievements bar.

Guidelines for the Responsible Use of Generative AI in the Experience Cloud Community.
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