Expand my Community achievements bar.

Learn about Edge Delivery Services in upcoming GEM session

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