I have two values, $feature.Address , $feature["URL_1"]); I would like the popup window to show the address and when the user clicks on address it goes to the url
$feature.Address
Is there a way to do this?
Hi Jorge,
If I'm understanding your question correctly, you don't need Arcade for this. Simply set up the popup as shown in the image below. Put the names of your fields between the { }. You must have the {ADDRESS} part in the popup editor selected before you configure the link properties.
I do not want to create a custom attribute display, all of my data are in fields. I'm not just returning the field value, it's a concatenated value from two fields. One is a hyperlink and the other is a text field. When they are combined with arcade they cease to be a hyperlink in the popup.
$feature.hyperlink + $feature.parcelid
Hi Leo Ladefian ,
Can you elaborate about what you want to accomplish and why the solution provided by Chelsea does not work for you? Chelsea showed how you can do this without Arcade and creating Arcade expressions that will just return the field value does not make much sense.
How do you do this in Arcade?
thanks Chelsea. It works like a charm!
Angemeldete Mitglieder können Beiträge verfassen, Updates folgen und mehr. Neu hier? Registriere ein kostenloses Konto.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.