How do you display 1st value in list box instead of blank

C

Chrisf

I have a list box that gets populated by a secondary connection and would
like it to display the 1st value returned by the web service instead of a
blank which the user doesn't like.

I found an article that says that this can be done by creating a rule and
specify position() = 1 for the filter condition express but I am getting a
"Use of unsupported XPath functions, position() or last()" error. I am using
InfoPath 2007. Is there another way to accomplish this?
 
Top