G
Guest
I have three tables, one with components, one with numbers of components
needed for a project, and one with price break information for the
components, in a one to many relationship with the component table. I have a
query to yield all of the components I need for a given number of products.
What I can't figure out how to do is then use a domain aggregate function to
then yield a unique record for each component incorporating price break
information. In other words, I need to have a field in the query which
yields the correct price for the number of components I need. How do I go
about this?
needed for a project, and one with price break information for the
components, in a one to many relationship with the component table. I have a
query to yield all of the components I need for a given number of products.
What I can't figure out how to do is then use a domain aggregate function to
then yield a unique record for each component incorporating price break
information. In other words, I need to have a field in the query which
yields the correct price for the number of components I need. How do I go
about this?