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
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 )… 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:
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!
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.