I have a report that uses basic conditional formatting for three specific conditions; cells are Red, Yellow or Green based on the condition. Does Alteryx have the ability to use a specific shape with color based on the condition versus using a background and text color.
Solved! Go to Solution.
@cstafford You can change the color of the Columns or rows based on the condition in the Table tool. The Column rules and Row rules will allow you to specify conditions and formatting.
https://help.alteryx.com/20223/designer/table-style-rules
Below are some posts that will help your use case
I use this today but I am curious if I can insert a colored shape. For example, is the condition is GOOD, I color the cell green, however, I would like to use a green circle. I see their is a formula check box at the bottom of the row rules, is their a formula to add shapes?
There's a solution you could try on this post: Solved: Inserting Conditional Shapes/Icons in Cells Simila... - Alteryx Community
It imports the shapes as images before including them in the table, so you would need to calculate the condition, import the correct shape, then create the table.