hide and show apex item

PHOTO EMBED

Sat Dec 04 2021 08:56:49 GMT+0000 (Coordinated Universal Time)

Saved by @ahsankhan007

let x_nw = $v('P2001_D1');
function hideRegions(x_nw = ''){
   apex.item('P2001_D2').hide();
}
function showRegions(){
   apex.item('P2001_D2').show();
}

content_copyCOPY