I’m trying to adding some durations from a table filtering by a column value but it doesn’t work. I must not understand something but I don’t know what.
Hi @Charles_Coiffier what is the column value that you want to filter on?
Lets say it is “Apples”
Then you could try -
heures.Filter(projet_phase=“Apples”).duree.Sum()