Business iQ (Analytics)
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Forum Posts

Why is the filter not being honored in ADQL?

This query should be limiting the data returned to items that have "*xpense*" in their url:   SELECT segments.httpData.url, userExperience, count(*) FROM transactions WHERE (transactionName like "*expense*" OR transactionname like "*Expense*") and us...

Transaction Analytics not showing up

Greetings, Could anyone please help me out with installing anaIytics extension of the standalone machine agent? I installed machine agent in my windows server and turned on the analytics feature and filled out the required info in the Analytics Agent...

Resolved! How to use 'distinctcount' clause in ADQL

hello folks,   I want to basically get count of distinct 'fieldname' . When I write the following query, it won't work.   SELECT distinctcount(bb) FROM transactions WHERE application = "PROD" AND transactionName = "aaa" AND segments.userData.eReceipt...

Is GROUP BY available in ADQL?

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 rec...

Resolved! Analytics API curl command with postman

Hi,   I am trying to send my first call to appD and get a response via the API but I can't make the connection. Can someone spot the problem with my code? I am using the Postman api client.   Thanks for your help,   Tom   curl -X POST \ http://analyt...