Dundas Question
Jul 16, 2007
Are there more opportunities to use expression-based chart configuration with the Dundas charts? With the default charts, you are most limited to hard-coding your chart.
With Dundas, can you choose 3D or 2D based on an expression?
Can you choose chart styles based on expressions (e.g. cones verse bars)?
Can you choose chart types based on expressions?
Thanks,
Michael
View 2 Replies
Feb 21, 2007
I'm having trouble understanding how to build my bar chart. I have a column of info called Issue and then I'm coutning the record.
I bascially need to alter my query into time periods. I need a series for quarter 1 (1/1/2006 - 3/1/2006), one for quarter 2, 3, 4 and the entire year as a whole.
Can this data all be organized in a single select query?
Here is my current query getting the year as a whole data only:
SELECT Issue, COUNT(*) AS NumRecords FROM CSP_Item CI
INNER JOIN CSP_ProblemNotification CP ON CP.ID = CI.CSPNum
WHERE CP.PNDate BETWEEN '01/01/2007' AND '01/31/2007'
GROUP BY Issue ORDER BY NumRecords ASC
View 1 Replies
View Related
Jul 20, 2007
In a press release ( http://www.microsoft.com/presspass/features/2007/jun07/06-04sqlserver.mspx) It statedthat "...Microsoft licensed our Dundas Chart for .NET technology for inclusion in SQL Server Reporting Services 2000 and 2005 (SSRS)..."
Does that mean that I can download Dundas Charts for free ? - and where is the link ?
If not then what does it mean ?
View 1 Replies
View Related
Apr 24, 2008
Hello,
I've installed the release of SQL Server 2008 but i couldnot find dundas control's.
I open SQL Server Business Intelligence but it still shows sql server 2005, why?....I know that 2008 have dundas control included, but i do not know how.
If you can tell me how to refeer them I''ll be pleasure.
Regards,
Karla Ramos
View 1 Replies
View Related