It seems like the issue is with the update method that fires automatically when i switch between BAQ views within the dashboard. If I could stop that update method from firing, it may solve this issue. This goes back to a previously solved case:
The solution for this ended up being that I needed to add a custom Update method in the BPM. In my case it is an empty BPM with just an empty code block and a message box showing the contents of ttResults.
I don’t think this solution caused my issue, but I do think that there must be something else I can do.