Hello,
let's say I have 2 tables :
- Customer table
- Product table
Cardinality: One customer can have 1 or more products
I'd like to create two indicators giving me the number of customers and the corresponding number of products.
I used till now the 'Count' function on a field of Customer and Product Table. But if I make a query on both product and Customer table, my Customer_Number get the whole number of lines (i.e Product_Number).
Which function should I use ???
Please help !
Thanx in advance !!!
Benouche
let's say I have 2 tables :
- Customer table
- Product table
Cardinality: One customer can have 1 or more products
I'd like to create two indicators giving me the number of customers and the corresponding number of products.
I used till now the 'Count' function on a field of Customer and Product Table. But if I make a query on both product and Customer table, my Customer_Number get the whole number of lines (i.e Product_Number).
Which function should I use ???
Please help !
Thanx in advance !!!
Benouche