Gets the list of clients associated with a client group or the list of client groups a client is member of. Usage: qoperation execscript -sn GetClientGroup.sql -si c=client_name/cg=client_group_name Example: 1) To list clients under a client group: qoperation execscript -sn GetClientGroup.sql -si cg=my_group 2) To list the client groups a client is member of: qoperation execscript -sn GetClientGroup.sql -si c=my_client