Hello,
Is there a way to create a wildcard in the ACL expression for data row security?
Example: If I would like all Mangers and Staff to have access to a report for their country, I could accomplish this by:
"Manager " + row["COUNTRY"] "," + "Staff " + row["COUNTRY"]
However, I would like to have a dynamic ACL that will update if new roles are created:
"*" + row["COUNTRY"]
I am using Actuate 11SP3.
Thanks,
-Joe
Page 1 of 1
Dynamic ACL Using wildcard for data row security
Page 1 of 1






MultiQuote