PO report image signature issue.
I have issue with images in Oracle PO Report. Its printning both images when I have used if..end if stmt.
I images are store in unix media directory.
I have use like this in template:
If approved_flag='Y' then Buyer signaure image end if
If approved_flag='N' then INVALID PO image end if
But its printing both images when I try to either any one condition. It should be print only one image.
Why its printing bothe images?