Overslaan naar inhoud
Menu
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Deze vraag is gerapporteerd
2 Antwoorden
2064 Weergaven

I would like to define in xml (view and/or action parameters) a pivot view of leads, comparing the current year revenue with the previous year one , i.e. using the date filter and comparision with previous year.

That's because I would like to make the year dynamic (i.e. always comparing the current year with the previous year), I know i can save thes filter and recall it but it would always display the same years.


Avatar
Annuleer
Auteur Beste antwoord

It works for the filtering part, but it doesn't automatically apply the comparision feature.

Avatar
Annuleer
Beste antwoord

Hi,

You can open the pivot view with action and add a dynamic filter to achieve what you require.

Here is an example which adds a dynamic filter on date.


<filter string="Today Activities"
        name="activities_today"
domain="[('activity_ids.date_deadline', '=',
context_today().strftime('%Y-%m-%d'))]"/>


Hope it helps

Avatar
Annuleer
Gerelateerde posts Antwoorden Weergaven Activiteit
1
jul. 24
29
0
mrt. 20
1840
1
dec. 19
4508
1
jun. 25
563
0
jan. 24
1668