Hallo! Ich würde gerne einen Data Table anlegen und den MAX Wert der letzten 30 Tage einblenden. Folgendes habe ich probiert, aber hat noch nicht funktioniert.

<!--Data Tables: Channels_custom-->

<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;">
<b><#objectproperty name="Name" id="<@objectid>" show="link"></b>
<#table tableid="channeltable_map"
        id="<@objectid>"
	filter_drel="30days"        
	content="channels"
        columns="name_,lastvalue,maximum"
        sortby="name"
        sortable="false"
        links="false"
        >

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

Article Comments