Hi, I'm trying to sort the data retrieved by query with
->pipe(new Sort([
"DATA_ORA_PRESENTAZIONE"=>"asc",
]))
after the query
method, but it doesn't work.
My report code is published in topic #1411
I have tried to sort the query, to sort with the process or both, but the dates are shown in inverse order.