Hi all
I'm facing an issue related to the usage of the alarm console component in the dashboard that is used to create a PDF Report
Right now few alarms coming up with a value for field like Parameter description or value that have a very long value, and this mess up with the layout of the alarm console component, as it will expand the column, this means that in the report the column will take too much space, and anything else will not be present in the same page.
So my question if is there is a way to force the size of a column in the alarm console so when I make the report I can keep all the column in the same page
Hi Marco,
There is currently no way to limit the column width or height when using the alarm table component. To have a more customizable view, you should be able to use the normal table component in combination table templates. The 'Get alarms' data source can be used to fetch data for the table.

Are you trying to generate a report containing a very large amount of alarms? There is unfortunately a know issue where the generation can fail when to many rows need to be requested using GQI. You can try and limit the amount of data to fix the generation.
Hi Wout
I tried to set a limit row of 100, but it fails anyway with the following error 0x80131500h.
At this point I think is better to relay on the alarm console, also if it not give the possibility to resize the layout of the table
Hi Wout
Thanks a lot for you help, it works to recover info and set a valid layout, but when I try to run the automation script to send the PDF report of the table, it take too much time and goes on error later :/