Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
I'm trying to implement the google map solution in my application. This is not the first time I use it and in the past it always worked, but now I can't absolutely understand why I can only see a blank map (I mean a map without any dot).
You can see the application attached. You help would be really appreciated. Thanks!!
You have problems with your latitude, longitude data.
It's recognized as text. Please, check your load script. You may need to replace '.' by ',' using the replace formula.
You have problems with your latitude, longitude data.
It's recognized as text. Please, check your load script. You may need to replace '.' by ',' using the replace formula.
Thanks to both of you Erich Shiino and EvanKurowski !!!!!!!!!!!!
You solved it! Thanks again !