Need Multiple Header Rows in Ignition Report

I need help on creating a header that looks like this:

image

Currently this header is done by using a static image taken from excel but obviously this is not maintainable not that I need to adjust this report. Can I make this layout using the report table component?

Thanks,
-Brandon

1 Like

One approach with the Report Table is to change the Header Object to not use "Structured Columns", and then manually make lines and add text in the areas you want with the tools. To rotate the text you'd change the "roll". You have to be very careful and actually ensure you are still in the Header object when you use the tools, once you have one in the object you can copy/paste it.

Simple example, you can make it as large as you need:
image

2 Likes

I actually found a better method. I used the standard header of the table and put a simple table on top of it where I could make as many extra headers as I needed. I have a script that can take a simple table and set the width and height of each row otherwise this solution would be impossible.

1 Like