I have a Query that is tagged to auto-refresh (refresh properties for the query) when a particular process (EXEC_SP stored proc) is run. The query is not refreshing. The process has indeed run. I check in the database, and the record which the query is based on has changed with the new values.
So, I expect the query to "refresh" itself based on the auto-refresh rules set as above.
As proof, when I click on the AIM refresh button above the query, and it refreshes the data correctly.
So, I believe this is a bug.
Dave