Hi all.
I want to get data that is selected from the database like ID that is part of a geometry of an Map layer. I can link to a new page and pass the ID to it but I dont know how to get to the ID without leaving the page. I assume I will have to use some Javascript code but I can not find any examples on how to get to the data. So 84 is the ID. I know it is there as I can see it and if I link to another page I can get the value. How do I get the value using a danamic action.
I did try using the action MAP.Clicked and the have a Javascript expression to set a page it like this.
this.data.id
But that does not work.
