Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

report filter question

Status
Not open for further replies.

hackware

Programmer
Joined
Dec 13, 2000
Messages
5
Location
US
This is probably simple but I think I'm brain dead today. I modified one of the audit reports to show user logons for the past 7 days. It works fine. But now I want to narrow the results to certain users. I don't want to use a prompt since this will run weekly at midnight. Any ideas on a filter for this?
 
If you are using CRN or Cognos 8, how about something like this:

[CRN Audit Reporting Model].[User Logins].[User name] in ('User Name1', 'User Name2', 'User Name3', 'User Name4', 'User Name5')

 
Thanks, I had tried that but it gives syntax or runtime errors.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top