Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have a column A in my straight table displaying an column of expression with 30 rows of numbers 0.0 till 5.0. I want to create a listbox to display 3 selections -
Column A <=1,
column A >=1 and <=2,
column A >=2.
Any idea how to do this in a listbox? Thanks
hi , in the expression of the list box u can write the if condition that may works.
Hi,
You have two options.
1. Change your field "A" within your script to show the DUAL format using DUAL() based on above conditions
2. Create a data island then use the Select in Field action
Although, I prefer the first method because it's clean and easy to maintain.
Cheers,
DV