When you say the datasource is updated, I presume you mean it is overwritten, in which case the only way to keep the pivot table functionality is to store the data somehow. you could create a csv or text file from your data source, then have the pivot table reference this. or you could change the database so that data is not overwittten.
if it is not overwritten the change the query to have date constraints.
|