ctarton
31st August 2004, 10:22
Is possible to create a report of a multilevel BOM with crystal reports?

Thanks in advance.

noonie
6th October 2004, 21:27
I've struggled with this myself and could never get it to work in Crystal alone.

I had another requirement for an app to help in quoting delivery times on multi level bills, so I added in the Crystal fuctionality after manipulating the Baan data using ADO.net and making it more Crystal-friendly.

carsten
7th October 2004, 08:25
Try using hirarchical grouping. This should solve your problem.

richylh
9th December 2008, 00:38
noonie & carsten,

Can you explain more in detail how to explode BOM to low levels in crystal report?

Thanks

gguymer
9th December 2008, 16:17
Yes, it is possible to create a multi-level BOM in Crystal. I have done it. You have to alias the BOM table for as many levels as you want to go and left outer join them at each level. Use grouping for each level and you have it.

pegaga1979
19th May 2011, 13:01
hi, is there anyone can explain in details how i can print multilevel bom in the crystal report?