I'm using a security filter so these records ...

ktv
New Member

Iโ€™m using a security filter so these records are only shown to the staff member who submitted the record - OR(IN(USEREMAIL(), Managers[Email]), USEREMAIL() = [User Email])

Iโ€™d also like to hide from this view all records with a Status of โ€œCLOSEDโ€.

Do I need to use the security filter for this, too, or is it done somewhere else?

0 6 389
6 REPLIES 6

ktv
New Member

Thanks @Sdfaheemuddin. Could you help me with the row condition field? The Status column has 4 options - STARTED, RECEIVED, CLOSED, and FOLLOW UP. I only want to hide columns marked as CLOSED.

ktv
New Member

Thanks again! (fyi your comment was flagged as spam for some reason)

Itโ€™s weird

If you already using security filter, you could do this extra filtering as well and no slice is needed. AND(OR(IN(USEREMAIL(), Managers[Email]), USEREMAIL() = [User Email]),NOT([STATUS]=โ€œClosedโ€))

ktv
New Member

Thanks @Aleksi_Alkio. I thought something like this might be possible but since I already used the slice and itโ€™s working Iโ€™m going to leave it as is. Iโ€™ll keep this in mind for future projects though!

Top Labels in this Space