Hi,
Just wanted to ask how can i get the following functonality:
I don’t want to show the users with empty hire date and also the users who don’t have deprtment classification.
I have tried the following code but it behaves as simple JS - if the user has hire date but no deprtment it shows him and he isn’t supposed to be shown.
return itemData["SPS-HireDate"] != "" || itemData["Department"] != "";
Do you have any idea?
Thanks,
David.