Hi!
Gentlemen, I have a need to select only users wich are in the specific user_group.
Is that possible to do in the CF wizard, action(DB Multi Record Loader), or should I have to use "Custom Code"?
I tested the bellow select in the phpmyadmin, and it worked, but I would like to make it work in the wizard.
SELECT `u`.`id`,`u`.`name`,`g`.`user_id`,`g`.`group_id` FROM `sgq_users` AS `u`, `sgq_user_usergroup_map` AS `g` WHERE `u`.`id` = `g`.`user_id` AND `g`.`group_id` = 16
Any help?
Thks.
Gentlemen, I have a need to select only users wich are in the specific user_group.
Is that possible to do in the CF wizard, action(DB Multi Record Loader), or should I have to use "Custom Code"?
I tested the bellow select in the phpmyadmin, and it worked, but I would like to make it work in the wizard.
SELECT `u`.`id`,`u`.`name`,`g`.`user_id`,`g`.`group_id` FROM `sgq_users` AS `u`, `sgq_user_usergroup_map` AS `g` WHERE `u`.`id` = `g`.`user_id` AND `g`.`group_id` = 16
Any help?
Thks.