ANS_Admin
7 years agoQrew Trainee
Count the number of Cases by Month
So I'm creating a custom reference with "SY-MM-YYYY-CASE-GENDER"
This my current formula:
"SY"
& "-"
& Month(ToDate([Date Created]))
& "-"
& Year(ToDate([Date Created]))
& "-"
& Count(ToDate([Date Created])) <-- Current Problem
& "-"
& [Gender]
How to count the number of records by month using formula-text?
This my current formula:
"SY"
& "-"
& Month(ToDate([Date Created]))
& "-"
& Year(ToDate([Date Created]))
& "-"
& Count(ToDate([Date Created])) <-- Current Problem
& "-"
& [Gender]
How to count the number of records by month using formula-text?