Share this topic
LinkedIn
Twitter
Copy URL
how to remove asterisk?
Solved! Go to Solution.
Us the SUBSTITUTE() function and replace with "" (empty string). The expression would be like this:
SUBSTITUTE([Column Name], "*", "")
View solution in original post
never-displayed