Popular Posts

SQLblog.com - The SQL Server blog spot on the web

Sunday, July 23, 2017

Exporting to Excel using 2014 SSRS not calculating correctly total seems to double

SQLServerCentral » Latest topics
Exporting to Excel using 2014 SSRS not calculating correctly total seems to double
Hello

Custom Code

Public Shared Value as Integer=0Public Shared Function GetValue(Item as Integer) as Integer

value= value + Item

return Item

End Function

Public Shared Function GetTotal()

No comments: