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