|
Hi Jim, You need to have one custom query that the DisplayList tag can reference, which in this cases is a multi-table join between the PlumUser, PlumUserRole and PlumRole table. I think you are going to either have to use some loop processing or use a QoQ to distill the number of rows for each user to one beforehand, and then reference that query in the DisplayList tag and then add your DisplayColumnOnForm tag, if you want to use the Plum tag library for your form. Lots of processing going on there, just to get those roles up in a column. Might be easier to just hand-build a PlumUserViewForm, and add a view link. Or, if you have trouble with that, add a temp module and create your own dummy view form using the PlumUserTable. HTH, Jeff Jim Canup wrote: So Far I have this query at the top of my PlumUserList.cfm file (Just under the header comments).********************************************************************** You can subscribe to and unsubscribe from lists, and you can change your subscriptions between normal and digest modes here: http://www.productivityenhancement.com/support/DiscussionListsForm.cfm ********************************************************************** | |||||||||||||||||
- [plum] Roles on User List Jim Canup
- Re: [plum] Roles on User List Jeff Fleitz
- Re: [plum] Roles on User List David Churvis
- Re: [plum] Roles on User List Jim Canup
- Re: [plum] Roles on User List Jeff Fleitz
- Re: [plum] Roles on User List Jeff Fleitz
- RE: [plum] Roles on User List Jim Canup
- Re: [plum] Roles on User List Jim Canup
