Working with ArcGIS Pro.
Hello, I am writing to request confirmation that my end goal is possible (or not possible). I would welcome any links that would provide guidance. Example below is provided for clarity.
I have a shapefile of the location of buildings with a unique building ID.
I would like to connect to an Oracle DB (attribute information, not spatial information) that contains information about the building. Information in the Oracle DB changes daily. Oracle DB includes tables include the building ID (that is also part of the shapefile).
I would like to create a popup that references information from the Oracle DB. More specifically, I'd like to create a popup that has a graph (bar plot) of the last 6 months (contained in the Oracle DB) of data.
I am comfortable writing SQL script to obtain the last 6 months of data. Unsure if I need to learn python, ARCADE and/or java and if my goal is possible in ArcGIS Pro.
Thank you very much!