Good morning,
I have an LF textbox with a default value of "Y". Then I have a lookup rule that pre-populates a drop-down menu, based on that value.
Say that there is a table in the database that looks something like:
ID | VALUE
____________
X | x-value
Y | y-value
Z | z-value
Z | z-value
In my lookup rule I have (WHEN textbox value is "Y" Fill dropdown with data source VALUE). The resulting drop-down is a drop-down with "y-value".
Is there a way to append the values of X and Z to the already pre-populated value? In other words, since the value of Y is in the middle, this means that I can't call it acceding or descending, because I want y-value to be populated as the default value, and then the rest.
The drop-down menu would look like
[option]
x-value
y-value
z-value
[/option]
with y-value selected
Thanks you,
Raul Gonzalez