I have created my own table object for a Monitoring Map.

<#table tableid="dashalarmtable"

      content="sensors"
      id="<@objectid>"
      columns="object, device"
      count="20"
      sortby="priority"
      links="false"
      sortable="false"
      infoheader="false"
      filter_tags="@tag(<@tagfilterstring>)"
            filter_status="5"
      
>

Thats my table.

How am I able to sort this table by the Priority of the Device, and not by the Priority of the Sensor?


Article Comments

Hi there,

Due to the fact you are listing sensors, it is not possible to sort for the device-priority. The columns only apply to the object used in "content".

Best regards.


Mar, 2018 - Permalink

So by exchanging the "content=sensors" to "content=devices" it should sort by the priority of the device? I've tried it, but it doesnt work that way ...


Apr, 2018 - Permalink

Hi there,

The content parameter defines what is displayed, when you enter "devices", then only devices are listed in the table. As explained, you list sensors where the "device-priority" is not available. The "priority" column is only available for the currently listed type of object which is defined in the "content" parameter.

Best regards.


Apr, 2018 - Permalink