Forum Discussion
ThoSch
9 years agoRegular Visitor
cut Text with LEFT and FIND
Hi, i need to cut die the domain from an e-mail columns, i tryed the command: Domain1 = LEFT(Tabelle1[Column1];FIND("@";Tabelle1[Column1]-1)) And iam wondering that i h...
- 9 years ago
Hi,
You can do this so much easier via the Query Editor and use the split column transformation and split by @
BR
Erik
donsvensen
9 years agoSkilled Sharer
Hi,
You can do this so much easier via the Query Editor and use the split column transformation and split by @
BR
Erik
ThoSch
9 years agoRegular Visitor
Thanks, the solution is working fine for me.