Report Field Value to be Printed Partially in 3 Places [message #516818] |
Thu, 21 July 2011 01:52 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
![](//www.gravatar.com/avatar/8f1b11ca9bd92f11afac90dfc96900b3?s=64&d=mm&r=g) |
shanie
Messages: 118 Registered: January 2011
|
Senior Member |
|
|
Dear All,
I need to print a value of a report partially at three places.
Example: If Field Value is 12-24-15 then I need to print 12 at One Place then 24 at second Place and 15 at third Place on the same page of a report and omitting -(Hyphen).
Can this be Possible?
Please Help.
Thanks & Regards,
Shanie
|
|
|
|
|
|
|
|
|
|
Re: Report Field Value to be Printed Partially in 3 Places [message #517153 is a reply to message #516985] |
Sat, 23 July 2011 01:47 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
![](//www.gravatar.com/avatar/8f1b11ca9bd92f11afac90dfc96900b3?s=64&d=mm&r=g) |
shanie
Messages: 118 Registered: January 2011
|
Senior Member |
|
|
Dear Sir,
Displaying middle value of a variable is causing problem.
As the values are not fixed.It can be single digit also.
Possible Scenarios are 15-9-24,24-34-45,5-9-12,7-12-9,8-23-26
I have done first and last value with the following code.
return substr(:sprmbox_mailbox_key,1,instr(:sprmbox_mailbox_key,'-',1)-1);
return substr(:sprmbox_mailbox_key,-2,instr(:sprmbox_mailbox_key,'-',-1) -1);
How to display middle value through formula column?
Please help!
Regards,
Shanie
|
|
|
|
|
|