Please edit and resend

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

Von: Maqsood, Javed (CAP, RAIL)[SMTP:Javed.Maqsood@GECAPITAL.COM] Betreff: FW: Please edit and resend

HTML does not support headers and footers. That’s the reason…

When I save a document as a HTML document, the headers and footers are not converted. Is this a bug or do I mis something?

Johan de Waardt
ABN AMRO Bank


Listserv Archives (BOB member since 2002-06-25)

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…

Thanks in advance for your assistance.

Elaine Adcock
St. John Hospital


Listserv Archives (BOB member since 2002-06-25)

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.

Regards,
Dave Rathbun
Integra Solutions
www.islink.com


Listserv Archives (BOB member since 2002-06-25)