I am attempting to hide a tab by using OSUser() but also where a specfici scorecard is selected. This is what I thought was working but the tab is visible for all scorecards (1-17).
vScorecard = 17 AND OSUser() =(domain\philip.king', domain\thomas.tank'
)
I've tried putting the vScorecard = 17 at the end of the expression but it then hid it from the users. Could someone help me on where I am going wrong please?