Can any one of you please explain me how the loop (For, While) loops works in here
A B
Apple 13
Grape 5
Orange 16
I have written this code, but it's not working here.
Public Function SafeConvert(ByVal num As String) As String
Dim S as Integer
For i as Integer = 0 to 2
s += num
next
Return s
End Function
Instead of adding each number, SSRS is adding only the last cell 16 * 3 times and showing incorrect result.
And can you please answer this question as well.
I have a matrix whose text box contains 3 values, how do I calculate the sum of all the values for Q27_A_1
if the value is less than 5?