Hi,
os: Windows XP
Crystal Reports V8.5 SP3
I want to combine two data sources.
(production data and scrap data)
Production data
key machine weight
-----------------------
001 M01 100,1
001 M01 95,3
002 L02 87,5
002 L02 99,5
Scrap data
key machine scrap weight
-----------------------
001 M01 11
002 L02 23
1. I create a group on production.machine
2. I put production.machine, production.weigt and scrap.weight in the data area.
But then I get something like this :
machine weight scrap.weight
----------------------------------
M01 100,1 11
M01 95,3 11
L02 87,5 23
L02 99,5 23
So the scrap.weight is showed to many times. I understand that is is because the Key isn't unique so Crystal doesn't know it has to show it only once.
So my question is : How can I get a total for each machine with the correct scrap weight. And I can't work with sub reports because it's already a sub report.
Hope someone can help me
Thank you !
Bye
Hans
os: Windows XP
Crystal Reports V8.5 SP3
I want to combine two data sources.
(production data and scrap data)
Production data
key machine weight
-----------------------
001 M01 100,1
001 M01 95,3
002 L02 87,5
002 L02 99,5
Scrap data
key machine scrap weight
-----------------------
001 M01 11
002 L02 23
1. I create a group on production.machine
2. I put production.machine, production.weigt and scrap.weight in the data area.
But then I get something like this :
machine weight scrap.weight
----------------------------------
M01 100,1 11
M01 95,3 11
L02 87,5 23
L02 99,5 23
So the scrap.weight is showed to many times. I understand that is is because the Key isn't unique so Crystal doesn't know it has to show it only once.
So my question is : How can I get a total for each machine with the correct scrap weight. And I can't work with sub reports because it's already a sub report.
Hope someone can help me
Thank you !
Bye
Hans