06/01/2022 04:27 AM
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!
06/01/2022 06:59 AM - edited 06/01/2022 07:48 AM
Hi Dhanashree,
Greetings.. Thank you for reaching out to us.. Yes. It is supported in "Runtime Analytics"
Thanks and regards,
Jayasudha R
06/01/2022 09:32 PM
Yes, you can always preview before creating report
See below i have created same with above query