Hello Designers,
I am designing a report.
I have an input table like this:
| Name | Value1 | Value2 | Value3 |
| ABC | 1 | 3 | 5 |
| XYZ | 2 | 4 | 8 |
I want to 1. remove the first header (Name) to blank
2. Add blank columns in between every column
3. Add a constant in the second column
The output should look like this:
| | | Value1 | | Value2 | | Value3 |
| ABC | Constant | 1 | | 3 | | 5 |
| XYZ | | 2 | | 4 | | 8 |
What reporting features can I use?
Also, I have like 10 layouts that I would like to incorporate same changes and add in the layout one after the other to create a summary report. Kindly suggest me how I can do it once and apply for other tables too.
Thanks.
Kalindi