how to hide a view based on condition
Hi Team, how to hide a view based on condition.I have created a view, I want to show that view only for group "HPC View group".Below is my view rule script:var currentUser = gs.getUser(); // Check if the current user is a member of the 'HPC View' gro...