Hello,
I am creating a column chart do display information about age range regarding a group of people.
On my query I've aleady created "Round(DiffDays(Person.DateOfBirth,CurrDate())/365)" to get me ta age of each one of them, but now I'm strugling to group them by age range.
I've attached a picture to show the example of what I wan't.
Thank you,
Tiago Fernandes
Hii Tiago
What challenge are you facing? Please try with following the below steps -
I hope it is clear and will be helpful
Hi Tiago,
in the aggregate create a new column/function per age range as a boolean. Then group and count the results.
Hello Manish,
Problem solved!
Thanks for your help!
Welcome Tiago :)