Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to get data from a Geometry when clicked on in a MAP Reagion?

TinkerBoyNov 23 2023 — edited Nov 23 2023

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.

This post has been answered by Carsten Czarski-Oracle on Dec 5 2023
Jump to Answer
Comments
Post Details
Added on Nov 23 2023
9 comments
473 views