Search specific name by IF
HelloI have set up a New Column "Pin Name"and would like to add a number of PINIt means if you contain gp_0 in the column "Test Name" it should be GP_0or if you have contains gp_1 in test name it should be GP_1 in Column "Pin Name"or if you have contains gp_11 in test name it should be GP_11 in Column "Pin Name"I wrote the scriptColumn(dt,"PIN_NAME") << Formula ( If ( Contains( :TEST_NAME, "gp_0" ...