case ReportBuilder.SALES2_REPORT_ID: // Sales2
{
where = localAdvancedSearch.getWhereClauseForReport(userId, search, "op");
reportbuilder = new Sales1ReportBuilder(reportId, fromDate, toDate, this.dataSource, where);
break;
}
case ReportBuilder.SALES3_REPORT_ID: // Sales3
{