Welcome to the nuBuilder Forums!

Register and log in to access exclusive forums and content available only to registered users.

nuBrowseColumnTotal

Questions related to using nuBuilder Forte.
Post Reply
Timo
Posts: 217
Joined: Thu Mar 15, 2018 9:26 pm
Has thanked: 1 time

nuBrowseColumnTotal

Unread post 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
Timo
Posts: 217
Joined: Thu Mar 15, 2018 9:26 pm
Has thanked: 1 time

Re: nuBrowseColumnTotal

Unread post 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:
You do not have the required permissions to view the files attached to this post.
Timo
Posts: 217
Joined: Thu Mar 15, 2018 9:26 pm
Has thanked: 1 time

Re: nuBrowseColumnTotal

Unread post by Timo »

Me again...

Has anyone done this before or any idea how to do it?
admin
Site Admin
Posts: 2815
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

Re: nuBrowseColumnTotal

Unread post by admin »

Timo,

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

Steven
Timo
Posts: 217
Joined: Thu Mar 15, 2018 9:26 pm
Has thanked: 1 time

Re: nuBrowseColumnTotal

Unread post by Timo »

Has anyone ever done this before? That would really be very useful.
kev1n
nuBuilder Team
Posts: 4307
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 71 times
Been thanked: 448 times
Contact:

Re: nuBrowseColumnTotal

Unread post by kev1n »

Timo,

Here you go:

https://github.com/smalos/nuBuilder4-Co ... total_rows
Total Row.png
Total sum_average.png
You do not have the required permissions to view the files attached to this post.
admin
Site Admin
Posts: 2815
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

Re: nuBrowseColumnTotal

Unread post by admin »

Timo
Posts: 217
Joined: Thu Mar 15, 2018 9:26 pm
Has thanked: 1 time

Re: nuBrowseColumnTotal

Unread post by Timo »

Thank you so much
admin
Site Admin
Posts: 2815
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

Re: nuBrowseColumnTotal

Unread post by admin »

Timo,

My pleasure.


Steven
Post Reply