Hello everyone!
is it possible for any of ArcGIS Dashboard elements to reads from more than one layer (Data sources) at the same time?
Thank you!
Thanks for your question, would you be able to provide some more information on what you are trying to achieve?
Many thanks!
Issy
for example, I want that my indicator element read from two reference layer (data source), so is that possible?
Thanks
Why don't you use a data expression and you can combine the two data sources there into a single dictionary. If you're just interested in one field, you can just specify that in your dictionary.
you can have a look at this: https://github.com/Esri/arcade-expressions/blob/master/dashboard_data/CombineMultipleLayers(SerialCh...
I hope this helps.
Thanks @MlondiNdlovu1 . Yes, this is helpful for someone who knows about the data expression and Arcade.