Page 1 of 1
browse filter
Posted: Sun Apr 26, 2020 6:12 pm
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.
Re: browse filter
Posted: Mon Apr 27, 2020 1:13 am
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
Re: browse filter
Posted: Wed May 06, 2020 8:12 pm
by amit
Cool, thanks
amit wrote:
How can I only display all lines that contain a date?
... but how do I do that?
Re: browse filter
Posted: Sun May 10, 2020 4:55 pm
by amit
Steven, would you be so kind as to tell me how to use nuSearchAction in my case?
Re: browse filter
Posted: Fri May 15, 2020 10:22 am
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.
Re: browse filter
Posted: Fri May 15, 2020 4:30 pm
by kev1n