Powderworks Report post Posted October 30, 2010 string factoryQuery = " SELECT complete, Count(*) as TotQ FROM recommendations INNER JOIN inspection ON recommendations.InspectionID = inspection.InspectionID INNER JOIN location ON inspection.LocationID = location.LocationID INNER JOIN UserLocations ON UserLocations.LocationID = location.LocationID WHERE (([userlocations].[userID] = @UserID))GROUP BY Complete"; How do I add a parameter to this for @UserID Appreciate any help Share this post Link to post Share on other sites
Guest Basundhara Ghosal Report post Posted November 3, 2010 Hi, We generally catter to the customers facing issues related to FusionCharts. As we are not able to identify the same, we would not be able to resolve it. Could you please confirm whether the issue is related to FusionCharts or not? Share this post Link to post Share on other sites