Hello, I'm trying to configure a report to check how many times my user
had succefully login with the VPN and when was the las time. This is my
Dataset:select (`user`) as usager, sum((case when reason='login
successfully' then 1 else 0 end)) as total...