field columns in reports [message #376166] |
Tue, 16 December 2008 06:35 |
sathish.skcet
Messages: 4 Registered: December 2008
|
Junior Member |
|
|
In oracle reports i am having 5 field columns those are
1
2
3
4
5
for example if 2nd field column returns null then it should not leave blank space in that area , instead 3rd field column value should go and occupy in that area.
This is my scenario .. please help me
|
|
|
Re: field columns in reports [message #377000 is a reply to message #376166] |
Fri, 19 December 2008 06:51 |
rajy_salim
Messages: 204 Registered: January 2008 Location: Beirut - Lebanon
|
Senior Member |
|
|
Are your fields placed vertically (above each other) or horizontally (beside each other) in the layout??
1- If it is the first case, put the vertical elasticity to "variable".
2- If it is the second, then put the horizontal elasticity to "variable".
Rajy
|
|
|
|
|
Re: field columns in reports [message #377426 is a reply to message #377373] |
Tue, 23 December 2008 00:10 |
sathish.skcet
Messages: 4 Registered: December 2008
|
Junior Member |
|
|
Thanks Littlefoot for your very elaborate reply..
Now it works fine....
I have kept the field inside the frame and i have made frame's vertical property as "variable".And i created format trigger for that frame.
|
|
|