I want to create border in my table
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I have a dataset like below
Dataset:
Fund | account | name | class | ||
ABC | 123 | Alex | G | ||
ABC | 456 | Josh | F | ||
ABC | 846 | Josh | F | ||
ABC | 45 | Leo | G |
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
Let me know if any doubt
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hey @Sshasnk
You could do something like this:
Hope this helps, please accept as solution if it solves your issue!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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:
Hope this helps - attaching updated workflow for your reference!
