Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Log report for Analysis Authorization

sanjeevagatpa
Explorer
0 Likes
1,134

Hi All,

In BI, we have tables to check log for value, hierarchy , text and user assignment for Analysis Authorization.

Let me know to find the creation date of Analsysis Authorization.

below are the tables in which I tried to find the creation date of AA.

RSECHIE_CL

RSECHIE_CL_VIEW

RSECLOG_CL

RSECLOPDLOG_CL

RSECLOWDATE_CL

RSECSESSION_CL

RSECTXT_CL

RSECTXT_CL_VIEW

RSECUSERAUTH_CL

RSECVAL_CL

RSECVAL_CL_VIEW

regards,

sanjeeva

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
791

Hi Sanjeeva,

You can use RESECVAL_CL. Last column of your table should be timestamp OLAP which you can convert to the actual date and time using excel. This should give you the creation date and change date.

Please refer to the following on how to convert the timestamp to the realistic date and time:

MrExcel Message Board

Thanks,
Vishnu

Hi Sanjeeva,

You can use RESECVAL_CL. Last column of your table should be timestamp OLAP which you can convert to the actual date and time using excel. This should give you the creation date and change date.

Please refer to the following on how to convert the timestamp to the realistic date and time:

MrExcel Message Board

Thanks,
Vishnu

2 REPLIES 2
Read only

Former Member
0 Likes
792

Hi Sanjeeva,

You can use RESECVAL_CL. Last column of your table should be timestamp OLAP which you can convert to the actual date and time using excel. This should give you the creation date and change date.

Please refer to the following on how to convert the timestamp to the realistic date and time:

MrExcel Message Board

Thanks,
Vishnu

Read only

0 Likes
791

Thank you Vishnu