Hi,
here's my big problem that i cannot manage to solve myself :
I m listing some bills and i want to get for each bills the count of bills that are related to the same person.
after that i want to do a mathemathic operation with the amount of the bill and the value that i get with the count.
For that, i m using a main report for the list of the bills and subreport for each bill that return the count.
when i print each bill with each count related there's no problem, i've got the corrected values displayed.
But everytime i try to do mathematic operation CR9 return this message :
a summary was specified on fields not periodical
here is my structure
Report header
page header
group header 1
group header 2
details a
details b
details c
group footer 2
group footer 1
page footer of report a
page footer of report b
page footer of report c
page footer
details a contains subreport
details b contains the print of the shared variable
details c contains each row of the list
the mathematic operation must be donne on details c
thx for your great help
here's my big problem that i cannot manage to solve myself :
I m listing some bills and i want to get for each bills the count of bills that are related to the same person.
after that i want to do a mathemathic operation with the amount of the bill and the value that i get with the count.
For that, i m using a main report for the list of the bills and subreport for each bill that return the count.
when i print each bill with each count related there's no problem, i've got the corrected values displayed.
But everytime i try to do mathematic operation CR9 return this message :
a summary was specified on fields not periodical
here is my structure
Report header
page header
group header 1
group header 2
details a
details b
details c
group footer 2
group footer 1
page footer of report a
page footer of report b
page footer of report c
page footer
details a contains subreport
details b contains the print of the shared variable
details c contains each row of the list
the mathematic operation must be donne on details c
thx for your great help