Hi all,
I have a customer, who redacts the BU reports on a business level and the Product reports on a product level.
I have the case that a user can have both roles.
BU role and Product role.
The for BU allows the user to the specific BU data, but the product redaction works on cost center level.
Problem: There is a tab in the product report that shows a table which is based on the BU model object, so the BU redaction is valid.
What the user should get displayed: As a product user he should be able to see all data - data without redaction, therefore with AdminView=Yes.
To get this configured, I tried to override the AdminView column in a formula step in the product redaction table:
if("={$CurrentUser}:{Users.Role}"="Product Owner","Yes",AdminView)
But I receive an error: Cannot find table named $CurrentUser.
Does anyone know if the formula in the security project can work at all?
Or does someone have another idea how to solve this requirement?
Many thanks from Germany, Fabian