Duration comparison
These tables outline the different components of the report.
Datasets
Dataset | Stored Procedure | Comment |
---|---|---|
GetRecipeNames | spGetRecipeNamesByDate | Gets the Recipes used between two dates |
GetUnitNameByDate | spGetUnitNameByDate | Gets the Units used between two dates |
GetBatchListByDate | spGetBatchListByDate | Gets the Batches executed between two dates |
GetBatchListDuration | spGetBatchListDuration | Gets the Duration of Batches executed between two dates |
GetUniqueID | spGetUniqueIDByDate | Gets ALL Unique IDs from Database |
GetProcessCell | spGetProcessCellByDate | Gets ALL Process cells from Database |
GetUnitName | spGetUnitNameByDate | Gets ALL Unit Names from Database |
Report Parameters
Parameter | Where used | Comment |
---|---|---|
StartTime | All Procedures | Start Time |
EndTime | All Procedures | End Time |
SearchWord | NA | User Defined Batch Filter |
ProcessCell | NA | Process Cell Filter |
RecipeName | NA | Recipe Name Filter |
UnitName | NA | Unit Name Filter |
UniqueID | NA | Unique ID Filter |
Heading Data
Object | Data Item | Data Source | Type |
---|---|---|---|
Start Time | StartTime | User input | Parameter |
End Time | EndTime | User input | Parameter |
Table and Chart Datasets
Table | Dataset | Comment |
---|---|---|
chart_ GetBatchListDuration | GetBatchListDuration | Batch Duration |
table_ GetBatchListDuration | GetBatchListDuration | Batch Duration |
Provide Feedback