How to filter a list based on another list
Hello it should be easy but I cannot figure out by myself.I have 2 lists and I would like to filter the first 1 based on the second ColList --> contain my table column names CompList --> contain extractantFor example ColList = ("aa_Lio", "aa_Leo", "ab_Lio", "ab_Leo", "ac_Lio", "ac_Leo", "ad_Lio", "ad_Leo" )CompList = ("Lio")Goalcreate a list which I call extractCol whichwould be in my example extr...