sorry, I am back with the same problem for GJ2.7 in CB 2.0.
I need a group list from all the members of group ID=23.
I tried to insert the above text in the list advanced and got an error:
Code:
( ( SELECT COUNT(*) FROM `#__groupjive_users` AS gj WHERE gj.`group` = '23' AND gj.`user_id` = u.`id` AND gj.`status` IN ( 1, 2, 3, 4 ) )
1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 7 SQL=SELECT COUNT( DISTINCT u.id ) FROM eumo_users u JOIN eumo_user_usergroup_map g ON g.`user_id` = u.`id` JOIN eumo_comprofiler ue ON ue.`id` = u.`id` WHERE u.block = 0 AND ue.approved = 1 AND ue.confirmed = 1 AND g.group_id IN (1, 6, 7, 2, 3, 4, 5, 9, 14, 13, 12,
AND ( ( SELECT COUNT(*) FROM `eumo_groupjive_users` AS gj WHERE gj.`group` = '23' AND gj.`user_id` = u.`id` AND gj.`status` IN ( 1, 2, 3, 4 ) )
what's wrong?