Welcome to the nuBuilder Forums!

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

browse filter

Questions related to using nuBuilder Forte.
Post Reply
amit
Posts: 36
Joined: Sat Jun 02, 2018 1:26 pm

browse filter

Unread post by amit »

Hi,

My Browse grid contains a column date. How can I only display all lines that contain a date? I would prefer a filter button or checkbox to toggle.
Sorry for the stupid questions. I'm sure it's not hard to solve.
admin
Site Admin
Posts: 2815
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

Re: browse filter

Unread post by admin »

amit,

The nuSearchAction() function has now been improved so you'll need to latest version, here's how it works...
https://wiki.nubuilder.cloud/ ... archAction

Code: Select all


if(nuFormType() == 'browse'){
	nuAddActionButton('filterNumbers', 'Show Only 003', 'nuSearchAction("", "003")');
}


Steven
amit
Posts: 36
Joined: Sat Jun 02, 2018 1:26 pm

Re: browse filter

Unread post by amit »

Cool, thanks :D
amit wrote: How can I only display all lines that contain a date?
... but how do I do that?
amit
Posts: 36
Joined: Sat Jun 02, 2018 1:26 pm

Re: browse filter

Unread post by amit »

Steven, would you be so kind as to tell me how to use nuSearchAction in my case?
amit
Posts: 36
Joined: Sat Jun 02, 2018 1:26 pm

Re: browse filter

Unread post by amit »

@Steven: Would you be so kind as to show me how to do it? I know you're busy, but I'd really appreciate it.
Post Reply