problem with date aggregation

I have a date field called sent_date.
I’ve created an aggregation max_sent_date.

When I look at those fields in a table the max_sent_date reports Wed Mar 19 23:51:42 CET 2008, but the highest value of sent_date that I have in my table is Thu Mar 20 09:20:32 CET 2008.

Is that a bug?

Hi Irene,

When looking at the table you are not filtering on any field?
I.e. did you do a load all records ?

no, all records are loaded and visible

Hi Irene,

And you are sure that latest data is actually saved to the backend database and not still in Servoy’s cache? All aggregates are queried directly from the backend.
I guess you can check by closing and opening the solution.