Dear Paessler team & community,
The report template "List of sensors (no graphs)" almost perfectly fits our needs. The only issue is, that there is too much info in the first column "Probe, Group, Device". How can I customize the template to only show the device name in this column?
Article Comments
I found the following line in "Sensorlist Dataline No Graph.htm":
<#objectstatus id="<@objectid>" name="probegroupdevice" show="text">
This seems responsible for the content of the column in question. Isn't there a placeholder for the parent device name? This would solve my entire problem... Thanks in advance.
Jun, 2012 - Permalink
Hi,
please try replacing the mentioned line with the follwoing.
<#objectproperty id="<@objectid>" name="ParentDevice" show="text">
Does this work for you?
Jun, 2012 - Permalink
Yes, thanks, this would work. Meanwhile I found a even better solution:
<#objectstatus id="<@objectid>" name="device" show="text">
This creates a clickable hyperlink while your option only inserts text.
Jun, 2012 - Permalink
Hi,
I'm afraid that is not possible by standard. Anyway, you might try to edit the report template to customize the report.
Best regards
Jun, 2012 - Permalink