Good Day All,
I have a table "Table1" with fields "Late" and "Lunch" of Yes/No data type.
I created a report on this table displaying all the data.
I want to count how many records are ticked late and how many are ticked Lunch.
I know that if these were not combined in one report you could just count the records, but with them combined it is much more challenging.
I want to use the expression builder to make it easy.
My effort was : =Count([late]) and count([Lunch]). All these do are count the records.
Can anyone assist. I would be very grateful
I have a table "Table1" with fields "Late" and "Lunch" of Yes/No data type.
I created a report on this table displaying all the data.
I want to count how many records are ticked late and how many are ticked Lunch.
I know that if these were not combined in one report you could just count the records, but with them combined it is much more challenging.
I want to use the expression builder to make it easy.
My effort was : =Count([late]) and count([Lunch]). All these do are count the records.
Can anyone assist. I would be very grateful