Hello,
I'm trying to write an expression to count the number of values, for each type within a field (i.e. region A, region
to populate a second field with the results, with Attribute Rules. So far I can select the region for each entry but I have not been able to filter the count for each entry by its region. My code so far:
When ($feature.Region=='A',Count($feature.Region), $feature.Region=='B',Count($feature.Region),1000)
I tried using the filter but I could not get it to work.
Any suggestions?
Thanks
Randy