Favoritekuldeep Singh Chouhan (ICE) asked in #Tableau Desktop & Web AuthoringApr 8, 2022, 9:09 AMhow to remove zero from a stringi have a column name "S_id" which contains numeric & alphanumeric values 0000012312310000sdfsdf231 here i want to remove remove zero from these values1 answerSortSort by DateSort by Most HelpfulSort by DateMavis LiuApr 8, 2022, 10:35 AMHi Kuldeep, Please use the replace function: REPLACE([Field],'0','') Thanks, MavisShow MoreAdd a commentWrite an answer...BoldItalicUnderlineStrikethroughBulleted ListNumbered ListAdd linkCode blockInsert imageAttach filesLink URLCancelSave0/9000Reply
Mavis LiuApr 8, 2022, 10:35 AMHi Kuldeep, Please use the replace function: REPLACE([Field],'0','') Thanks, MavisShow More