Categories | Question details Back To List | ||
column based total Hi, How can i get the total of the particular COLUMN accross various rows that is i should get the total like (1,2)+(2,2)+(3,2)+(4,2) +... I tried using the format :[[1,2]]+[[2,2]]+... but this is not working, Answer posted by Support on May 13, 2008 09:45 Actually this must work , but the indexes of row and columns are zero based You can check http://dhtmlx.com/docs/products/dhtmlxGrid/samples/rows_columns_manipulations/pro_math.html?un=1210698135000 this sample uses the same approach. Starting from dhtlmxgrid 1.5, auto counters available in grid http://dhtmlx.com/docs/products/dhtmlxGrid/samples/filtering/pro_filter_num.html?un=1210698191000 |