Rule-Based Row Filter - First Few Characters

I am trying to filter a string column by the first few characters listed, which are <div jsname …, and cannot figure out how. Any help would be appreciated. Attached is an image of the columns.

Screen Shot 2021-09-08 at 8.38.15 AM

Hi @brendencampana , not sure if you want to filter IN or filter OUT.

Nevertheless, you can use the LIKE statement in the Ruled-Based Row Filter:
$your_column$ LIKE "<div jsname*"

Assign to TRUE or FALSE depending on how you want to filter.

4 Likes

Ahhh thank you! Forgot the => TRUE

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.