Iloveoracle
Programmer
Hi ,
I am giving one example to explain my problem.For example I have one table called social_behavour,wich shows the people list according to the organization and location.
ID ORGANIZATION LOCATION NAME DISPLAY ORDER
--- ----------- --------- ------ ----------
111 Childrens Foundation CAbranch W.Build 1
111 Childrens Foundation LAbranch A.Peter 2
111 Childrens Foundation NJbranch R.Sam 3
111 Childrens Foundation MWSAbranch P.Nancy 4
111 Childrens Foundation MWSAbranch L.Jack 5
111 Childrens Foundation MWSAbranch C.Carlin 6
111 Arben Areas NSAbranch Samul 7
111 Arben Areas NSAbranch Moghil 8
111 ArbenAreas MWbranch Jhon 9
111 Backward Steps NJbranch Samantha 10
111 BAckward Steps VTbranch J.William 11
This is the actual data in the database.Now In the report I have to display like this:
ID ORGANIZATION LOCATION NAME DISPLAYORDER
---- ----------- ---------- ----- ---------
111 ChildrensFoundation CAbranch W.Build 1
111 LAbranch A.Peter 2
111 NJbranch R.Sam 3
111 MWSAbranch P.Nancy 4
111 L.Jack 5
111 C.Carlin 6
111 Arben Areas NSAbranch Samul 7
111 Moghil 8
111 MWbranch Jhon 9
111 Backward Steps NJbranch Samantha 10
111 VTbranch J.William 11
I think you may understand this now.So my question is how can I supress duplicate values ,to show this in the report.
Thanks
gp
I am giving one example to explain my problem.For example I have one table called social_behavour,wich shows the people list according to the organization and location.
ID ORGANIZATION LOCATION NAME DISPLAY ORDER
--- ----------- --------- ------ ----------
111 Childrens Foundation CAbranch W.Build 1
111 Childrens Foundation LAbranch A.Peter 2
111 Childrens Foundation NJbranch R.Sam 3
111 Childrens Foundation MWSAbranch P.Nancy 4
111 Childrens Foundation MWSAbranch L.Jack 5
111 Childrens Foundation MWSAbranch C.Carlin 6
111 Arben Areas NSAbranch Samul 7
111 Arben Areas NSAbranch Moghil 8
111 ArbenAreas MWbranch Jhon 9
111 Backward Steps NJbranch Samantha 10
111 BAckward Steps VTbranch J.William 11
This is the actual data in the database.Now In the report I have to display like this:
ID ORGANIZATION LOCATION NAME DISPLAYORDER
---- ----------- ---------- ----- ---------
111 ChildrensFoundation CAbranch W.Build 1
111 LAbranch A.Peter 2
111 NJbranch R.Sam 3
111 MWSAbranch P.Nancy 4
111 L.Jack 5
111 C.Carlin 6
111 Arben Areas NSAbranch Samul 7
111 Moghil 8
111 MWbranch Jhon 9
111 Backward Steps NJbranch Samantha 10
111 VTbranch J.William 11
I think you may understand this now.So my question is how can I supress duplicate values ,to show this in the report.
Thanks
gp