I have a text field that comes across with multiple values. I am putting these into a matrix which filters to receive only two specific fieldnames:
for each field there is a value. the value is stored as varchar in sql. The value is always null or has a number in it for these two fieldnames. so in the matrix I use:
=sum(int(Fields!Value.Value))
The idea is to convert the value to an integer so it will sum
but I still get an error when I run the report. Any ideas?
Thanks!
for each field there is a value. the value is stored as varchar in sql. The value is always null or has a number in it for these two fieldnames. so in the matrix I use:
=sum(int(Fields!Value.Value))
The idea is to convert the value to an integer so it will sum
but I still get an error when I run the report. Any ideas?
Thanks!