Announcements
This site is in read only until July 22 as we migrate to a new platform; refer to this community post for more details.

Security Filter Expression VS Slice

I have a table COMMIT,
I have a slice of commit with the following expression which works fine:
MAXROW(“COMMIT”, “commit_created_datetime”, [commit_REF_task]=[_THISROW].[commit_REF_task])=[_THISROW]

Why can’t this expression be on the security filter? (It say’s that a security filter can’t reference it’s own table.)

0 1 345
1 REPLY 1

Without going deep, in generally it won’t work with the security filter because it’s possible that all the data is not in your table. With the slice you always have all the data and the expression can’t break it.

Top Labels in this Space