Date: Thu, 25 Jun 1998 15:18:58 +0200
X-Mailer: Internet Mail Service (5.0.1460.8)
Yeah, but HTML does have frames, which could contain all the fixed information, like title, from the header. Keeping information, that changes from pages to page, like page numbers, has of course no sense…
Ryszard Mikke
Sorry if you can’t see the subject. Something breaks my headers. The subject is at the beginning of message body. --==> Hiroshima’45 Tschernobyl’86 Windows’95 <==-- R.Mikke@pl.vwfsag.de
In a message dated 00-01-28 07:59:09 EST, you write:
Does anyone know how to make a column in a report be a sequence number that
would restart at 1 when I break?
Business Objects 4.1.4.
I need the seq # for crosstab purposes.
Example: Break on Dept., Seq # is inserted column in report
Dept. name Seq #
A Joe 1
A Mary 2
A John 3
Break
B Sue 1
B Sally 2
B Simon 3
Break
C Carrie 1…
You can try using a RunningCount with a Reset context.
Something like RunningCount(;)
The RunningCount() will count names. The ; tells the RunningCount to start over at each Department (i.e. reset to 1).
However, I’m not sure if this will work for you in a crosstab. The RunningCount is depending on the context of the report… meaning that the arrangement of items on the report determines the result of the calculation.
With a basic table block and a break on this should work.