Page 1 of 1

nuBrowseColumnTotal

Posted: Wed Aug 22, 2018 4:26 pm
by Timo
Hi,

How can I make this work in nuBuilder v4?
nuBrowseColumnTotal(columnNumber)
Returns the Sum total for the column number passed.

The PHP function nuGetBrowseSum() must be run inside Before Browse for this to return a value other than 0.

This allows the developer to display the summed result of the filtered Browse Form somewhere on the Form (in this case in the status bar at the bottom of the Browse Form).
https://wiki.nubuilder.net/nubuilderv3/ ... nNumber.29

Re: nuBrowseColumnTotal

Posted: Thu Aug 30, 2018 1:28 pm
by Timo
Maybe I'll tell you what I want to do. Actually, I want to show a total row in my browse form and it's supposed to look like this:

Re: nuBrowseColumnTotal

Posted: Mon Sep 10, 2018 12:56 pm
by Timo
Me again...

Has anyone done this before or any idea how to do it?

Re: nuBrowseColumnTotal

Posted: Wed Sep 12, 2018 3:32 am
by admin
Timo,

Sorry, but at the moment there is no nuBrowseColumnTotal() in Forte.

Steven

Re: nuBrowseColumnTotal

Posted: Sat Nov 23, 2019 7:37 am
by Timo
Has anyone ever done this before? That would really be very useful.

Re: nuBrowseColumnTotal

Posted: Sun Nov 24, 2019 3:19 pm
by kev1n
Timo,

Here you go:

https://github.com/smalos/nuBuilder4-Co ... total_rows
Total Row.png
Total sum_average.png

Re: nuBrowseColumnTotal

Posted: Mon Nov 25, 2019 3:50 am
by admin

Re: nuBrowseColumnTotal

Posted: Thu Dec 05, 2019 7:33 am
by Timo
Thank you so much

Re: nuBrowseColumnTotal

Posted: Thu Dec 05, 2019 10:51 am
by admin
Timo,

My pleasure.


Steven