I have grp1,grp2 on the report.
i want the following on group footer 1 -
grp1
sum(fields!fld.value,"grp2").
meaning i want to access the summary per grp2 on grp1.
when i put the above formula i get the following err message
"The value expression for the textbox ‘textbox7’ has a scope parameter that is not valid for an aggregate function. The scope parameter must be set to a string constant that is equal to either the name of a containing group, the name of a containing data region, or the name of a data set."
i tried to access using reportitems!<textbox>.value
still get the same message..
pl. advise.
------------------------------------------
A Man can be only as happy.. as he makes up his mind to be
i want the following on group footer 1 -
grp1
sum(fields!fld.value,"grp2").
meaning i want to access the summary per grp2 on grp1.
when i put the above formula i get the following err message
"The value expression for the textbox ‘textbox7’ has a scope parameter that is not valid for an aggregate function. The scope parameter must be set to a string constant that is equal to either the name of a containing group, the name of a containing data region, or the name of a data set."
i tried to access using reportitems!<textbox>.value
still get the same message..
pl. advise.
------------------------------------------
A Man can be only as happy.. as he makes up his mind to be