Graph not displaying any data

compu

Registered User.
Local time
Today, 08:24
Joined
Jul 18, 2012
Messages
22
Hi everyone

I Have this graph that needs to be run from a combo box selection. it doesnt seem to want to display any information at all :banghead: , please help. i have attached my database.
 

Attachments

Your Combo Box has the first column (Cluster ID) as the bound column but your query is looking for the value in this combo box as the criteria for the Cluster_Desc Field.

Change the Bound Column from 1 to 2 for your Combo box and try it.
 
thanks for the speedy response , it is pulling data now but it aint showing any bars on the graph :(
 

Users who are viewing this thread

Back
Top Bottom