dynatrace-oss / DynatraceDashboardPowerups

Chrome Extension to boost DT dashboards
Apache License 2.0
39 stars 12 forks source link

PU Table throwing exception #140

Open TechShady opened 2 years ago

TechShady commented 2 years ago

I have a table that has column1 Country and column2 sum(revenue). After the tile renders, I can sort on revenue. I then sort on country. No problems. But when I go back to resort on revenue, I get the exception below.

image

TechShady commented 2 years ago

Query: select distinct country,sum(doubleproperties.revenue) as "Revenue" from usersession PU: Revenue !PU(table):