Printed Purchase Order Report [message #382332] |
Wed, 21 January 2009 23:45 |
Danush
Messages: 8 Registered: December 2008
|
Junior Member |
|
|
Hello
We are printing out Printed Purchase Order report and it has a header filed, which is incorporated into a formula column to append some text in the report output
Eg: if condition return('X' || :po_num || 'done');
else return ('X' || :po_num || 'not done');
In the body, there is one more field, pulling PO_NUM from DB.
When the report is run for a range of po's 1 - 3, always the first PO is returned in the formula column and in the body, actual PO is pulled.
Any thoughts on how to fix this issue.
Thank You.
|
|
|