|
|
Re: Move up field2, when field1 is blank and field3 up, if field2 is blank [message #448414 is a reply to message #448335] |
Tue, 23 March 2010 04:49 |
cookiemonster
Messages: 13959 Registered: September 2008 Location: Rainy Manchester
|
Senior Member |
|
|
Littlefoot wrote on Mon, 22 March 2010 15:28Try to fix that in query itself, using NVL function:
select nvl(field1, field2) f1,
nvl(field2, field3) f2,
field3 f3
from some_table
where ...
Huh?
How's that going to work? All that's going to do is, if field1 is null, give you field2 twice then field3.
|
|
|
|
|
|
Re: Move up field2, when field1 is blank and field3 up, if field2 is blank [message #448483 is a reply to message #448414] |
Tue, 23 March 2010 12:06 |
ferozkhan
Messages: 3 Registered: March 2010
|
Junior Member |
|
|
Thank you for your reply..
but still Mr. Littlefoot, by doing through SQL,
the Fields created on the report Layout, will still be blank
for any of the empty value.
and i dont want any unnecessary blank row.
Mr. CookieMonster, i tried to change the vertical elasticity, but still, Fields didnt moved UP.
i leave for your reference the screen shot of my reports (rdf & preveiwer) .
Please refer attached file "RepPicLink.txt"
if u can get an idea about my problem, then please do post me the solution.
|
|
|
|
|
|
|
|
|
|