Nav 2013 Invoice Report with fixed number of detail lines

gtrgtr Member Posts: 131
edited 2013-11-28 in NAV Three Tier
Hello,

I have simplified the standard invoice report 205 (no dimension or shipment information)
I need to print a fixed number of lines per page (lets say 20)
I saw some old posts but without any solution, just some hints.

I created a group grouping on Ceiling((RowNumber(Nothing)) / 10) as found on http://www.mibuso.com/forum/viewtopic.php?f=32&t=52174&view=next

But I get an error when compiling (Error while validating RDLC content).
As I'm on a french system the rest of the message is in french (see attached file)
It seems to be a problem on the function rownumber with a sort of "extended parameter" ?

I'm not so sure about what I'm doing in Visual Studio.
My 2 groups are :
Group1 (that I added)
=> Table_Lines_Group1 (coming from the standard report)

Do you have any idea what I did wrong and what I can do to get it work ?

Edit :
The main problem on this report was not initially to have a fixed number of lines - but to get all informations after the detailed invoice lines into the footer.
First I thought that I could get it work using the methode on http://blogs.msdn.com/b/nav/archive/2011/06/06/transfooter-and-transheader-functionality-in-rdlc-ssrs-reports-revisited.aspx, but the problem is that I could not find any help about this hashtable - If there is any way to get the information in the VATAmountLine Table into the footer, it would be very helpful.

Comments

Sign In or Register to comment.