Tissot Posted May 30, 2007 Posted May 30, 2007 (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 May 30, 2007 by Guest
comment Posted May 30, 2007 Posted May 30, 2007 Try an unstored calculation field (result is Text) = Case ( City = GetNthRecord ( City ; Get ( RecordNumber ) - 1 ) ; City & " continued" ) Put this field in the Header part.
Tissot Posted May 30, 2007 Author Posted May 30, 2007 Thanks Comment, thats awesome. Works great. Except its got a gap there now. can I some how get it together? Regards
comment Posted May 30, 2007 Posted May 30, 2007 Not sure what you mean by 'gap'. Try to elaborate - perhaps attach a demo file.
Tissot Posted May 31, 2007 Author Posted May 31, 2007 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
comment Posted May 31, 2007 Posted May 31, 2007 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.
Tissot Posted June 1, 2007 Author Posted June 1, 2007 "Alternative" You mean with a BIG Script? (I think I've got you -) Thanks!
comment Posted June 1, 2007 Posted June 1, 2007 Yes, I meant something along the lines described here and here. But if you happen to also have trailing sub-summaries, I don't think it would work well.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now