I have a Crystal Reports for Enterprise report that I am re-writing into Web Intelligence.
The report is written against the Audit database and contains the following report fields:
- Universe Name
- Last Used
- How Many Times Used
- User
In the Crystal Reports for Enterprise report, the User information is in the detail section with the Universe as a Group. This allows the report to be initially displayed with just a list of universes and then the detail can be expanded to see the users who have access that specific universe.
In the Web Intelligence report, I have the base report that lists the universe information (Universe tab).
I want to have the User information displayed on a second tab (User tab) in the Web Intelligence report based on the selection of a Universe in the first tab.
I have created an Input Control for the universe name on the User tab so that can be used to filter.
I haven’t been able to figure out, or find an example of, the syntax for the hyperlink to configure for the universe field to link to the User tab to only display the users for the selected universe.
I’m an Adminstrator, not realy a report developer, so I’m looking for some help with this.