Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

Sub-summeries with continuing Label


This topic is 6386 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted (edited)

Hi,

I'm working on a report with 2 Sub-summaries and a Body. I need to get FM to reprint the Label after each page break and add „continued“.

Eg.

USA

Los Angeles

Joe Miller

Joe Miller

Joe Miller

Joe Miller

Joe Miller

Joe Miller

(Page brake)

Los Angeles continued

Joe Miller

Joe Miller

Joe Miller

Joe Miller

Joe Miller

NC

Joe Miller

Joe Miller

Joe Miller

Your help would greatly be appreciated.

If a demo file is required, please let me know.

Regards

Edited by Guest
Posted

Try an unstored calculation field (result is Text) =

Case (

City = GetNthRecord ( City ; Get ( RecordNumber ) - 1 ) ;

City & " continued"

)

Put this field in the Header part.

Posted

Thanks Comment,

thats awesome. Works great. Except its got a gap there now. can I some how get it together?

Regards

Posted

Sorry..

I mean where there is no "continued" there is a Gap now. I've got info like company name, dates etc. in the header and now there is a gap underneath all that info before the sub-summary.

Regards

Posted

OK, I see (I think). Unfortunately, you cannot shrink a header part.

I would suggest you find a 'creative' solution for this, i.e change your design to make it look good. I wouldn't try to imitate a sub-summary - just add a note that the current part is continued.

Because the next alternative is very labor-intensive to set up, slow to execute, and may not work at all in some circumstances.

This topic is 6386 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.