Group by Machine, insert the Scrap field in the header, and put the weight field in the details section. You can then insert a sum in the header of the group.
I suspect you could do this by using a Command as a datasource as well, unless these two tables are from different databases. You can...
Try installing the service pack again. You probably already did this multiple times, but I figured I'd throw it out anyway.
I would try to figure out the .dll that it is complaining about. You could even go to the server that is working and bring a fresh copy of the dll over to the...
I am going to make a lot of assumptions because of my ignorance to your situation. Any differences in your situation could totally change this answer.
First thing... if you have added the Comments table to your datasource and linked it properly, then you are not getting all of the records from...
There are other ways to do this, but you must really need the functionality and absolutely cannot use an external method of doing this.
Let me know if you want me to go into detail...
Matt
synapsevampire is in a bad mood today, so I'm gonna let that one go!
Try my formula. If it doesn't work, it is something else.
I doubt it is the default value...unless you didn't pick the parameter value you meant to.
Matt
Try this...
If {?VendorNumber}<>"All" AND {?Job}<>"All" Then {APM_MASTER__DISTRIBUTION.Job} Like {?Job} & "*" AND {APM_MASTER__DISTRIBUTION.Vendor}={?VendorNumber}
Else if {?VendorNumber}="All" AND {?Job}="All" Then
True
Else if {?VendorNumber}=...
Crystal builds parameters when creating subreports. These allow the parent report to pass the linking field to the subreport.
Did you try completely deleting the subreports from your parent report and recreate them?
If that doesn't work, try using a command as a datasource and do the summations in SQL. Then when you get to Crystal with the data, the summations will be your detail lines.
This will work...I hope!
Make two formulas...one called Header and another called footer for example.
Make the Header formula exactly like the header line you want in your export...
{Field1} & "," & {Field2} etc....
Do the same thing for your detail line.
Now, Group by the key...
Do you know what application they are trying to import into?
What is the purpose of the import?
The only reason I ask is becuase there may be a better way to approach this problem other than a text file import.
RosieB, make a good point. The only difference between a broken leg and child-rearing is that the broken leg doesn't ask for quarters for the arcade.
If you think about it, your comment about "commercial transaction" actually disproves your own point. If it was just a commercial...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.