How do i create a drop down list in views with data from a query.

for e.g.

rows = db(db.person.id>0).select()

then, how do i present the user a dropdown list containing all the persons name.

Reply via email to