Am I doing something horribly wrong, or is there a problem with getting a list of values in a drop down box? I want a drop-down with 'Y,'N' and 'E' in. The 'instructions' say:
From an expression which returns a list of values
To create an expression, you can type in values directly in
the bottom pane. For example, you can type: "A", "B", "C"
and click OK. The static list is displayed at runtime.
So my list says "Y","N","E" and the list option is set to 'from an expression that returns a list of values'. Expect it to work? No. The listbox is blank.
I tried using the ListItems function too, but that didn't work either.
What am I doing wrong?