BuilderSpec
Programmer
Hi
Using DbChart or trying to. never used it before and need a quick answer if someone knows.
I have a simple Db table called Table3, in it 2 fields one called "T" ( Text ) and one called "V" ( number ).
Values in the table are :
A,1
B,2
C,3
Created a dataset to point to this table.
In my DBChart I have created a vertical bar series chart, then added my dataset as the source.
Specified "V" as the Bar value under the Data Source tab on Series tab.
Now I thought I could just select "T" in the X bar drop down box but it is not offering me "T" just "V". So when I create my chart it has the correct values, shows the correct graph but the x-axis shows 0,1,2 and I want it to show A,B and C.
How do i get the X axis to show the values from the database ?
Hope this helps!
Regards
BuilderSpec
Using DbChart or trying to. never used it before and need a quick answer if someone knows.
I have a simple Db table called Table3, in it 2 fields one called "T" ( Text ) and one called "V" ( number ).
Values in the table are :
A,1
B,2
C,3
Created a dataset to point to this table.
In my DBChart I have created a vertical bar series chart, then added my dataset as the source.
Specified "V" as the Bar value under the Data Source tab on Series tab.
Now I thought I could just select "T" in the X bar drop down box but it is not offering me "T" just "V". So when I create my chart it has the correct values, shows the correct graph but the x-axis shows 0,1,2 and I want it to show A,B and C.
How do i get the X axis to show the values from the database ?
Hope this helps!
Regards
BuilderSpec