You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently T-SQL functions return average of rate, rating & value fields.
On business layer, OtherUsersTotal fields are calculated based on these.
And on client-side it does the final calculation.
Instead of this, T-SQL could directly calculate the Totals and send them to the client-side to handle the rest.
The text was updated successfully, but these errors were encountered:
Now T-SQL calculates ResourcePoolRate, IndexRating & NumericValue, sum of User level fields.
Business layer doesn't make any other calculation.
Client-side gets Total and calculates the final average.
Currently T-SQL functions return average of rate, rating & value fields.
On business layer, OtherUsersTotal fields are calculated based on these.
And on client-side it does the final calculation.
Instead of this, T-SQL could directly calculate the Totals and send them to the client-side to handle the rest.
The text was updated successfully, but these errors were encountered: