Get Inspire insights from former attendees in our AMA discussion thread on Inspire Buzz. ACEs and other community members are on call all week to answer!

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Highlighting Table Column or Row Based on External Data

scsh4
7 - Meteor

Hey guys! Maybe I'm too wrapped up in what I'm doing to see clearly, but here's where I'm stuck.

 

I have a table that shows account activity. For example:

 

DateTimeActionAccount
2021-07-0108:12:24Update Field 1Account 91515
2021-07-0102:29:15Update Field 23Account 29493
2021-07-0209:03:48Update Field 15Account 49583
2021-07-0610:58:11Update Field 1Account 91515

 

In another table, I have certain accounts on a watch list. For example:

 

Account
Account 10010
Account 85000
Account 91515

 

Based on data, I would like the first table to appear as shown below, but am not sure how to reference the second data source when creating a column or row rule.

 

DateTimeActionAccount
2021-07-0108:12:24Update Field 1Account 91515
2021-07-0102:29:15Update Field 23Account 29493
2021-07-0209:03:48Update Field 15Account 49583
2021-07-0610:58:11Update Field 1Account 91515

 

Any help is greatly appreciated!

 

4 REPLIES 4
AdamR_AYX
Alteryx Alumni (Retired)

I think the trick is to add a flag field which indicates the row rule but then deselect that for display in the table

 

AdamR_0-1625585407532.png

 

AdamR_1-1625585419472.png

 

Check out the attached

 

Adam Riley
https://www.linkedin.com/in/adriley/
atcodedog05
22 - Nova
22 - Nova

Hi @scsh4 

 

Here another way to do it.

 

Workflow:

atcodedog05_0-1625586324891.png

 

1. Using find & replace to lookup account and add the column if its present. Account2 will be added for present accounts. Find & replace works like excel vlookup

2. In table tool setting row rule where ever account2 is not empty make it red.

 

Hope this helps 🙂

scsh4
7 - Meteor

Thanks, @AdamR_AYX! I've used this method before and it escaped me. I appreciate your help!

MeanLeanDean
8 - Asteroid

I have a column and row question. How can I highlight the max (or min) value of a row as in this example from Excel using the Table tool when the column headers dynamically change every month?

 

MeanLeanDean_0-1650398129666.png

 

Labels