I use DataViews extensively in my forms. In the Generate Emails form, there is a page with a dataview to select members. entries look like:
Adams, John
Blow, Joe
Mittelman, Ron
...
Is it possible to have a search bar at the top of the DataView where I could type “smith” and have the dataview filtered for that name? This would work similar to any form with records, where you can type some text in the search bar above the records list on the left, and the records would be filtered to that name.
I found something about adding screen fields to the dataview, and it looked like it would work, but it is quite complex and just adding the screen field caused my data view to not display at all, instead a message saying it could not render the data view showed up. Then I removed the screen field and it worked again.
Perhaps I didn’t properly add the screen field. but the documentation said I needed to add functions and action buttons, and that it required using one or more of the underlying query’s parameters.
My DataViews only use UserKey as the parameter.
How can I have a search bar at the top of the DataView that works like the search bar above a form’s record list?
Alternatively, is there a way to scroll the data view until a specific record is showing instead of filtering the data view?
Thanks…
