Jump to content

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

Recommended Posts

I have a Problem in which I have to Print a repeation field each which is a combination of many other fields,so its a big field,it will come to an entire page,so even if I enter one of the rep fields and remaining blank it will go and print all the blank fileds.Hope my problem is clear.I want not to print the fields which are empty but only the one which have data in a repeation field.Please help.Thanx

[ July 13, 2001: Message edited by: Jacob ]

Link to comment
Share on other sites

Huh? I will answer what I think you asked! Repeating fields and be formated (in layout mode) as Sliding. This will eliminate the vertical space taken up by blank repeats. You could also generate a text field that combined the text from all the repetitions of the repeating field (call it RepeatField) separated by carriage returns, as follows:

RepeatDisplay (calculation, text) =

GetRepetition (RepeatField, 1) & If ( not IsEmpty (GetRepetition (RepeatField, 1)), "

Link to comment
Share on other sites

This topic is 8316 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.