Skip to main content

Hi, I'm trying to simply find the index of a space character in a control expression on a smart form.  It does not seem to work no matter what I try.  For example, I've tried the following expressions below which all return 0 (index not found).

 

Find(MyValue 993, <space>)

Find(MyValue 993, " ")

Find(MyValue 993, ' ')

 

I tried to see what concatenate uses for a string and it is just an empty <space>. 

 

I do not know why this is not working, any help would be greatly appreciated.  See image for additonal details.

 

13376i359AD3ECC9108213.png


17177i4893B83216CC3CE5.png

Please try creating a hidden data label that just contains a space, and then check against that data label.


That worked.  Thanks!


Reply