Hide checkboxes based on two selectbox variables

Community Alums
Not applicable

Hi,

I have a requirement where if variable 1 value is None and variable 2 value is None then the checkboxes shouldn't be seen onLoad.

I have written the catalog client script, but i couldn't hide the checkboxes. Kindly help.

 

catalog item.PNGcatalog client script.PNGESC.PNG

Regards

Suman P.

5 REPLIES 5

Amit Gujarathi
Giga Sage
Giga Sage

HI @Community Alums ,
I trust you are doing great.
try using ! gs.nil ('environment') && ! gs.nil ('request_type') {

}


Was this answer helpful?


Please consider marking it correct or helpful.


Your feedback helps us improve!


Thank you!


Regards,


Amit Gujrathi