Showing related tags and posts across the entire site.
-
Hi Chris, If you don't filter or sort data the simplest way to accomplish that is to iterate through the data itself, Guess you have a list of Items as the data of the data grid. List < Item > items; If you want to sum the values regarding a specific property(In this case MyNumberProperty)...
-
Hi Chris, What do you want to accomplish?, Are you grouping data?, Are you Filtering /Sorting data? do you want to show a grand total row, or simply present the sum in other place? I'd like you to give me more info to show you a more suitable solution for it. Thank you. Regards, Alvaro.
-
Hello ! I´ve seen some guys asking but I didn´t found any satisfying answer. Maybe someone can help me: I am using the flexgrid to display data. I would like to have a weighted average value in a subtotal line. Example: Product OrderID Count Price soap 20.00 soap 0001 10 10.00 soap 0002 20 25.00 water...
-
Hi, I have two SUM fields very similar but one of them doesn't work properly and I couldn't find the problem. The report show two SUM fields, but one of them shows an incorrect result. This is the wrong field, where HOURS is the result of a SELECT. I have checked that de results of that select...