Hello all,
I would like to return the number of attachments in a related table.
Is this possible?
I know how to count he number of related records, and I know
var relatedrecords = FeatureSetByRelationshipName($feature, "MonitoringPhotoSites")
var cnt = Count(relatedrecords);
return cnt;
And I know how to count the attachments in the feature
Count(Attachments($feature)
But I'm not quite sure how to combine those two together. Has anyone an idea?
Cheers,
Marco