Find the longest repeating pattern
Hi, Can somebody explain how to find the longest repeating pattern in a column?For example, let's suppose I have the following table: The pattern with the largest size is: "1 5 6 8 7", and it occurs 3 times in this column. Notice that there is another pattern in the table ("1 5 6"), which occurs 5 times, but is not the largest.I tried with Screening - Explore patterns, and although it return whi...