Hi community,
I had an experience builder product that shows a large amount of applications and referrals for different types of land situations. When users zoom in, information will be displayed in a chart, count and a list widget.
What I am hoping to do is, have each of the different referrals in the list be linked to their individual reports. So, if users see the referral they need, they can click on the button in the list and it'll go to its corresponding referral page. Is this possible?
The image below shows the list next to the map, and the 'Link to MARA' button is what I want to link to the individual and corresponding report. Each of the reports have the same URL link except for the end where the report number is added.
For example -
Report 1: www.Landreport.ID123.com
Report 2: www.Landreport.ID456.com
Report 3: www.Landreport.ID789.com
I assume this can be set up in the 'Set Link' section - but how would I do it so each individual button links differently?
Solved! Go to Solution.
When setting the link change the URL drop-down from attribute to </> expression.
You can then create the link to launch externally using the builder
Hovering over you can check the link.
Linking a .jpg is a bad example but you can replace it with whatever you want. mailto, etc
When setting the link change the URL drop-down from attribute to </> expression.
You can then create the link to launch externally using the builder
Hovering over you can check the link.
Linking a .jpg is a bad example but you can replace it with whatever you want. mailto, etc
Awesome! Thanks so much Christopher - that set up worked! There was an ID results in the original data that I added to the weblink (example "www.mywebsite.com" + {referralID}) which worked! 😄 The buttons link to their individual referrals sites which is perfect.
I knew it should be easy enough; just couldnt understand why it didnt work haha. But thanks so much for your help! It's greatly appreciated 🙂
Actually Chris, I do have another question that you might know of, that's similar to my previous question.
If it possible to link the individual graphics in the list to different pages within the experience builder project? I saw that you can just add a page, but what if I want each button to go to a different page? Is that possible?
Here's a list of supported URL parameters for experience builder
https://doc.arcgis.com/en/experience-builder/latest/build-apps/url-parameters.htm
There's one for pages.
I haven't tried from within the experience itself. If it works, test it to see what the end users experience will be like as it may reset other things like filters or current map extent.
Excellent, thanks heaps Chris! I'll check this out today and if I get it to work, I'll let you know 🙂 Thanks again for sticking with me and helping me out!