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