subset data table based on another data table
Hi, Lets say we have main data table and there is another data table we want to use to subset the main one + add some conditionals during this process; main table Another data table How can go through each row of Label column in main table to get the rows matched to subset tables rows (L1, L3, L5) and get rows when group == K and Number == 2 So the output table should look like Ple...
peter_caenen
jay_holavarri