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

UNION Operator in Runtime Analytics

dhanashree_m
New Contributor III
New Contributor III

Hi Team,

 

Can we use union operator in runtime analytics?

Below is the sample query:

select u.username as USERNAME, u.email as EMAIL from users u where u.username = '${userName}'
union
select u.username as USERNAME, a.customproperty22 as EMAIL from accounts a, user_accounts ua, users u, endpoints e where u.userkey = ua.userkey and ua.accountkey = a.accountkey and a.endpointkey = e.endpointkey and e.endpointname = '${appName}' and u.username = '${userName}'

 

Thanks!

2 REPLIES 2

jayasudha
Saviynt Employee
Saviynt Employee

Hi Dhanashree,

Greetings.. Thank you for reaching out to us.. Yes. It is supported in "Runtime Analytics"

Thanks and regards,

Jayasudha R

rushikeshvartak
All-Star
All-Star

Yes, you can always preview before creating report 

See below i have created same with above query

rushikeshvartak_0-1654144249417.png

rushikeshvartak_1-1654144303178.png

 


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