Hi
In a report i have Purchase Receipt Header & Purchase Receipt Line . When i select No. filter in Purchase Receipt line list of items does not get displayed . How it can be done. Is it can be done in report itself.
Is it possible that in report Type = Item should be set as default in Purchase Receipt Line DataItem.
I have written below code but not working.
OnInit()
"Purch. Rcpt. Line".Type := "Purch. Rcpt. Line".Type :: 'Item';
Thanks
*This post is locked for comments