Report Header not showing in NAV 2013 US RTC

saravanan_rithiksaravanan_rithik Member Posts: 2
edited 2013-01-25 in NAV Three Tier
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.
Sign In or Register to comment.