Alteryx Designer Desktop Discussions

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

Style data using column rule

Krish_Penubarthi
7 - Meteor

Hi,

I have a requirement to color code a column based on value. 

 

Eg, input :

IDsal
110000
215000
39500
412500
57500

 

I want my output to be like : ( red color when sal is less than 10000) 

IDsal
110000
215000
39500
412500
57500

 

I am using 2019.4 version and I am not able to find column rules. When i use row rules entire row is changed to red.

How can this be achieved.

12 REPLIES 12
RolandSchubert
16 - Nebula
16 - Nebula

Hi @Krish_Penubarthi,

 

within the Table tool, select the column you want to format, then "Create Column Rules" is enabled:

 

1.png

 

In the next step, you can create the format you want:

 

2.png

 

 

Let me know if it works for you.

 

Best,

 

Roland

grazitti_sapna
17 - Castor

Hi @Krish_Penubarthi , use basic table tool  for this custom output.

 

1) Select Column Sal, then Edit Column Rules.

 

2) Under Apply choose When and select sal < 10000

 

3)Then select Text color Red.

 

Please refer to the image.

grazitti_sapna_0-1603089942648.png

 

grazitti_sapna_0-1603090028671.png

 

In order to output this format you can use render tool.

 

 

Thanks

 

Sapna Gupta
Krish_Penubarthi
7 - Meteor

I am not able to see that option to select column rules in my designer tool.

Please refer to the attachment.

Version Used : 2019.4

grazitti_sapna
17 - Castor

@Krish_Penubarthi , please refer to the screenshot it is there I have highlighted it.

grazitti_sapna_0-1603090672241.png

 

First you need to click on sal,only then it will be enabled and highlighted in blue.

grazitti_sapna_0-1603090897050.png

 

Thanks.

 

Sapna Gupta
RolandSchubert
16 - Nebula
16 - Nebula

Hi @Krish_Penubarthi ,

 

just select the column "sal" in "Per Column Configuration", the option should be enabled then.

 

Best,

 

Roland

Manjari
8 - Asteroid

Hi @grazitti_sapna , 

 

I followed the same steps, I get the color in the browse tool, when I export this to excel using the output tool I do not see the color coding of the Column . Am I missing anything?

atcodedog05
22 - Nova
22 - Nova

Hi @Manjari 

 

You need to use render tool to output with format.

grazitti_sapna
17 - Castor

Hi @Manjari , as suggested by @atcodedog05  this works for render tool in normal output tool you might not be able to see the output as expected.

Thanks.

Sapna Gupta
Manjari
8 - Asteroid

Thank you @grazitti_sapna and @atcodedog05 for the quick response. 

I cannot see all the columns I expect out of the render tool. Is there any other way to get all the columns along with the color for 1 column too? 

Labels