catchingup
Technical User
i have a CR11 report i am writing, pulling info fro a SQL table.
i have the following setup as far as groups and rows:
GroupHeader1a (grouped by Project #) - headings
GroupHeader1b - more headings and misc info
Detail level - BUDGET AMOUNTS
GroupFooter1 - blank
Report Footer - Sum of Budget Amounts
For some reason the Sum is multiplying by 10 (should result in $1,260,415 and I'm getting $12,604,150)
I unhid the detail level and can see that it is going through the detail listings 10 times which is why the Sum is off, but have no idea why it would be going through the table listings 10 times?
The only thing I have in the selection formula is a parameter which requires the user to enter a project number (set as --- {?Job Number} = {Projects.Number} )
Any ideas?
i have the following setup as far as groups and rows:
GroupHeader1a (grouped by Project #) - headings
GroupHeader1b - more headings and misc info
Detail level - BUDGET AMOUNTS
GroupFooter1 - blank
Report Footer - Sum of Budget Amounts
For some reason the Sum is multiplying by 10 (should result in $1,260,415 and I'm getting $12,604,150)
I unhid the detail level and can see that it is going through the detail listings 10 times which is why the Sum is off, but have no idea why it would be going through the table listings 10 times?
The only thing I have in the selection formula is a parameter which requires the user to enter a project number (set as --- {?Job Number} = {Projects.Number} )
Any ideas?