Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Over a decade ago I wrote a blog post about conditional functions. One of the functions was wildmatch. This function does a string comparison and allows the use of wildcard variables (? and *) in the comparison string. The question mark (?) matches a single character and the asterisk (*) matches a sequence of characters. I was reintroduced to the wildcard function by a colleague when I was trying to dynamically build an expression based on selections. In this blog post, I will share how I used the wildmatch function to dynamically build an expression.
I had a base expression that I wanted to expand if a selection was made in a field. The base expression looked like this:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.