|
|
|
SSC-Enthusiastic
      
Group: General Forum Members
Last Login: Yesterday @ 10:53 AM
Points: 163,
Visits: 612
|
|
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: Yesterday @ 12:42 PM
Points: 1,468,
Visits: 941
|
|
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: Yesterday @ 10:53 AM
Points: 163,
Visits: 612
|
|
|
|
|