Skip to Content
0
Former Member
Jun 29, 2009 at 11:33 PM

Using CurrentCEUserId/name for data restriction.

32 Views

Hi ,

Can The properties CurrentCEUsername and CurrentCEUserID be used in where clauses when designing a report

using the 'Add command' option.?

If yes ,is this way right:

select * from country c , security s where c.region = s.region and s.login = CurrentCEUserId?

Thanks