Is the parameter with text field control option case sensitive?
Hello @jjohnson, welcome to the Quick Community!
Yes, I believe the text field control is going to be case sensitive. It needs to be an exact match. That is why I don’t ever use it because it allows for too much user error.
Hi @jjohnson,
Just checking back in since this thread hasn’t received a response in a while. Were you able to see Dylan’s most recent response regarding your question? Please help the community by marking this answer as “Solution” or following up in general within the next 3 business days!
Thank you!
Any solutions where you can have search control that is not case sensitive or a work around?
Hi @jjohnson,
To workaround the case sensitive search, you can create a calculated field like the one below and put that into your visual:

With this, you will be able to search for the exact field you want as both words are being compared as lower-case. In my example below, it may still populate with nulls, but for that you can create a filter that only show values not equal to null.
Let me know if this would be able to work for your use case!
Thanks. I will give this a try and let you know.
