addBrowseColumnTotal not working
Posted: Sun Aug 11, 2024 12:47 pm
Hello Guys,
I'm trying to use addBrowseColumnTotal
https://github.com/nuBuilder/nuBuilder- ... total_rows
but not working.
It seems very simple, but it doesn't want to function.
I removed everything else from "custom code".
I need sum of only 2 of 16 cols: addBrowseColumnTotal (['10','12'], totalOperations.SUM, 1, 'TOTAL');
Even if I try all the columns it doesn't work either (column 0 for title):
addBrowseColumnTotal (['1','2','3','4','5','6','7','8','9','10','11','12','13','14','15'], totalOperations.SUM, 1, 'TOTAL');
DB Version: V.4.5-2023.03.31.01
Files Version: V.4.5-2023.03.31.10
Thank You for help.
I'm trying to use addBrowseColumnTotal
https://github.com/nuBuilder/nuBuilder- ... total_rows
but not working.
It seems very simple, but it doesn't want to function.
I removed everything else from "custom code".
I need sum of only 2 of 16 cols: addBrowseColumnTotal (['10','12'], totalOperations.SUM, 1, 'TOTAL');
Even if I try all the columns it doesn't work either (column 0 for title):
addBrowseColumnTotal (['1','2','3','4','5','6','7','8','9','10','11','12','13','14','15'], totalOperations.SUM, 1, 'TOTAL');
DB Version: V.4.5-2023.03.31.01
Files Version: V.4.5-2023.03.31.10
Thank You for help.