Is there any way to create a count of empty fields in a data type? I have a “profile” data type with many fields in it, and I want to show a count on a summary page of how many of those fields have yet to be filled out (are empty).
To add to the complexity, there is a “template” data type that indicated which of the fields within the “profile” data type are “active”, and I would like to only show a count of those fields that are both empty, and marked as included in the associated template.
Complicated, I think, but possible?