Options

RDLC Report : How to create a complex table

gtrgtr Member Posts: 131
edited 2013-04-07 in NAV Three Tier
Hello,

On Nav 2013, I have to create a report with Item and Variant information like this :

Item A information
Variante A1 from Item A information
Variante A2 from Item A information
Item B information
Variante B1 from Item B information
Variante B2 from Item B information
...

Its easy to create the Item table in Visual Studio but now to loop for each Item on the Variants I can't find the trick to do this.
Please find attached the picture of where I'm on ...
Thanks!

Can Anybody give me a hint ?

Answers

  • Options
    clauslclausl Member Posts: 455
    You need to create a ParentGroup. Share or send me the Report.RDLC, Dataset.xml and AboutThisReport.xls.

    Then I will show you want you need to do.

    /Claus Lundstrøm
    Claus Lundstrøm | MVP | Senior Product Manager | Continia.com
    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 :-)
  • Options
    gtrgtr Member Posts: 131
    Hello,

    You just mentionned the keyword I was missing : Parent Group
    Thanks to your help, I got this work as I wanted.

    Thank you so very much :)
Sign In or Register to comment.