Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
mskusace
Creator
Creator

Highlighting Based on Criteria of Another Field in an associated table

I have 2 tables on my dashboard that are below:

IDCOLORSTATUS
WA13GREENINITIATED
ZW20YELLOWREVIEWED
BC23GREENFINALIZED
WD50ORANGEREVIEWED

 

IDUser RoleUser Name
WA13SUPERVISORUSER1
WA13ANALYSTUSER2
WA13ADMINUSER3
ZW20MANAGERUSER4
ZW20ADMINUSER3
ZW20SUPERVISORUSER5
BC23ANALYSTUSER6
BC23ANALYSTUSER7
BC23SUPERVISORUSER5
WD50SUPERVISORUSER8
WD50MANAGERUSER9

 

The ID on the second table does NOT show up on the dashboard, but it is the column that connects it to the first table. I only display "USER ROLE" and "USER". It is here so the connection between the 2 can be seen.

Each ID has multiple "USER ROLE"s associated with it. The way I am displaying the data is through 2 tables. When no filters are selected, it lists all of the "USER ROLE"s and "USER"s. Once a specific "ID" is selected, it will only show the associated "USER ROLE"s and "USER"s. 

Here is what I need:

If "STATUS" = "INITIATED", highlight anyone with the "USER ROLE" of "ANALYST"  associated with that specific ID in the bottom table. There may be multiple "ANALYST" user roles associated with that ID as well.

If "STATUS"="REVIEWED", highlight anyone with the "USER ROLE" of "MANAGER" associated with that specific ID in the bottom table. There may be multiple "MANAGER" user roles associated with that ID as well.

If "STATUS"="FINALIZED", highlight anyone with the "USER ROLE" of "SUPERVISOR" associated with that specific ID in the bottom table. There may be multiple "SUPERVISOR" user roles associated with that ID as well.

It would be ideal if the highlighting only occurs once a specific "ID" is selected, otherwise there will be a ton of highlights with no filter. The main thing is, I need to show the user that based on the "STATUS", the specific user needs to be highlighted or indicated in some manner. I am open to options.

 

Example:

Filter by "ID" = "WA13"

IDCOLORSTATUS
WA13GREENINITIATED

 

IDUser RoleUser Name
WA13SUPERVISORUSER1
WA13ANALYSTUSER2
WA13ADMINUSER3

 

Since "STATUS" = "INITIATED", the "USER ROLE" of "ANALYST" is highlighted. If there were multiple "ANALYST"s associated with that ID, then all of them would be highlighted.

Labels (1)
2 Replies
Channa
Specialist III
Specialist III

if i understand correct if you join those 2 based on ID 

it has to be your expected result

 

IDCOLORSTATUS
WA13GREENINITIATED

 

IDUser RoleUser Name
WA13SUPERVISORUSER1
WA13ANALYSTUSER2
WA13ADMINUSER3
Channa
mrybalko
Creator II
Creator II

Hello @mskusace 

Find example in attachment.