Damilola Adeyemi Posted May 20, 2019 Share Posted May 20, 2019 I tried splitting a column - with the split function and it worked, however, my return value is coming has this (CN=John Doe) I want just the name details, how do I remove the "CN=" This was my expression case when [manager] Is Not Null then Split([manager],",",1) when [manager] Is Not Null then Substitute([manager],"CN=",null) else "No Manager" END Link to comment Share on other sites More sharing options...
Gaia Paolini Posted May 21, 2019 Share Posted May 21, 2019 what does your original column look like What are the possible variations in this pattern Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now