Selecting a group is not yet possible. This is something I entered as a product bug, and the bug status is still "Open" and scheduled for a future release:
Bug Description (#1911633) - User input on a LiveReport does not allow selection of a group
To get around this limitation, you can create 2 LiveReports: a main LiveReport to list all groups and their ID's, and a sub-report that will display the information particular to the group selected from the main report results page.
Here is an example that gets all the e-mail addresses of users in a group selected from the main LiveReport. The sub-report will be activated from the main report by clicking on a "details" link next to the group for which e-mail addresses are desired. Below is a sample main report and subreport that you can use.
Sub-report:
Title - E-mail addresses of users in a group
Input: Number
Prompt: Enter the numeric ID of the group
SQL: select a.Name, a.FirstName, a.LastName, a.mailaddress from kuaf a, kuafchildren b where a.ID=b.childID and b.ID=%1
Param %1: User Input 1 Report Format: AutoLiveReport
Main report:
Title: Groups Listing with Group IDs
SQL: select name, id from kuaf where type=1
Report Format: AutoLiveReport
Click-thru subreport: (browse Livelink here to select the sub-report "E-mail addresses of users in a group" described above)
Sub-report param 1: ID
- Bhupinder
------------------------------------------------------Bhupinder Singh, B.Math., B.Ed.Senior Product Specialist, Customer SupportOpen Text Corporation, Waterloo, Ontario, CanadaCustomer support e-mail: support@opentext.comCustomer Support Telephone: 800-540-7292------------------------------------------------------