Hi All, I am trying to create a dashboard with total calls to a particular business transaction using ADQL query. I am able to fetch this from All applications, except from Lambda application, although the transactions are showing in application dashboard, but unable to get the count using query. Also unable to list the BTs of that application using query. The same query is working for other application and business transactions. PFB the query which I used. SELECT count(*) FROM transactions WHERE application = "test-1" AND transactionName = "/test/api/01/" Please check and let me know, why I am not able to pull this. Regards Fadil
... View more