19 Nov 2024 08:48 PM
Hi,
I need guidance on displaying multiple records using a CustomDB query in Dynatrace. I ran the following query, which returns more than 10 records:
select name, count(*) as Count from TableAgroup by name;
I placed the count in the "value column" and the name in the "dimension column." However, when I run the query in Data Explorer, I only get one record. I split the query by "query_name and column," filter by the query name, and select the name of my query. Yet, I still only get one record, and the column shows value names instead of dimension names.
Could you provide some guidance?
19 Nov 2024 11:05 PM
Added the screenshot of Query and Data explorer screenshot. Please check and advice.