TheEagleHasLanded
IS-IT--Management
Hi,
I have a report that currently has two levels of grouping. Level 1 is by Customer and Level 2 is by currency.
Unfortunately because I am using an integrated solution with vb.net 2005 and cannot use parameters, I have been able to at least trap my parameter into a formula. (passing from subreport to main report in the header)
This parameter is a 'Y/N' flag for consolidation of customers. If the flag is 'N' then I leave the grouping as is (Customer, Currency).
If this parameter is a 'Y' then I need to only group by Currency and no longer by Customer (a consolidation of all customers).
How would I do this?
Secondly, when I group by customers, I have a label to show each customer grouping. When I consolidate, I need to concatenate all the customers and display at the top. How would I create that formula?
i.e. for non-consolidation, I have Customer 1, Customer 2 and Customer 3 grouped and labelled. for consolidation it will show at the top of the page Customer 1, Customer 2 and Customer 3.
I am using VB.NET 2005 and CR XI R2 against an SQL Server.
Thanks!!!
Trieu
I have a report that currently has two levels of grouping. Level 1 is by Customer and Level 2 is by currency.
Unfortunately because I am using an integrated solution with vb.net 2005 and cannot use parameters, I have been able to at least trap my parameter into a formula. (passing from subreport to main report in the header)
This parameter is a 'Y/N' flag for consolidation of customers. If the flag is 'N' then I leave the grouping as is (Customer, Currency).
If this parameter is a 'Y' then I need to only group by Currency and no longer by Customer (a consolidation of all customers).
How would I do this?
Secondly, when I group by customers, I have a label to show each customer grouping. When I consolidate, I need to concatenate all the customers and display at the top. How would I create that formula?
i.e. for non-consolidation, I have Customer 1, Customer 2 and Customer 3 grouped and labelled. for consolidation it will show at the top of the page Customer 1, Customer 2 and Customer 3.
I am using VB.NET 2005 and CR XI R2 against an SQL Server.
Thanks!!!
Trieu