| *** No Order History Records Qualified *** |
|
| |
| Item Count: | #NumberFormat(_ResultSetCnt,",")# |
| |
| Date Field: | #GetDateType(attributes.params.rpt_datefield_opt)# |
| |
| Territory: |
#htmleditformat(_TName)#
|
| |
| Office: |
All Offices |
| |
| Office: |
#htmleditformat(ValueList(qmd_OfficeList.officeName, ", "))# |
| |
| Distributors: |
All Distributors
SELECT cdr_dstname
FROM tbl_CDR_Distributors
WHERE cdr_recordid IN ()
ORDER BY cdr_dstname
#htmleditformat(ValueList(qmd_DistName.cdr_dstname,", "))#
|
| |
| Manufacturers: |
All Manufacturers
SELECT Mfr_Name
FROM tblManufacturers
WHERE Mfr_Id IN ()
ORDER BY Mfr_Name
#htmleditformat(qmd_MfrName.Mfr_Name)#,
|
| |
| Last Order (Days): |
#attributes.params.rpt_Last_opt# |
| |
| History Window (Days): |
#attributes.params.rpt_histwindow_opt# |
| |
| Min Order Quantity (Cases): |
#attributes.params.rpt_minqty_opt# |
| |
| Run By: |
#htmleditformat( client.user )# <#trim( htmleditformat( client.email ))#> |