New to the ignition development environment. Was wondering if it is possible to have a drop down menu that displays 3 columns in a table. Ideally with headers and all displaying integers such as the following.
ID1 ID2 ID3
##
I currently have the dropdown binded with the following:
Select ID1
From Database
Where ID2 >= 0 or ID3 >=0
ID 2 and 3 would soley be used for reference in selecting from the dropdown.
Thanks!