cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Is GROUP BY available in ADQL?

Basam.Nath
Builder

Hello,

 

New to App Dynamics Analytics.

I want to write a query in ADQL for the following situation.

In a business transaction if a record appears more than 2 times in 30 seconds, i have to alert. Basically I have consider that they are duplicate records if they happen within 30 seconds duration. I don't find GROUP BY clause in ADQL

 

SELECT COUNT(segments.userData.employeeid) FROM transactions WHERE application = "MSDynamics-PROD" AND transactionName = "Plugs" and segments.userData.EventType = "Authentication"  and segments.userData.EventSubType = "Passcode" 

 

Thank You

2 REPLIES 2

Anonymous
Not applicable

Hi @Basam.Nath

 

Thank you for posting your query on the AppDynamics Community.

 

We do support Group By Clause.

 

Please refer to our complete ADQL reference page.

 

Let us know how it goes. If you still face issues running the query, please update the thread.

Manoj.Kumar
Producer

Did you ever get this problem solved?

Regs
Manoj
AppDynamics beginner
Ask the Experts Session: Hybrid Application Monitoring Deployment

Join us on Feb 26 to explore Splunk AppDynamics deployment strategies, SaaS models, agent rollout plans, and expert best practices.


Register Now

Observe and Explore
Dive into our Community Blog for the Latest Insights and Updates!


Read the blog here
Top Kudoed Authors