I've got a report that is grouping on the first left character of a field. I've got a "New Page Before" on my group header. Each time the next group starts on an even page, I want to skip another page and so the beggining of each group is printing on an odd page. I've tried putting a formula in the "New Page Before" that uses the mod command on the page number, but the formula doesn't seem to have any effect. It gives me an extra page on every group.
val({@nspage}) mod 2 = 0 -- This is the formula I'm using.
I'm using Crystal 11.
val({@nspage}) mod 2 = 0 -- This is the formula I'm using.
I'm using Crystal 11.