Vertical Report
Posted: February 3rd, 2025, 12:41 pm
I am looking to create a report that takes an event application (name, address, other demographic data, etc.) and format it so that it is vertical and only one record per page. The default is tabular formatting which is great to download in a spreadsheet, but I'm looking to seem something like:
Name: XXXXXxx
Address: XXXXXXXX
City: XXXXXXXX
State: XXXXXX
I do see that I can turn the report to provide a portrait column. However, it will still create a tabular view but with the headings on the left. I'd like to have essentially 1 single row per page. Is this possible to do with the HTML template or HTML preprocessor? If yes, what is the syntax? I have tried putting in {name} and {{name}}, but these don't show up. Thoughts?
Name: XXXXXxx
Address: XXXXXXXX
City: XXXXXXXX
State: XXXXXX
I do see that I can turn the report to provide a portrait column. However, it will still create a tabular view but with the headings on the left. I'd like to have essentially 1 single row per page. Is this possible to do with the HTML template or HTML preprocessor? If yes, what is the syntax? I have tried putting in {name} and {{name}}, but these don't show up. Thoughts?