ferut

Results 3 issues of ferut

#802 still an issue. any help?

I am tyring to get SUM of field, the problem is that if my DB doesn't have a field populated with Entrata or Uscita (value on is based logic of...

Hi all is it possible to do query with IF? @DatabaseView("SELECT SUM(if (eventType = Entrata, eventAmount, eventAmount*(-1))) as eventAmounts,eventDate FROM Event GROUP BY eventDate", viewName: 'EventForChart') class EventForChart{ DateTime eventDate;...