Batch listing
These tables outline the different components of the report.
Datasets
Dataset | Stored Procedure | Comment |
---|---|---|
GetBatchListByDate | spGetBatchListByDate | Gets the Batches executed between two dates |
GetRecipeNames | spGetRecipeNamesBYDate | Gets the Recipes used between two dates |
GetUnitName | spGetUnitNameByDate | Gets the Units used between two dates |
GetProcessCell | spGetProcessCellByDate | Gets the Process Cells used between two dates |
Report Parameters
Parameter | Where used | Comment |
---|---|---|
StartTime | All procedures | Start Time |
EndTime | All procedures | End Time |
SearchWord | spGetBatchListByDate | User Defined Batch Filter |
ProcessCell | NA | Process Cell Filter |
RecipeName | NA | Recipe Name Filter |
UnitName | NA | Unit Name Filter |
Heading Data
Object | Data Item | Data Source | Type |
---|---|---|---|
Start Time | StartTime | User input | Parameter |
End Time | EndTime | User input | Parameter |
Table Datasets
Table | Dataset | Comment |
---|---|---|
table1_GetBatchListByDate | GetBatchListByDate | Batch List |
Provide Feedback