Skip to Content
0
May 31, 2018 at 08:44 AM

JAVA Script error not display alternative datas

50 Views

Hi friends. When i job with formulario sfp and i want work with sentencias "javascript" or "Formcalc". i have problems for understand how function.

i have the sentence following for Formcalc:

if ( lv_logo == "1111" ) then

$.presence = "visible";

else $.presence = "hidden";

endif

also i have the sentence following for SapScript:

if (lv_logo == "1111" )

{

this.presence = "visible";

}

else

{

this.presence = "hidden";

}

both do not work well.

I would appreciate any explanation on the subject.

thank you very much