Hi all,
I have a problem here.
I'm trying to make a BOM report with crystal report.
My issue is, how can i group the depth 2 together with depth 1 instead of duplicating all the value over and over again?
My BOM has 3 level.
TOP
MI
BOT
My output now is
TOP:-
Depth2 - item1
TOP:-
Depth2 - item2
TOP:-
Depth2 - item3
TOP:-
Depth2 - item4
TOP:-
Depth2 - item5
MI :-
Depth2 - item1
MI :-
Depth2 - item2
MI :-
Depth2 - item3
MI :-
Depth2 - item4
BOT :-
Depth2 - item1
BOT :-
Depth2 - item2
How can i make it to
TOP :-
Item1
Item2
Item3
Item4
Item5
MI :-
Item1
Item2
Item3
item4
BOT :-
Item1
Item2
Refer to my attachment for more details.
Thank you in advance.