|
|
|
SSC-Enthusiastic
      
Group: General Forum Members
Last Login: Wednesday, May 22, 2013 3:26 AM
Points: 156,
Visits: 567
|
|
Hi geniuses!
I'm trying to SUM all the values from a textbox (txt.abc), which is in a group (details.abc), which resides in a tablix (Tablixabc). It retrieves an error.
I'm probabably doing something wrong with my expression.
Any solution? Thanks regards
|
|
|
|
|
UDP Broadcaster
      
Group: General Forum Members
Last Login: Tuesday, May 21, 2013 8:25 AM
Points: 1,467,
Visits: 922
|
|
ReportItems are individual items. You need to be summarizing the values in that textbox IE SUM(Fields!MyValue.Value)
|
|
|
|
|
SSC-Enthusiastic
      
Group: General Forum Members
Last Login: Wednesday, May 22, 2013 3:26 AM
Points: 156,
Visits: 567
|
|
|
|
|