hi,
i have created SQL report .if user is not admin then display record with respective user_id.
My report code is
select * from CRM_ISSUE_PROBLEM where user_id=:APP_USER
But if user is Admin then i want to display all record to admin.what condition should i pass in condition.
How can i do this.
i am using Access COntrol Page to Authorization.
Vedant