Placeholder column [message #242804] |
Tue, 05 June 2007 03:27 |
vishaljoyejob
Messages: 4 Registered: June 2007 Location: Mauritius
|
Junior Member |
|
|
Hi all,
Please help.
I have got a formula column which returns a value. In the formula column I call a procedure (passing the return value as parameter). The procedure then populates several placeholder columns.
The problem is that when i execute the report, the placeholder column is populated only once and on each page of the report the same values of the placeholder column displays.
Thanks beforehand.
Cheers
|
|
|
Re: Placeholder column [message #242816 is a reply to message #242804] |
Tue, 05 June 2007 03:59 |
hemavb
Messages: 103 Registered: May 2007 Location: Dubai , UAE
|
Senior Member |
|
|
check for 2 things...
your formula ad placeholder are in the same group.
the parameters that you are passing to this function/procedure are not constant for all the records.
|
|
|