Hello,
I am preparing an ssrs report where I have two tables and each table is using same dataset and filtering by Reimbursementtypeid
if type id is 34 it will go to first table
if type id is 35 goes to next table --each table I am filtering and getting the amounts;i am grouping with lookupvalue name column
so my question is I have another table I need to sum both the total amounts with type id 34 and 35
how can I write the custom function for this? field is same.(
Fields!invoiceamt.Value)