Page 1 of 1
Distinct List in Drop Down Box
Posted: Wed Sep 07, 2011 5:37 pm
by devinst
I am using the "Database-Driven Selection" options in a drop down box but would like to limit my options to a distict list of values in the field. Can this be done or will I have to revert back to creating the list into a choices and coice values bounded fields?
Re: Distinct List in Drop Down Box
Posted: Thu Sep 08, 2011 9:18 am
by Brian
You can use the "Choices Selection Criteria" to narrow the options. This property is equivalent to a SQL "where" clause.
If the selection you need is too complex for that, you can either create an SQL view that gives the result you are looking for, or revert to using the bound choice fields.