Characters limit in the Custom Filter List

I’m a bit confused that I couldn’t find an official document/number for the limit of the custom filter list in QuickSight, whether it’s characters, bytes, or lines.
What’s the maximum number of characters/bytes/lines users can paste into the filter?

You can use a blunt method to find these overflow values.

It’s 79950 for the custom value filter, which is documented in Adding filter controls to analysis sheets - Amazon QuickSight under “Text Fields”

And 50000 for default parameter values which is documented in StringDefaultValues - Amazon QuickSight

Hope this helps!

1 Like

Thank you. I was doing the same, but it wasn’t giving the right message for some reason.
Thanks again