Hi,
we use a custom map object, that display all error Sensors of a device in failure state in one row:
<!--Data Tables (Custom): Geräte im Status FEHLER--> <div class="map_object map_table customalarms_biggerfont" id="<@itemid>" objectid="<@objectid>" subid="<@subid>" style="overflow:auto;<#mapobject type="coordinates" subid="<@subid>" mode="<@editmode>">"> <#mapobject type="objectgrip" mode="<@editmode>"> <#mapobject type="htmlbefore" subid="<@subid>"> <#checkobjecttype objecttype="probenode,group,device" nicemessage="true" id="<@objectid>"> <div class="maptablecontainer" style="overflow:hidden"> <#table tableid="devices" id="<@objectid>" content="devices" columns="device,group,location,downsens" sortby="-downsens" infoheader="false" links="true" sortable="false" tabletitle="Alarme (@@)" filter_downsens="@neq(0)" > </div> <#mapobject type="htmlafter" subid="<@subid>"> </div>
Is it possible, display all Sensors of the parent Group with the state "failure" in a custom data table too? In our example we have 2 devices in one Group and want display the failure Sensors in the following cullums:
- 1. group
- 2. location
- 3. downsens
Thx for help!
Marco
Add comment