Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.

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