Lineup box disappears upon Save as Report MyReport.jrp
I have a script that creates a window with three tabs. The first tab has a Lineup Box with two columns and 6 Graph Builder graphs created with a loop.nw = New Window( "Win1", tbox = Tab Box(Tab Page Box("Age", vlb = Lineup Box( N Col( 2 )) )) );
All the graphs generated by the loop are appended with:vlb << Append(
Graph Builder("graph stuff here");
At the end everything looks as expected two...