From: Lisa M. K. <li...@re...> - 2005-10-07 19:44:14
|
Thanks Bob! -Lisa Bob Doan wrote: >Lisa, > >Having multiple break fields as you have defined is not officially >supported in RLIB 1.3.x > >I also don't think it's an issue because you were not outputting rows, >but rather the break footer for common rows. (Hence the different number >of rows) > >The new way of doing it is with a simple expression: > ><Break name="Detail" newpage="no"> > <BreakFields> > <BreakField value="Conn_Date+Conn_Time+Orig"/> > </BreakFields> ><BreakFooter> > >That said, I think you are a little confused w/ breaks?? Maybe?? > >I've attached a reworked example of what you sent. (att.xml) > >It uses the "Detail" section of RLIB (this way all rows come out). I >also added in a very simple break as an example (Show a big line of text >when the date changes). > > >Cheers > >- Bob > > |