Hi
I had made one report with one subreport in it.
In that SUBreport I had made a group (by a field from one table which is being used)so I could make a sum field(of a numeric field). This way I get something like this:
NumberAction1 field_to_sum
Total(a sum field of a numeric field)
NumberAction2 field_to_sum
Total(a sum field of a numeric field)
..... etc
In my main report I had again the NumberAction field like a group and inside it I had a lot of other database fields.
What I would like to have inside each NumberAction group it was that Total field I told you before (calculated in the subreport)... got it?
Something like:
NumberAction1
Filedd 1 Field 2 Field3 Total(that sum)
NumberAction2
Field1 Field2 Field 3 Total(that sum)
... etc...
I can´t make it all in one report because the tables were not made to do that. For instances, if I try to join the fields of those tables I would get a lot of repeated recordsets... because there is nothing in each tables that can be "distincted"
Note that the "Sum field" is obtained from another tables diferent from that where I´m getting field1, field2 and field3
Thnak you for your help
Sergio Oliveira
I had made one report with one subreport in it.
In that SUBreport I had made a group (by a field from one table which is being used)so I could make a sum field(of a numeric field). This way I get something like this:
NumberAction1 field_to_sum
Total(a sum field of a numeric field)
NumberAction2 field_to_sum
Total(a sum field of a numeric field)
..... etc
In my main report I had again the NumberAction field like a group and inside it I had a lot of other database fields.
What I would like to have inside each NumberAction group it was that Total field I told you before (calculated in the subreport)... got it?
Something like:
NumberAction1
Filedd 1 Field 2 Field3 Total(that sum)
NumberAction2
Field1 Field2 Field 3 Total(that sum)
... etc...
I can´t make it all in one report because the tables were not made to do that. For instances, if I try to join the fields of those tables I would get a lot of repeated recordsets... because there is nothing in each tables that can be "distincted"
Note that the "Sum field" is obtained from another tables diferent from that where I´m getting field1, field2 and field3
Thnak you for your help
Sergio Oliveira