Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
i have a field called name witch contains the symbol ' ; ' e.g "Tom Herman; "
i need only the name without the symbol.
thanks
purgechar ('Tom Herman;',';')
let me know
Or tyr
Replace('Tom Herman; ',';','')
left('Tom Herman;',len('Tom Herman;')-1)