Change order of bands
Hello,
my report prints:
<!--fonto:Courier New--><span style="font-family:Courier New"><!--/fonto-->
? ? ? ? [ Header ] <!--fonto:Arial--><span style="font-family:Arial"><!--/fonto--> (containing headings of detail data)<!--fontc--></span><!--/fontc-->
? ? ? ? [ GroupHeader]
? ? ? ? [ DetailData ]
<!--fontc--></span><!--/fontc-->
But I want it to look like this:
<!--fonto:Courier New--><span style="font-family:Courier New"><!--/fonto-->
? ? ? ? [ GroupHeader ]
? ? ? ? [ Header ] <!--fonto:Arial--><span style="font-family:Arial"><!--/fonto--> (containing headings of detail data)<!--fontc--></span><!--/fontc-->
? ? ? ? [ DetailData ]
<!--fontc--></span><!--/fontc-->
Is that possible?
my report prints:
<!--fonto:Courier New--><span style="font-family:Courier New"><!--/fonto-->
? ? ? ? [ Header ] <!--fonto:Arial--><span style="font-family:Arial"><!--/fonto--> (containing headings of detail data)<!--fontc--></span><!--/fontc-->
? ? ? ? [ GroupHeader]
? ? ? ? [ DetailData ]
<!--fontc--></span><!--/fontc-->
But I want it to look like this:
<!--fonto:Courier New--><span style="font-family:Courier New"><!--/fonto-->
? ? ? ? [ GroupHeader ]
? ? ? ? [ Header ] <!--fonto:Arial--><span style="font-family:Arial"><!--/fonto--> (containing headings of detail data)<!--fontc--></span><!--/fontc-->
? ? ? ? [ DetailData ]
<!--fontc--></span><!--/fontc-->
Is that possible?
Comments
i suggest you run the main demo and look at the various reports for ideas.
<!--fonto:Courier New--><span style="font-family:Courier New"><!--/fonto-->
? ? ? ? [ GroupHeader ]
? ? ? ? [ DetailData ] <!--fonto:Arial--><span style="font-family:Arial"><!--/fonto-->(containing headings of detail data)<!--fontc--></span><!--/fontc-->
? ? ? ? [ SubDetailData ] <!--fonto:Arial--><span style="font-family:Arial"><!--/fonto-->(containing initial detail data)<!--fontc--></span><!--/fontc-->
<!--fontc--></span><!--/fontc-->
Now the bands are printed in the correct order, but I don't know if this is a good solution.
Maybe I haven't looked thoroughly but demos were not helpful in this case.
under basic reports you have a master detail subdetail report
and a nested group report which shows how to do the same using 1 query using all the tables.
"what you SHOULD do is use two group headers"