Hi,people!
I have the really complicated Oracle tables on base of which I must create the reports with groups.
This is what I have:
Two different values stored in one field(Name).
We can differ them by their type, which is in another field in another table. The tables link by ID.
I have to make the grouping by one value and put another values in detail section of report.
For example:
Values:
Hospital, camp, school, nursing home stored in Name.
hospital has type:'Agency'
camp,school,nursing home have type 'Division'
These values have to group by value, which has type 'Agency'.
Another values have to be in Details.
The problem is that all these values in one field.
I'll appreciate any answer. Thanks in advance.
Lana.
I have the really complicated Oracle tables on base of which I must create the reports with groups.
This is what I have:
Two different values stored in one field(Name).
We can differ them by their type, which is in another field in another table. The tables link by ID.
I have to make the grouping by one value and put another values in detail section of report.
For example:
Values:
Hospital, camp, school, nursing home stored in Name.
hospital has type:'Agency'
camp,school,nursing home have type 'Division'
These values have to group by value, which has type 'Agency'.
Another values have to be in Details.
The problem is that all these values in one field.
I'll appreciate any answer. Thanks in advance.
Lana.