Page 1 of 1

choices selection criteria- Database-driven selection

Posted: Thu May 12, 2011 2:58 pm
by chris_rover
hi,
when using a database-driven selection for a drop down box, how can i filter the data being retrieved from the file? for example, if I only want records with 'A' in the STS field, how do I filter for that? the "choices selection criteria" seems to be the option, but how do i use it?

thanks in advance

Re: choices selection criteria- Database-driven selection

Posted: Thu May 12, 2011 3:34 pm
by Greg
Yes, the choices selection criteria is correct and to filter, set it to the following:

STS = 'A'

Let me know if this helps.

Re: choices selection criteria- Database-driven selection

Posted: Thu May 12, 2011 4:35 pm
by chris_rover
Hi Greg, thanks, it worked.