I have a column called "name", I wanna to create a new column to be group. if the file name contains "MDSN", will return "MDSN" file, if not, will reutrn "non-MDSN"
I found a way starts-with(@FileLeafRef,"MDKB"),
but I also wanna control the return values, how can I do?
A touph questions for me but can anyone help me out?