S
Scott
Hi,
I am trying to populate a text box based on the results from a drop down list.
I created my drop down and can select the different employee Id but the
textbox only shows the first name on the list no matter what is selected in
the drop down.
I populate the text box with a rule from the drop down. Rule is when the
employee Id is not blank, Action set fields value employee name equal to
concat(@FirstName, " ", @LastName).
I am assume that I need to do some kind of offset for the index selected
from the employee Id drop down. Can anyone point me in the right direction?
Thanks,
I am trying to populate a text box based on the results from a drop down list.
I created my drop down and can select the different employee Id but the
textbox only shows the first name on the list no matter what is selected in
the drop down.
I populate the text box with a rule from the drop down. Rule is when the
employee Id is not blank, Action set fields value employee name equal to
concat(@FirstName, " ", @LastName).
I am assume that I need to do some kind of offset for the index selected
from the employee Id drop down. Can anyone point me in the right direction?
Thanks,