Multi-Select search-show from BAQ search-value-set

This place is awesome and helpful, so I was able to get the search to pull up correctly. But I’m now trying to have the results (multi) get set correctly. Does the search-value-set widget work with BAQ results at this point? I saw mention that it might not. And I’m not clear on the alternative suggested here: Multi Field Bindings - Search-Value-Set

Anyone have more guidance in this scenario?

Here is the setup and result.



What are your Parameters under the search-value-set?

Hi David, I believe that’s in the first image, no?

Sorry, I got pulled away… and then I was reading the other post you linked above.

If that post is correct (and @hmwillett is ALWAYS correct :star_struck:)… since you’re using a BAQ Search, I think you need to move off of the search-value-set and switch to the dataview-filter-set.

I don’t know if you need a separate no-trigger event the dataview-condition can then iterate with a dataview-filter-set & row-update?

OR… the data-view condition allows for “OnMultipleMatch”… so you might be able to add your dataview-filter-set and row-update after that… so your event would look like this:

I haven’t done this before, so I don’t want to walk you down the wrong path and waste a lot of time. Hopefully someone else can chime in on this one.

Interesting direction to head, anyone familiar with this, or have a working example?

Still could use help with this. I’ve got a ticket open at this point, but could use a working example of a Multi-select from BAQ that writes back multiple results correctly. Thanks in advance!

Were you able to make an attempt using dataview-filter-set? What questions do you have?

Hi All,
I have returned to this task after a long hiatus from other distractions.
I have searchResult returned with multiple entries…


That seems correct. Now I just want to insert one value from each of those rows, ShortChar01, into the field value for compatible fittings. I’m struggling with the suggestions. DataViewFilterSet, just seems to filter down the dataview, not add them to the destination, and feels like a redundant step, since I have the data I need simply in the searchResult view. Any suggestions?

Actually found a good working example of this search chip in the Stock Status report filters. Mimicking that got me a fix. Using a search-value-set works and is straightforward.