Hi Experts,
i have done a report with "Purch. Rcpt. Line" dataitem in NAV 2013 US.My Code is
SETRANGE("Posting Date",FromD,ToD);
IF NOT ShowAll THEN
SETFILTER("Qty. Rcd. Not Invoiced",'>%1',0);
ShowAll Boolean is set at ReqPage.The report running smooth when ShowAll is FALSE but not showing page header when ShowAll is TRUE.I have created new fields and assigned but cant find the solution.
0