Basically, if you don’t change a dataview query, it seems to stay the same until you reopen the query. It seems like currently, it doesn’t refresh the query even if the refresh interval is set, nor if you call the Force refresh
command.
This is troublesome, when developing and testing queries, so I therefore ask if you know a way to trigger the query again, besides adding/removing space (or other insignificant changes to the query), and switching from/to reading view.
This is mostly a problem when the query is almost completely defined, but you change the base data for the query to test various cases, or you change fields that the query is based upon, but still the query itself is not changed.
And yes, I’ve tried asking at github, with no response for a few days. But I kind of remember seeing someone in this forum having a nifty little trick to trigger a query refresh, but I can’t find it. So therefore this request, if some of you know a way to trigger a rerun of a dataview query, when the query hasn’t changed, but some of the underlying data has.
Update: I forgot to mention that I usually have a dual setup with one tab in editing mode, and the other in reading mode. So the query to be refreshed is already in reading view.