Alteryx Designer Desktop Discussions

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

I want to create border in my table

Sshasnk
8 - Asteroid

I have a dataset like below 

 

Dataset:

 

Fund account nameclass
ABC 123 AlexG
ABC 456 JoshF
ABC 846 JoshF
ABC 45 LeoG

 

In the above dataset, I want to append the below data using report text.

 

Fund ABC
PB Capital
12/31/2022

 

Below is the output I want.

 

Rule:

 

1. If you see for the data table I want to add a border in the header only and then a border on each column

2. I want to append the data and I want to keep in column A 

 

Sshasnk_0-1672778578360.png

 

Let me know if any doubt

 

3 REPLIES 3
gautiergodard
13 - Pulsar

Hey @Sshasnk 

You could do something like this:

gautiergodard_0-1672782261043.png

 

Hope this helps, please accept as solution if it solves your issue!

Sshasnk
8 - Asteroid

@gautiergodard  In your solution, the table does not have a border on the headers. If you see in the output I have the full border on the first row and then only a border in the columns

gautiergodard
13 - Pulsar

hey @Sshasnk 

Here is the updated version, all you need to do its create a row formula that applies a top border to the first row of data:

gautiergodard_0-1672791206188.png

 

Hope this helps - attaching updated workflow for your reference!

Labels