how to filter the data by pass dimantion val check the following code :
ProjInvoiceJour projInvoiceJour; Amount invVal; select sum(invoiceamount) from projInvoiceJour where projInvoiceJour.InvoiceDate >= _startDate && projInvoiceJour.InvoiceDate <= _endDate; // need to filter by dimision invVal = projInvoiceJour.InvoiceAmount ; return invVal;
*This post is locked for comments