Hello, I'm trying to create an itemized list of costs. I have two 99 indicators that are returning costs based on layers that are filtered by separate selectors. Ultimately I'd like something that looks like this:
Cost 1: $5,000 //(this is based on the summary of a field in a layer that is filtered by a selector)
Cost 2: $10,000 //(this is based on the summary of a field in a different layer that is filtered by a different selector)
Total Cost: $15,000 //(This is cost 1 plus cost 2)
This has me trying to use Arcade for the first time and I'm pretty lost.
Thanks,
Nick