Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have a database with birth_date.
I use
Age(Today(), birth_date) as Age
I used later
=Count(Age >=18)
but it does not seem to work.
Hello,
For the count, try the following function:
=count({<Age={">=18"}>} Age)
Hello,
For the count, try the following function:
=count({<Age={">=18"}>} Age)
thanks for the answer, however the personID makes a lot of visits to the store and they get counted on every visit.
I did create the database. I want to find the distinct or unique number without double counting.
thanks again.