Yes, I am saving the data. I can even navigate the application referencing other data. Once I run the report it shows the original data.
The report is run via a menu option "Create Document". The report uses the Custom Query. The query is pretty straight forward.
FIND Project WHERE (Project.StatusCode='Started' OR Project.StatusCode='Not Started' OR Project.StatusCode='On Hold') OR (Project.StatusCode='Complete' AND Project.StatusDate>=DATE_ADD(Current_Date,-8-)) ORDER BY Project.ProjectName
As soon as I F5 the IE session, the data on the report appears. I have confirmed that I DON'T see the same issue in Firefox.