How to use Select Where () with Contains () to find partial matches in data table?
I have a listmyList = {"Current_I20_", "Voltage_CIB_", "Capacitance_DIFF_", "Resistance_FURR_"};and a data table with one of columns called Parameter with some row entries as Current_I20_Stage2
Voltage_CIB_Stage3
Capacitance_DIFF_corner_Stage1
Resistance_FURR__side_Stage3Using myList with Contains() to extract the full parameters names from the data table into a list. How to do this via JSL?For a...