Is it possible to manually change the colors in a graph created through the custom widget builder?
I would like to change some of the bars to red to indicate that they represent errors occuring.
I have a table of IDs to Names:
id: name
1: user1
2: user2
3: user3
and another table of more data:
id: edu : ......
1 : bachelor : ....
2 : master : ....
3 : phd : ....
Is it possible to use AQL to join these two together so I can display the na...
I created a custom schema through the Custom Events API through curl. Where would I be able to view this schema in the Controller?
Also, how would I input my database tables through the schema? Would I need to write a script to upload the data, or ...
I have been having trouble registering a particular method as a business transaction.
I have actually been able to log this method with NewRelic in the past, and AppDynamics has successfully instrumented another method from the same class, so I'm a...
I am trying to experiment with setting up AppDynamics with a standalone application.
Can technically any .exe application be recorded by the Agent? I have a test C# program that simply prints out Hello World a thousand times with a small sleep in t...
No, I do not have an EUM license. I was asking for Analytics tables in general.
How should we structure a search to select from multiple tables? Do they need to share the exact same rows, or just a subset?
The tables I wish to select from are custom event schema created through the Analytics API.
Both synth_session_records and browser_records give the same error: Failed to receive query results [HTTP 401 Unauthorized].
I can only select results fro...
I am still told that the query is unauthorized.
Perhaps the query you have given does not work for on-premise Controllers?
I copied and pasted the query you provided and tried for the pageurl:
<domain>:8090
<domain>:8090/controller
<domain>:9080
...
Analytics is usable for me.. queries to my custom schema work as expected.
This only occurs for the two tables involved in the query example that was provided above.
Hello Chitra,
Could you explain a little further on how to select from two different tables? I tried on my existing two tables a query:
SELECT nameTable.id, nameTable.names FROM dataTable WHERE nameTable.id = "1"
but was given an error: Unrecog...