---
title: "DataShed5 - Intercept Calculator Packages not Displaying"
canonical: "https://servicedesk.maxgeo.com/space/MAXGEO/1067483170/DataShed5%20-%20Intercept%20Calculator%20Packages%20not%20Displaying"
format: markdown
---
**Issue:**

No Intercept Calculator packages display in DataShed5 but are available within DataShed4.

![image](media://7164c465-3a9c-444c-ad18-b6cf1d97e019)

**Cause: **

To display the calculator the package requires the “Superseded” field to be non-NULL and for Superseded to exist in the SampleTable field against the package in tblSYSICPackage

![image](media://b6e56531-af08-4fa4-b321-129ea49dc7de)

eg: the view tblVWDHAssays would require tblDHSamp.Superseded within the select statement

**Resolution:**

Add tblDHSamp.Superseded to the select statement of the tblVWDHAssays view.

![image](media://92902320-567a-406b-bfcf-153b433eea86)


> ⚠️ DB Modification
> ⚠️ 
> ⚠️ Before any change is made to a user database (or system), maxgeo recommends competent staff should follow all standard database change management practices and never make untested changes to a production database.  
> ⚠️ Change, test and document all modifications on a test copy of your database to ensure results are as expected before implementing them on your live database. Always ensure a full backup is available in case rollback is required and follow all company change management procedures and practices.