Saviynt unveils its cutting-edge Intelligence Suite products to revolutionize Identity Security!
Click HERE to see how Saviynt Intelligence is transforming the industry.
Saviynt Copilot Icon

How to check Analytics run history which we executed recently

Yaswanth
Regular Contributor
Regular Contributor

I have run few Analytics few days ago, but i just wanted to know which analytics i have run.

No analytics are scheduled, we are running those manually when it is required. I wanted to check which analytics we have run recently.

Thanks

2 REPLIES 2

PremMahadikar
All-Star
All-Star

Hi @Yaswanth ,

The information is available in Intelligence > Analytic History page > column 'last run'

Recent run reports:

PremMahadikar_0-1718940684330.png

You can also run below query in data analyzer to find the report name, executed by user and time:

select ah.RUNDATE, (select username from users where userkey=ah.EXECUTEDBY) as 'Executed by', (select ANALYTICSNAME from analyticsconfiges where ANALYTICSKEY=ah.ANALYTICSCONFIGESKEY) as 'Analytic Name' from analyticses_analyticshistory ah

 

If this helps your question, please consider selecting Accept As Solution and hit Kudos

rushikeshvartak
All-Star
All-Star

History store depends on analytics configuration per report. [no. of history to be stored]. You can validate same under run history

rushikeshvartak_0-1718941866210.png

 


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.