Page 1 of 1

Adding filters to search

Posted: Sat Jul 24, 2021 1:11 pm
by Giu
Hi all,

I'm working on a project where I have a browse form of invoices (well, and several screens with this requirement) , and I want a couple of dropdowns where I can add some added parameters to the search, like year and another condition. The thing is I don't know if this is possible, or I have to create a button to call some kind of custom search form (and no idea either if I can document on this how to do it)

Idea is to get something like this (don't care at all about styling)
https://imgur.com/a/oSUMNOa

I can use the standard search box to write the Provider, but I miss the year and the other drowdown.

Re: Adding filters to search

Posted: Sat Jul 24, 2021 4:49 pm
by kev1n
Hi,

The easiest way is to use a Launch form, add a Run object (iFrame) and add some objects to filter the embedded Browse Form.

For an example, check out the "Objects Demo" at demo.nubuilder.cloud.
filter_run.png

Re: Adding filters to search

Posted: Sat Jul 24, 2021 4:56 pm
by Giu
Great, will take a look, thanks