Advent of Code is back! Unwrap daily challenges to sharpen your Alteryx skills and earn badges along the way! Learn more now.
Free Trial

Alteryx Designer Desktop Discussions

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

Report Tool: Borders on rows conditional formatting

ZJames
6 - Meteoroid

Hello,

 

I have a set of data that on specific rows I want to add a border above the entire row.

I have a column called "BorderCheck" that identifies columns I would like to have this border with 1 and those with 0.

Is there a way within the report tool to apply this formatting? 

I am aware of the CSS language for formula attribute, but this is my first time using it. I can get this to work for a solid border, but not just for the "top-style"

 

 

ZJames_0-1680110913933.png

 

 

 

 

Any help would be greatly appreciated.

2 REPLIES 2
gautiergodard
13 - Pulsar

@ZJames try "Border-top: 1px solid blue" in your formula instead.... you replace the color to whatever you need.

I have this in a workflow and its working as expected.

ZJames
6 - Meteoroid

Thankyou! That works great.

Labels
Top Solution Authors