With about 60 days of Telerik reporting behind me, i have a new report to do and i'm not sure what is the best solution.
The report is a sales report by customer. The client wants to be able to have two date ranges for comparison. So the report outline would be:
salesman
customer
Date Range 1 (sales, cost, margin)
Date Range 2 (sales, cost, margin)
I know it can be done with a sub-report for DateRange2 but i'm curious whether a List or something else would be more efficient. ( Not sure how to link a list since ReportItem object usage is flagged as obsolete) Or maybe it's two sub-reports?
I also thought about a cube, but date ranges will not always be the same time frame - i.e. sometimes may be a week, sometimes a month, sometimes 6 weeks.
User input (parameters) would be salesman, startdate 1, enddate 1, startdate 2, and enddate2. Input for startdate2 and enddate2 are not required (that is sometimes the report will be run with one date range and other times may be run with 2 date ranges)
The final criteria is that the margin in the newer date range should have conditional format (green if bigger margin, red if smaller margin)
Appreciate any and all comments.
The report is a sales report by customer. The client wants to be able to have two date ranges for comparison. So the report outline would be:
salesman
customer
Date Range 1 (sales, cost, margin)
Date Range 2 (sales, cost, margin)
I know it can be done with a sub-report for DateRange2 but i'm curious whether a List or something else would be more efficient. ( Not sure how to link a list since ReportItem object usage is flagged as obsolete) Or maybe it's two sub-reports?
I also thought about a cube, but date ranges will not always be the same time frame - i.e. sometimes may be a week, sometimes a month, sometimes 6 weeks.
User input (parameters) would be salesman, startdate 1, enddate 1, startdate 2, and enddate2. Input for startdate2 and enddate2 are not required (that is sometimes the report will be run with one date range and other times may be run with 2 date ranges)
The final criteria is that the margin in the newer date range should have conditional format (green if bigger margin, red if smaller margin)
Appreciate any and all comments.