Home » Developer & Programmer » Reports & Discoverer » REGARDING LOV
REGARDING LOV [message #143159] Wed, 19 October 2005 05:52 Go to next message
MEEENAR
Messages: 72
Registered: May 2005
Location: CHENNAI
Member
I am creating one lov with a record group

select distinct branchid , branchname from branch_master;

so the lov will have the list of distinct branchid like this
101 mysore
102 bangalore
103 kolkata
104 chennai


is it possible to add another value to the list of
branches from branch_master select statement

i want the lov to be like this

000 unknown branch
101 mysore
102 bangalore
103 kolkata
104 chennai





Re: REGARDING LOV [message #143588 is a reply to message #143159] Fri, 21 October 2005 02:01 Go to previous messageGo to next message
MEEENAR
Messages: 72
Registered: May 2005
Location: CHENNAI
Member
CAN ANYONE TELL ME WHETHER IT IS POSSIBLE TO ATTACH ONE MORE VALUE TO A LOV
Re: REGARDING LOV [message #143892 is a reply to message #143588] Mon, 24 October 2005 00:11 Go to previous messageGo to next message
naveednt
Messages: 34
Registered: October 2005
Location: Karachi, Pakistan
Member
modifying your record group query is the simple way.

use query below in your record group
select '000', 'unknown branch' from dual
union all
select distinct branchid , branchname from branch_master;

Re: REGARDING LOV [message #143909 is a reply to message #143892] Mon, 24 October 2005 02:10 Go to previous message
MEEENAR
Messages: 72
Registered: May 2005
Location: CHENNAI
Member
THANKS A LOT U HAVE GIVEN A VERY EASY SOLUTION
Previous Topic: How to import Report 6i into Excell Sheet
Next Topic: Trimming blank data
Goto Forum:
  


Current Time: Tue Jun 25 19:23:20 CDT 2024