Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

I want to the use the rule run = UI Updated Users of Update history

AshirvadhN
Regular Contributor
Regular Contributor

Hi Team,

I want to use the rule run =UI Updated Users.

Am using this query.

select b.username from usershistory a,users b where a.USERKEY = b.USERKEY and a.changelog like '%UI Updated Users%';

Am getting 0 records in Analytics Report.

Instead of Changelog i need to use the rulerun like '%UI Updated Users%'

May i know the actual value of the rule run.

AshirvadhN_0-1681830779482.png

 

 

2 REPLIES 2

dgandhi
All-Star
All-Star

Hi @AshirvadhN 

Can you please try below and see if this helps:

dgandhi_0-1681832190461.png

Thanks

Thanks,
Devang Gandhi
If this reply answered your question, please Accept As Solution and give Kudos to help others who may have a similar problem.

rushikeshvartak
All-Star
All-Star

select b.username from usershistory a,users b where a.USERKEY = b.USERKEY and a.ruleruns like '%UI Updated Users%';


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.