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

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

![image](media://304d6061-7980-4e7e-a4fd-711469a116ce)

**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://93c9639c-030e-4441-ab8d-6b6f640c8bb6)

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://d8693224-e957-4c1d-bf29-279ebfb8351c)


> ⚠️ 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.