Hello
I have created an a custom arcade expression for a popup in portal web map.
I now have a dashboard where I am trying to display this custom pop up expression in an indicator. I can see the custom popup in the detail pane in the dashboard but I am trying the advanced editing in the indicator
Do you all know how to call the expression from the popup into the indicator? I would really want it in the list as well but Im not sure if I can do it there.
Solved! Go to Solution.
Hi @pbDudley
I don't think you won't be able to directly call the arcade from the pop-up, into the indicator,
Rather you will need to copy and paste the expression into the Indicators, advanced formatting section, and call this into the return statement:
An example of completing this is below:
Ok thanks, I think I can figure this part out now, thanks for the response
Hi @pbDudley
I don't think you won't be able to directly call the arcade from the pop-up, into the indicator,
Rather you will need to copy and paste the expression into the Indicators, advanced formatting section, and call this into the return statement:
An example of completing this is below:
Ok thanks, I think I can figure this part out now, thanks for the response