NaderNouri Posted May 16, 2011 Posted May 16, 2011 Hello Guys, I have a problem with setting the summary report. I attach a sample file which contains a report using summary field. The problem is I can't multiply a summary field's value to another field's value and get a correct result. Any help would be appreciated in advance. Kind regards Product.fp7.zip
NaderNouri Posted May 17, 2011 Author Posted May 17, 2011 Try it this way, perhaps? Thanks a lot. It works perfectly for me. But I still have this question "can we use a summary field in our calculation?"
comment Posted May 17, 2011 Posted May 17, 2011 Yes, you can - but is more complicated in this case. First, you must use the GetSummary() function for the sub-summary results. For this, the breakfield cannot be a related field; you must sort and sub-summarize by the "local" ProductID field. You also cannot total the results of the calculation, because it returns a result for every record.
NaderNouri Posted May 18, 2011 Author Posted May 18, 2011 Yes, you can - but is more complicated in this case. First, you must use the GetSummary() function for the sub-summary results. For this, the breakfield cannot be a related field; you must sort and sub-summarize by the "local" ProductID field. You also cannot total the results of the calculation, because it returns a result for every record. as you said it is getting more complicate for me. thanks a lot for your help
Recommended Posts
This topic is 4996 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now