Hi people, i have no idea how ti display unactive users which looks like: Donald Trump [X] (inactive) . How i can make it in eazybi with only deactivated users?
This is an example of formula whick doesn't work, it display in column "Assigne", but not name of user:
I would suggest creating a calculated member in Assignee dimension. If you would like to address the assignee by name, you would like to use the Name attribute of the member. Here is an example formula:
Aggregate(
Filter([Assignee].[User].Members,
[Assignee].CurrentMember.Name MATCHES '.*[X].*'
)
)
You can add the calculated member to Rows and expand it to see Inactive users.
Daina / support@eazybi.com
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.