Hi Everyone,
How should I add item serial numbers to the Posted Sales Invoice report?
I have already created my dataset, but how should I display this in Visual studio? For example, if I have a posted sales invoice with number SI001, with 2 item lines on it, each with Quantity 2, then I have a total of 4 serial numbers, say SN001, SN002, SN003, SN004. Then my dataset looks like this (line numbers are 10.000 and 20.000):
Invoice No LineNo ItemNo. Quantity SerialNo
SI001 10.000 Item1 2 SN001
SI001 10.000 Item1 2 SN002
SI001 20.000 Item2 2 SN003
SI001 20.000 Item2 2 SN004
But I want my invoice to display it like a normal invoice line with the Serial Numbers below each invoice line, like this:
Invoice line 1 (with ItemNo, Quantity, etc etc)
- SN001
- SN002
Invoice line 2 (with ItemNo, Quantity, etc etc)
- SN003
- SN004
So, should I use grouping or some other fancy trick to achieve this display in Visual Studio?
Thank you very much every body!!
Thomas
0
Comments
Then in the group header you place the LineNo and Item No etc... and in Details you place SerialNo.
So no fancy tricks to accomplish this.
Happy New Year!
/Claus Lundstrøm
I'm blogging here:http://mibuso.com/blogs/clausl and used to blog here: http://blogs.msdn.com/nav
I'm also offering RDLC Report Training, ping me if you are interested. Thanks to the 700 NAV developers that have now already been at my training. You know you can always call if you have any RDLC report issues :-)
A very merry christmas to you to!