Question about creating an analysis.
I want to create a table that contains URLs encoded in columns.
Can this be accomplished using QuickSight’s built-in features?
This was not possible by using computed field functions and operators.
@shinya.sakae - There’s no out of the box encode function to achieve what you are looking for; however I am wondering is it possible for you to use the ifelse() or switch() function to conditionally replace the characters with its corresponding encoded character values? Obviously this is going to work if you have somewhat finite number of characters that you are trying to replace. For your given example, there are only 2 characters that you shown which have been replaced “:” and “/”. Let me know if this helps!