Community Spring Cleaning week is here! Join your fellow Maveryx in digging through your old posts and marking comments on them as solved. Learn more here!

Alteryx Designer Desktop Discussions

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

Conditional formatting for specific cells in a table

cstafford
8 - Asteroid

New to conditional formatting within an Alteryx table and struggling. I have created a table and I am trying to do some conditional formatting to identify problem areas.

 

If the cell is <= 0  the cell should turn RED

If the cell is > 0 the cell should turn GREEN

 

Is this simple to do?

 

 

3 REPLIES 3
CharlieS
17 - Castor
17 - Castor

This type of style formatting can be applied using a Table tool from the Reporting tool category. If you would like to apply this logic to a single column, click on that column in the Table tool and "Create" a column rule. If there are two desired styles, then it would be easiest to configure two rules.

 

Check out the example solution attached and let me know if you have any questions.

cstafford
8 - Asteroid

ok, got it. I was getting close as I was trying different things in the table tool.

 

Thank you!

SaiSkanda
5 - Atom

Hi,

 

Is it possible to make a similar rule that applies to the entire sheet instead of just a column or row?

Labels