The Product Idea boards have gotten an update to better integrate them within our Product team's idea cycle! However this update does have a few unique behaviors, if you have any questions about them check out our FAQ.

Alteryx Designer Desktop Ideas

Share your Designer Desktop product ideas - we're listening!
Submitting an Idea?

Be sure to review our Idea Submission Guidelines for more information!

Submission Guidelines

A case sensitive string compare function

The CompareDictionary([A], [B]) function in Alteryx is case insensitive so it returns an "Equal" response (0) for CompareDictionary("cat","CAT").

 

Could we please add a either a case sensitivity parameter like the EndsWith(String, Target, caseinsensitivity) function; or create a new function that allows for both case sensitive and insensitive comparisons between strings?