Hello all,
is this valid code:
if({this.custom.zone_pez_vis} = True,
{this.custom.misc1_lbl_bgc} = {this.custom.bgc_pink} &&
{this.custom.misc1_lbl_txt} = 'Pez',
{this.custom.misc1_lbl_bgc} = {this.custom.bgc_white} &&
{this.custom.misc1_lbl_txt} = ''
)
It does not seem to work when I change custom.zone_pez_vis
from True
to False
.