Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I'm creating a new dashboard and I have a button that is supposed to select a few parameters for the users. One of the fields I'm trying to select has a value of (blank). When I select in field and put in a search string for just (blank) nothing gets selected. I've tried
="(blank)" and a few others with no luck. Does anyone know how I can get that working.
Try this:
='?blank?'
Or ='*blank*'
Sunny,
That worked in production!!!!!! Question...what does the ? stand for??
'?' is a single character wildcard search and '*' is multiple character wildcard search
Nice!!! Thank you Sunny and everyone for helping with this!!!!