Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
2 Odpowiedzi
5327 Widoki

How can I display the average of the speed field, instead of the sum?

XML TREE

        <field name="arch" type="xml">
            <tree string="Models">
                <field name="deviceid" />
                <field name="devicetime"/>
                <field name="speed"/>
                <field name="address" />
                <field name="event" />
                <field name="leido" />
            </tree>
        </field>


XML SEARCH

        <field name="arch" type="xml">
            <search string="Vehicles costs" >
                <group expand="1" string="Group By">
                    <filter name="groupby_devieid" separator="1" context="{'group_by' : 'deviceid'}" string="Vehicle"/>
                </group>
            </search>
        </field>

Awatar
Odrzuć
Autor Najlepsza odpowiedź

All records

Car 1
50
Car 1
60
Car 2
65


Grouped records

Car 1
55 (avg 50,60)  I need
Car 2
65




Awatar
Odrzuć
Najlepsza odpowiedź

Hi,

Try like thi by giving avg=""

<field name="probability" avg="Avg. of Probability"/>

See:-  https://www.youtube.com/watch?v=hMQaPyzIP6E

Thanks

Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
1
lip 24
1669
0
maj 24
1652
1
kwi 22
9335
2
paź 21
8618
1
lip 21
22495