I am not sure, if there is similar question answered here, but I cannot find it. Is it possible to find out all columns in the table? For example:

<!--Data Tables: Channels of a Sensor-->

<div class="map_object map_table" 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="sensor" nicemessage="true"  id="<@objectid>">

<div class="maptablecontainer" style="overflow:hidden;background-color:#fff;">
<b><#objectproperty name="Name" id="<@objectid>" show="link"></b>
<#table tableid="channeltable_map"
        id="<@objectid>"
        content="channels"
        columns="name,lastvalue_"
        sortby="name"
        sortable="false"
        links="false"
        >

</div>
<#mapobject type="htmlafter" subid="<@subid>">
</div>

I want to know what else can I see in the table except those two predefined values? (columns="name,lastvalue_" )


Article Comments

Hello,

Kindly note that re-defining of map tables is not officially documented.

For detailed information on possible options for map customization, please have a look at this page: https://helpdesk.paessler.com/en/support/solutions/articles/61263

Best regards


Oct, 2015 - Permalink

Hello, so there is no way to change the code so the table will be shown with all data it contains? For example delete columns="name,lastvalue_" or modify it somehow. Since I dont know what information is in the table (like status) I cannot be sure it will satisfy my needs. Default table doesnt. It is nice to see all channels in the table, but I need to see which of them are in what state (ok, warnin,error) otherwise its just the table with a lot of information, but without any additional value. It would be really nice to list the table parameters in the mapobject file the same way how the Mapobject name is noted. <!--Data Tables: Channels of a Sensor-->


Oct, 2015 - Permalink

I am sorry, I am afraid it's not possible to add the states of each channel to the map table (that information belongs to a sensor, not to the channels).


Oct, 2015 - Permalink

What about an over threshold channel? Since I can see this if I am in the gui I should be able to map it as well.


Jan, 2017 - Permalink

Hello Shawn,

Using "Status Icons" in Map Designer (e.g. "Channel Gauges" or "Sensor Message...") you can see current value of a sensor channel and its threshold.

Best regards


Jan, 2017 - Permalink