erictgrubaugh
02/19/2020, 9:40 PMmainline filter as well?
2. lineuniquekey is a text field, so the anyof operator will not work. You'll need to make multiple filters `OR`'d together or use a formula instead like {lineuniquekey} IN ("str1", "str2", "str3", "str4", ...)