teknogeek9
Programmer
Using CR XI, is there a function that allows for dynamic control of "This section will be printed"? The users want to be able to print the report with totals by week or totals by month. They will get one or the other but not both.
I have a report that has a detail section of daily transactions. The secondgroup is a sum of these transactions with a group by date and a print for each week. The firstgroup is a sum of these transactions with a group by date and a print for each month.
The problem with the above is because I have a month group, the "week end" is the last day of the month and not necessarily the end of the week.
So, I thought I would have one group controlled by a parameter and depending on what timeframe the user picks, either the totals will be on a week basis or a month basis.
I have a report that has a detail section of daily transactions. The secondgroup is a sum of these transactions with a group by date and a print for each week. The firstgroup is a sum of these transactions with a group by date and a print for each month.
The problem with the above is because I have a month group, the "week end" is the last day of the month and not necessarily the end of the week.
So, I thought I would have one group controlled by a parameter and depending on what timeframe the user picks, either the totals will be on a week basis or a month basis.