BAQ Quick Search for Report Parameters - Kinetic

Hi all,

I really, really tried to read all of the potential threads on this. It’s very possible I’m missing something I shouldn’t be. Feel free to send me to something.

I am trying to add a Quick Search to a Filter for Assemblies for the Job Traveler Report. I’ve seen @hmwillett’s posts about needing to use dataview-filter-set along with row-update, and multi-selects needing a loop, etc. However, I’m doing something wrong.

My event is firing, the right search is coming up.

The search show is bound to a dataset named QS_JobOperations.

I’ve tried to set the dataview-filter-set to this:

and the row-update to this:

What should the settings for the filter be, and what should the settings for the row-update be?

Upon returning from the search, getting this error:

Thank you for your help.

I think you need single quotes and curly braces in your filter.

Try: JobAsmbl_JobNum = '{searchResult.JobNum}'

David, I wish it were that easy, but that wasn’t the solution. Thanks.