Kinetic BAQ/RDD Report: How to allow user to enter multiple items, paste-insert gone?

Very Nice David!

I looked at the JobTrav and turns out it’s a fancy component called a Search Chip Selector.

You bind it to a dataview column and optionally set the labels.

Then you create an OnSearch event

having a search-show action:


validation json:

{
	"validateFilter": "JobNum = '%value%'",
	"errorMessage": "Invalid Job"
}

and a search-value-set action:

Done.
SearchChip

4 Likes