S
Sara
I receive data from an outside source - it's in .csv, and
the fields are:
SALEDATE, StoreNum, ASSOC#, ASSOC NAME and OVER/-SHORT.
We need to look at this data and find associates
(cashiers) whose drawers are off.
Loss Prevention (LP) needs the information by our Fiscal
Quarter. Our years run Feb through Jan. I have
a "MapDate" table with Start and End Dates for each week,
week # of year, Fiscal Month Num, FiscalQtr Num and Fiscal
Year Num.
I am trying to figure out how to get the RANGE of dates to
pull off of the Associate File to give LP the data they
need based on the fiscal calendar. I need to total by
store by week and month and quarter, and also (in separate
queries/reports) find over/short amounts outside of limits
and [more than 3 out of limits in rolling 90 day period].
Right now, I am trying to figure out how to set it up so a
user can "request" a report and it will know how to pull
the right dates from the file we receive. Do I have to
add "SaleDate" to my MapDate table to accomplish this or
is there some sort of function I can use?
Thanks,
Sara
the fields are:
SALEDATE, StoreNum, ASSOC#, ASSOC NAME and OVER/-SHORT.
We need to look at this data and find associates
(cashiers) whose drawers are off.
Loss Prevention (LP) needs the information by our Fiscal
Quarter. Our years run Feb through Jan. I have
a "MapDate" table with Start and End Dates for each week,
week # of year, Fiscal Month Num, FiscalQtr Num and Fiscal
Year Num.
I am trying to figure out how to get the RANGE of dates to
pull off of the Associate File to give LP the data they
need based on the fiscal calendar. I need to total by
store by week and month and quarter, and also (in separate
queries/reports) find over/short amounts outside of limits
and [more than 3 out of limits in rolling 90 day period].
Right now, I am trying to figure out how to set it up so a
user can "request" a report and it will know how to pull
the right dates from the file we receive. Do I have to
add "SaleDate" to my MapDate table to accomplish this or
is there some sort of function I can use?
Thanks,
Sara