Simple Dashboard - Portal v6.0.3.1 - No Details displayed
Even the most basic query appears to fail to return any results in the [Content Details >> Display Selected Item Details] when clicking on a chart piece. Why is it not returning anything and instead gives No Results?
Is this portal version simply too old and full of bugs?
Settings are as follows:
SQL
SELECT [wi].[WorkItemId] as [Id]
,[wi].[Title]
FROM [dbo].[WorkItem] [wi] (nolock)
WHERE [wi].[WorkItemId] LIKE 'IR66630%'
Group By == Id
Chart Type == Pie Chart
Content Details == [Checked] Display Selected Item Details
Answers
Ah, it appears to work with:
Bar Chart
Line Chart
Area Chart
Column Chart
But not Pie Chart.