I am working on a web map that takes values in one layer and divides by values in a table to display percentages. I used FeatureSetByName to make this calculation for the popups. However, I want to be able to display this in the symbology and/or labels for the layer as well. It doesn't look like there are feature set capabilities in the symbology expressions so I am unable to copy and reuse the code there. However, is there a good work-around for this? Do the values created from the expression in the popup get stored anywhere else for use in other places other than popups?
Thanks for any help!