Filter the most frequent value in multiple columns
Hi everyone, My goal is to select only the rows that have the most common values (character type) in each column. For instance, my table has four columns: A, B, C, and D. The values that appear the most in columns A, B, C, and D are A1, B2, C3, and D4, respectively. How can I write a JSL code that filters the rows by these values and creates a new table with the filtered data? Thank you. Thanks