In the chart application, i have a sql script that selects the top 10 based on quantities. This script woks just fine in the mssql management studio and other sql involvements, The problem is when the charts application runs it will only pick the first 10 items in the database. So i have also tried asc order just to see what would happen. It also takes the first 10 items of the database and only sorts from them. I have tried doing the function in the sql and with in the sorting function of the charts. I have also tried limits which will give me a fatal error which i figure is because that is a mysql function. If i create in a grid i get the same issues.
My 2 questions would be.
- Has any one had this issue if so any thoughts?
- Or two would this be bug?
Any help would be grateful.
Thank you