I am an trying to create a Summary of a clients activity and the date of the activity in the Activty Footer of RS="Summary for " & "'Activity' = " & " " & Fields!Activity.Value & " (" & Count(*) & " " & IIf(Count(*)=1,"detail record","detail records") & ")"
I get an error message that says "an error occurred during report processing, the value expression for textbox57 uses the function "count(* scope)", this function is no longer supported us CountRow(scope) instead so I did then I got another error message when I used this, then I got another error mesage saying textbox 57 contains an error[BC30205] end of statement expected. ="Summary for " & "'Activity' = " & " " & Fields!Activity.Value & " (; & CountRow(scope) & " " & IIf(CountRow(scope)=1,"detail record","detail records") & ")"
this is what I'm aiming for "Summary for 'State Services' = Cultural (1 detail record)"can anyone help plse