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.
SOLVED

Create column Rule that applies to every column

BautistaC888
8 - Asteroid

Hello,

I need to give every cell that contains a "?" symbol a red background color.
I used the rule contains(Filed1, "?") but i want to apply it to all the columns.
Is there a way?

Thank you.

5 REPLIES 5
flying008
15 - Aurora

Hi, @BautistaC888 

 

Maybe you need set rules for each column as your want.

 

 

Contains([_CurrentField_], "?")

 

 

录制_2022_09_02_15_54_39_992.gif

 

***********

Please mark this as the solution if it answers your question, it will help others to find solutions quicker.

BautistaC888
8 - Asteroid

I have more than 300 columns. Is there any way to apply the same rule to all of them?
Thank you.

grazitti_sapna
17 - Castor

Hi @BautistaC888 , In that case what you can do is add the table tool on your canvas and configure it before connecting the input tool by selecting dynamic or Unknown Fields so that way the rule will be applied to all the columns when you will connect table tool with input.

 

grazitti_sapna_0-1662106931987.pnggrazitti_sapna_1-1662106983685.png

 

Sapna Gupta
Qiu
21 - Polaris
21 - Polaris

@BautistaC888 
Same idea as @grazitti_sapna ,it is a cheating approach. 😁

0902-BautistaC888-1.PNG0902-BautistaC888-2.PNG

flying008
15 - Aurora

Hi, @BautistaC888 

 

As @Qiu and @grazitti_sapna said, you can set the rule to last [Dynamic or Unknown Fields] with cover all columns.

Labels
Top Solution Authors