You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Having a reset option for query would definitely help. Take for example, we have a derived variable that reads from the result of 2 queries (whichever is present or the latest one fetched).
Having a
reset
option for query would definitely help. Take for example, we have a derived variable that reads from the result of 2 queries (whichever is present or the latest one fetched).We need the
derVal
to always point to the latest data. Ifdata2
is fetched after fetcingdata1
,derVal
should bedata2
.Having an option to reset the other query's state during triggering one query would definitely be the best approach here.
The text was updated successfully, but these errors were encountered: