How to display inactive users in eazyBI?

Daniil Mazurin September 18, 2020

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:

1.PNG

1 answer

0 votes
Daina Tupule eazyBI
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 30, 2020

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

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events