Filter a string using "like" ?
Hello,Using the example below, how could I filter all the names starting like "M"Is it possible to use "like" or something similar ?Data Filter( Add Filter( columns( :name ), Where( :name like M* ) /// Not working of course ! ),Thanks for you helpopen("$sample_data\Big class.jmp");Graph Builder( Size( 454, 472 ), Show Control Panel( 0 ), Variables( X( :age ), Y( :weight ...