Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Create a Listbox with data not from database

Hi,

I need to create a Lisbox with some data (options) that is not in the database and I dont want to load this inline.

For example I want to have this value:

A

B

C

5

R

in this list (I use aftwer this value in a variable that is a conditions.

Thank you very much.

Best regards,

1 Solution

Accepted Solutions
sinanozdemir
Specialist III
Specialist III

Hi Giuseppe,

I am not sure if I understand your requirements correctly, but I will give a try anyway.

One way to do is without using inline is to use two variables, please see the screenshots:

Capture.PNG

The first variable has all the listbox values and the second one is to filter the list box:

Capture2.PNG

Hope this helps.

View solution in original post

3 Replies
sinanozdemir
Specialist III
Specialist III

Hi Giuseppe,

I am not sure if I understand your requirements correctly, but I will give a try anyway.

One way to do is without using inline is to use two variables, please see the screenshots:

Capture.PNG

The first variable has all the listbox values and the second one is to filter the list box:

Capture2.PNG

Hope this helps.

Anonymous
Not applicable
Author

Yes, thank you very much!

Regards.

sinanozdemir
Specialist III
Specialist III

You are welcome. Glad to help.