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.
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.