Skip to main content
Announcements
July 15, NEW Customer Portal: Initial launch will improve how you submit Support Cases. IMPORTANT DETAILS
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Finding related records

list box has a list of item codes

table has records with item codes that are similar

how do I select records in the table that are similar to the selected value from the list box, that is, the values in the table will be "like" the value in the table?

1 Reply
Gysbert_Wassenaar

You can use a Select in Field action assigned to the OnSelect trigger of the field in the listbox. Choose as Field the field that contains the similar values you want selected. Use as search string ='(' & concat(distinct '*' & ItemCode & '*', '|') & ')'. Replace ItemCode with the actual name of the field in your listbox.


talk is cheap, supply exceeds demand