I have a layer with about 50 fields that show up as 50 rows in the popup. Most of these are Null values.
Is there a way to create an expression that will set it up to not show the fields with Null values in the popup without typing 50 expressions?
I've seen HTML solutions and ideas for Map Viewer Classic but I'm using the New Map Viewer.
Thanks to all.
Do you know how I would add rounding to this? I tried something like-
'Flow Rate': round($feature.flow, 2)
in the return section but that doesn't seem to do anything.