I want that if the value of a field is “1” show me a picture
if ({extra1} == '1 ') / / Display field
{
sc_field_display ({extra1}, ‘on’) / / display an image
}
else / / Hide field
{
sc_field_display (extra1 {}, ‘off’) / / not show the field
}
Someone could help me.
thanks