Page Break depending on a parameter in rdf [message #421282] |
Mon, 07 September 2009 04:46 |
kumr
Messages: 5 Registered: August 2009
|
Junior Member |
|
|
Hi,
For a given parameter like order by = customer, layout should be changed to not have page break after each customer / to not have page break at all.
Thanks in Advance
|
|
|
Re: Page Break depending on a parameter in rdf [message #421298 is a reply to message #421282] |
Mon, 07 September 2009 06:21 |
|
Littlefoot
Messages: 21823 Registered: June 2005 Location: Croatia, Europe
|
Senior Member Account Moderator |
|
|
I don't think that it is possible; at least, I don't know how to "dynamically" modify report layout in such a case.
Though, what you could do, is to develop "two reports in one" (if possible, regarding its complexity and performance). For example, you'd create two queries (they would probably be the same), but layout model would differ regarding a parameter value (breaks, columns' positions, etc.).
Then you'd either display (or not) the whole layout that belongs to one of these queries - you'd use outmost frame's FORMAT TRIGGER and return TRUE or FALSE, depending on a parameter value.
|
|
|
|