Hi , I have a database which contains a list:string field type and a requirement to be in a set of value ( with IS_IN_SET AND multiple=True ) . My question is how would you dynamically generate this set( my categories are stored in another table ) ? What i am trying to do is to allow user to select many categories ( yes this field is a category ) at the same time . IS-IN_DB does not work because it seems we cqn't select many choice.
Do you use SQLFORM.factory , create the form manually or is there some special trick to pass this set Thx

