We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Reporting Tool - highlight an entire row if there are duplicates in a single column

nathanedwards
5 - Atom

You know how in excel you can use conditional formatting to highlight cells in a single column when there are duplicates.

 

How do I mimick this same thing but with the reporting tool in Alteryx?

2 REPLIES 2
KGT
13 - Pulsar

The easiest way I can visualise what you're trying to do would be to create a column on your data to represent the flagged rows and then use a row rule in the Table tool. A combination of summarises or Unique/Joins to flag that data and have a boolean column that effectively represents what you're going to highlight, then just apply that highlight based on that column. There may be another way but not off the top of my head.

 

The conditional formatting in excel that I think you would be using would act on a column with the result as a row, so it's 2 different aspects in one.

Raj
16 - Nebula

@nathanedwards 
find the workflow attached mark done if solved.

Labels
Top Solution Authors