Jaspal Singh
Mega Patron

Hi Chandan,

You can try below

 

 

var wsOptions4 = 'BR';
 var identifer = g_form.getValue('current_shift_identifier');
 if (identifer.substring(0,2)==wsOptions4) {
 g_form.setVisible('test',true);//true,false to show/hide
}