Why does Notes only work with 1 relevant statement? The moment I add additional OR statements to the note relevant it doesn't work. I want to block certain users from seeing notes
Example:
selected(${Assignment_Status},'Assigned') and selected(${Department},'Sales Department') and string-length(${Work_Required})>0 and string-length(${Office})>0 and string-length(${office_worker})>0 and string-length(${PaperworkATTACH})>0 and not(selected(${active_username}, 'neomapper1'))
or
selected(${Assignment_Status},'Assigned') and selected(${Department},'Sales Department') and string-length(${Work_Required})>0 and string-length(${Office})>0 and string-length(${office_worker})>0 and string-length(${PaperworkATTACH})>0 and not(selected(${active_username}, 'neomapper1'))