D
dab1477
I am recieving the following error:
"You tried to execute a query thaty does not include the specified
expression 'Part Number' as part of an aggregate expression"
I am attempting to calculate the the expression
Expr1:sum(3600/[tbl_currentStateMaster]![CS_Cycle_Time]) within a query that
pulls from a master table.
The master table has multiple inputs by date for a specific part number -
meaning the date and part number may be repeated within the table. I do have
a column titled Tool Number that is non-repeating for each Part number.
Each Part Number may have up to 6 Tool numbers each, such that I have the
following in my master table:
Part number Tool Number Cycle time
80257 1 48
80257 2 48
80257 3 56
90218 5 32
I am trying to calculate the above initial expression for each Tool Number
within each Part Number.
What causes the agggregate expression error noted above? What would the
query need to look like in order to have the expression calculate for EACH
tool Number within EACH Part Number?
I want to see:
Part Number Tool Number Expr 1
Where Expr 1 = sum(3600/Cycle time)
Thanks in advance for your direction.
Stumped newbie,
Dab1477
"You tried to execute a query thaty does not include the specified
expression 'Part Number' as part of an aggregate expression"
I am attempting to calculate the the expression
Expr1:sum(3600/[tbl_currentStateMaster]![CS_Cycle_Time]) within a query that
pulls from a master table.
The master table has multiple inputs by date for a specific part number -
meaning the date and part number may be repeated within the table. I do have
a column titled Tool Number that is non-repeating for each Part number.
Each Part Number may have up to 6 Tool numbers each, such that I have the
following in my master table:
Part number Tool Number Cycle time
80257 1 48
80257 2 48
80257 3 56
90218 5 32
I am trying to calculate the above initial expression for each Tool Number
within each Part Number.
What causes the agggregate expression error noted above? What would the
query need to look like in order to have the expression calculate for EACH
tool Number within EACH Part Number?
I want to see:
Part Number Tool Number Expr 1
Where Expr 1 = sum(3600/Cycle time)
Thanks in advance for your direction.
Stumped newbie,
Dab1477