I am creating a report in SSRS which calculates and compares different values for each customer. I have set two date parameters, FROM and TO using the only date field (Fields!pday.Value!)
I want all paid amounts (=SUM(Fields!memrepay.mprinc.Value) by "Customer-1" in selected date range (this field has to be calculated in date range) in Textbox1; but also, all paid amounts done from the beginning of his membership up selected TO parameter
in TextBox2, which is the same (=SUM(Fields!memrepay.mprinc.Value). It makes sense that report sum up for that range in both text boxes - not from beginning for just TestBox2.
Is it possible to skip the selected "FROM" date for expression in Textbox2 and allow it to sum all paid amounts, from beginning up to selected "TO" parameter?
In other way, I need only TextBox2 to sum all amounts from 1/1/2005 (beginning of payment table) up to selected TO parameter.
Thanks!
- Edited by Hamed Da 18 hours 58 minutes ago more accurate information