Forum Discussion
Weather data
- 2 years ago
My query is just a sample as I don't have all your lat and long combinations. Create a custom column and paste that formula in the custom column step from the code I gave you which is a modified version of your code. Reference these two to the actual column names:
Latitude = [Lat Column], Longitude = [Lon Column],
Thanks,
How, after modifying the query, could I select a city front data filter , and automatically have the corresponding weather data with corresponding lat and lon?
If the data for that city is loaded into the model then you can.
- obertimanuel2 years agoFrequent Visitor
Thanks,
Can you explain how please ?I have only 2 lat e 2 lon........
I'm doing something wrong and I don't understand whereThanks
- danextian2 years agoSuper User
My query is just a sample as I don't have all your lat and long combinations. Create a custom column and paste that formula in the custom column step from the code I gave you which is a modified version of your code. Reference these two to the actual column names:
Latitude = [Lat Column], Longitude = [Lon Column],