Hi All,
Really seem to be stuck on this one.
(Also my first post so apologies if I have messed something up)
Currently I am using a Drop Down Field to get the Lat and Long coords from a SharePoint list. The reason for using a drop down button is because of the compare value, it compares the value in our sharepoint list with the value that the user has selected in the Client locator. (using the address for this)
However, when I am trying to add the pushpin to show the location, the Latitude and Longitude seem to be showing as integers rather than decimals. (12345 rather than 12.345).
I am converting this to text currently with the LatitudeField_1.Selected.Title
If anyone could help with getting the decimal places back or another way to do this you would be a life saver!
Many Thanks.
Solved! Go to Solution.
Apologies,
Looks like I have got this one working by using LatitudeField_1.Selected.Latitude
🙂
Apologies,
Looks like I have got this one working by using LatitudeField_1.Selected.Latitude
🙂
Hi @Jadohajo ,
Glad to see you solved the problem.
You could mark your answer as a 'solution' to close the case.
Best Regards,
Charlie Choi