Forum Discussion
Anonymous
5 years agoNot applicable
Prevent Bing map API function from running/refreshing when the query is edited.
hello all, I created a function that calls the Bing map web service, it works great and gives me distance traveled and duration between my start and finish locations, however it is a bit slow. My...
- 5 years ago
Anonymous you cannot avoid the full refresh, as soon as you refresh, it is going to refresh and make that function call for each row.
parry2k
5 years agoSuper User
Anonymous you cannot avoid the full refresh, as soon as you refresh, it is going to refresh and make that function call for each row.
- Anonymous5 years agoNot applicable
Thanks for the response, any chance of a partial refresh using a date range in the "Manage Parameters" for the query feature?