How remove special characters and numbers from string

Hi @Subbu

I don’t think there is a regex or a replaceall kind of function available in QuickSight currently.

You may need to use a series of replace functions on your field to get what you need. See this thread for an example

1 Like