Hi,
is it possible to count the records meeting a certain condition (checked bool field) in one entity to show in a number field of another entity? I have contacts, that can apply for a course/workshop and in the workshop entity I want to count those records of the applied contacts. In the workshop entity there is shown a list of applied contacts by a realtionship.
So far I am able to count only all contacts, but not specific ones.
is it possible to count the records meeting a certain condition (checked bool field) in one entity to show in a number field of another entity? I have contacts, that can apply for a course/workshop and in the workshop entity I want to count those records of the applied contacts. In the workshop entity there is shown a list of applied contacts by a realtionship.
So far I am able to count only all contacts, but not specific ones.
Comment