Hiding Global value under region variable only when LE group is data privacy

Community Alums
Not applicable

Hi,

 

I want to hide global value from region variable only when le group is data privacy.I wrote reference qualifier on varible region but its hiding global value for all le group.

 

current.variables.le_group=='data_privacy'^u_region!=Global^active=true;

2 REPLIES 2

Valmik Patil1
Kilo Sage

Hello @Community Alums ,

 

In the reference qualifier condition , try using sys_id of group instead of group name

 

 

javascript &colon; current.variables.le_group==<sys_id of group>^u_region!=Global^active=true;

 

 

And if region is also reference field then you need to give sys_id there as well.

Check if this works.

Thanks,

Valmik

Community Alums
Not applicable

Hi,

Le group is select box variable & region is look up select box varible.