Hello all,
I am in the process of creating Google Maps SDK Component in Design Studio 1.3.
I am using Google Maps Api v3 and so far that part of the mix is not giving much grief.
The problem I am facing should be simple to solve but I have wasted enough time to make me realise that I should have asked the question here earlier
Basically the component I am building receives Latitude and Longitude to plot markers on a map, draw polylines, etc
A bit like the example shown below:
I am using as a source a Bex Query that contains the information I need for each marker (Label Name, Latitude and Longitude)
Below is the output of the query, when displayed on a Crosstab in Design Studio
Now the problem I am facing is quite simple.
Latitude and Longitude are attributes of the Customer Dimension, but they are not dimensions themselves.
In the BEx query they look like this:
I have tried using all different types of DataBound components available in Design Studio's SDK but I am only able to get access to the Dimension Key or Text but not the attributes I am interested in.
I am hoping there is a simple answer to this.
Any help is greatly appreciated