Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Adobe Summit 2023 [19th to 23rd March, Las Vegas and Virtual] | Complete AEM Session & Lab list

If field is white

Avatar

Level 3

I need formula in Formcalc IF field backround color is white than in my field to write "YES"

1 Reply

Avatar

Level 3

if(xfa.resolveNode("Page1.#subform.Januar.Table1.Row1[20].JDN21").fillColor == "255,255,255") then

$ = "YES" else

$ = "No"

endif

This is function