D
dab1477
I am recieving the following error during the setup/running of a query:
"You tried to execute a query that does not include the psecified expression
'Part Number' as part of an aggregate funtion".
I am trying to calculate the following expression using a query based upon a
master table:
Expr 1: sum(3600/cycle Time)
The master table has the following headings:
Date Part Number Tool Number Cycle Time
Date, Part Number and Cycle Time can be repeated, but tool number is dynamic
for each part number.
EXAMPLE
Date Part Number Tool Number Cycle Time
3/20/2009 80257 1 48
3/20/2009 80257 3 48
3/20/2009 80257 4 52
I want the query to calculate Expr 1 for EACH of the Tool Number within a
specific Part number. My current query looks like this:
Date Part Number Tool Number Cycle Time Expr 1
where Expr 1 = sum(3600/cycle time)
Thanks in advance for the direction.
Stumped newbie,
dab1477
"You tried to execute a query that does not include the psecified expression
'Part Number' as part of an aggregate funtion".
I am trying to calculate the following expression using a query based upon a
master table:
Expr 1: sum(3600/cycle Time)
The master table has the following headings:
Date Part Number Tool Number Cycle Time
Date, Part Number and Cycle Time can be repeated, but tool number is dynamic
for each part number.
EXAMPLE
Date Part Number Tool Number Cycle Time
3/20/2009 80257 1 48
3/20/2009 80257 3 48
3/20/2009 80257 4 52
I want the query to calculate Expr 1 for EACH of the Tool Number within a
specific Part number. My current query looks like this:
Date Part Number Tool Number Cycle Time Expr 1
where Expr 1 = sum(3600/cycle time)
Thanks in advance for the direction.
Stumped newbie,
dab1477