I have a string of 6 Near Me widgets that search different distances and run when a user selects a parcel. I would like to provide a summary of the features and the counts that are selected, for example:
Wetlands (1)
Waterbody (2)
Species at Risk (1)
The Near Me widgets analyze around 20 layers total. I do not want the layer name to show in my summary if no features were picked up - i.e. I don't want it to say Railway (0), I just want Railway to not show at all.
I know I can use dynamic text and put a space/empty character in the Expression name but that is still going to appear in my summary, and just make the spacing all weird.
Does anyone know if there is a way to accomplish this?
Thanks!