If you change the start date in the Publication settings, you will need to delete the contents in the REPORTDATE table. When you delete the content from the REPORTDATE table, the publication services will refill the table the next time you run the Publish Enterprise Data service.
To delete content from the REPORTDATE table, the database administrator will need to:
- Log in to the database.
- Run one of the following commands:
DELETE FROM REPORTDATE;
or
TRUNCATE TABLE REPORTDATE;