I have a column in Flat file which contain Time Period in format "4 W 22-25/15" so i want to replace 4 W from the String
so the output i want is "22-25/15".
I have applied REPLACE( ["15"],"4 W","") But it is giving me error the result type of expression must be Boolean.
15 is Column header.
Please Help!