When I use Id as parameter and put Sum(Quantity) as expression into pivot table.
Then I put this doc into Server and use Access point to see that doc by AJAX model.
When I open that doc and select Id 1, then the pivot table shows the Quantity 30. Then I close that doc.
Get back to the doc and change the back-end's data, change the quantity from 30 to 60 for Id 1 and reloading data. Then update that doc into server again.
The weird thing occurs, when I use Ajax to check the doc again, the quantity for Id 1 still shows 30 not 60, but it works for IE plugin, how can I solve this