Hi all,
I got a serious problem for a client on RTC Report design. All Groping and filtering is done in the report. Let me clarify the senerio.
A report on based on Item and item ledger entry of the customer. Like in classic if user want to see report customer per page then he turns on the boolean field on the request form and the report is printed for customer per page. On designing the RTC layout where and how to put the check on the report run? Is there any solution for the dynamic control for page break (Like if user wants to see the customer per page report then the report is displayed as so and if not the report is displayed normal).
Regards,
Tularam
0
Comments
Check existing reports 120 or 121
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
Problem Solved.
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
Instead of a static "=Fields!YourField.Value" you would do this:
This way your group is conditional
I tested it in this way.
1. created a group with the following expression: 2. created few lines
3. set "Page break at start" on this group
I expected no page break since I'm grouping on nothing... this is what I understood from your post.
but unluckily a page break is placed before lines.
Am I missing something?
It works as expected... More or Less...
I hope this was written understandable...
Let me know if "fit on one page" helped you
I added in my test the "fit on one page" property for my table but the page break comes anyway.
:-k
It works as expected... More or Less...
If it does not please attach a screenshot of the layout
What I want to do is to switch on and off a page break before the summary of the lines (the yellow table).
I can't have a page break at the end because my need is to avoid that the summary is splitted on 2 pages.
The following are 2 screenshots of the table and property of the group.
It works as expected... More or Less...
I think you can't achieve it with my previous solution because there will be always a pagebreak, fit on one page unfortunatly only works when nothing comes before and after the table
\:D/ solved in this simple way (suggested by my colleague Belias):
I placed the yellow table in a rectangle. in this way the system realy automatically if the rectangle fits in one page and if not does a page break.
No other groups and page break needed.
It's a cool trick!
Thanks deV.ch for your time!
It works as expected... More or Less...