Advertisement
Hi how to create report in my app like top users
Advertisement
❇️ OrclQA.Com is a question and answer forum for programmers.
❇️ Here anyone can ask questions and anyone can answer to help others.
❇️ It hardly takes a minute to sign up and it is 100% FREE.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
APEXUSER (nobody)
YOU CAN USE THIS VIEW TO CREATE CUSTOM REPORT
APEX_ACTIVITY_LOG
THANKS!
APEXUSER (nobody)
OR U CAN USE THIS
select
*
from
apex_workspace_access_log l
where
authentication_result = 'AUTH_SUCCESS'
and application_id = YOUR APP ID