Viewing post 1 (of 2 total)
Here is the custom code i am using for aggregates in LookupSet :
Function SumLookup(ByVal items As Object()) As Decimal
If items Is Nothing Then
Return Nothing
End If
Dim suma As Decimal = New...
October 22, 2015 at 9:40 am
#1834950