B
bill7894
I'm having a problem with the Count() function.
I need to use it with a calculated field.
the field is calculated by using the following expression
AgeCategory:=Switch([Age At Service]<18,"CHILD",[Age At
Service]>17 And [Age At Service]<62,"ADULT",[Age At
Service]>61 And [Age At Service]<101,"SENIOR",[Age At
Service]>100,"UNKNOWN")
this function gives a different categories to each age
range <18 : Child, >18 and <61: Adult, etc.
I want to count how many children and how many adults I
have in the table.
can someone one help please.
Thank you.
I need to use it with a calculated field.
the field is calculated by using the following expression
AgeCategory:=Switch([Age At Service]<18,"CHILD",[Age At
Service]>17 And [Age At Service]<62,"ADULT",[Age At
Service]>61 And [Age At Service]<101,"SENIOR",[Age At
Service]>100,"UNKNOWN")
this function gives a different categories to each age
range <18 : Child, >18 and <61: Adult, etc.
I want to count how many children and how many adults I
have in the table.
can someone one help please.
Thank you.