This topic is locked

Data series

8/10/2007 10:33:13 AM
PHPRunner General questions
F
fili author

Hi Master and everybody!
I am using PHPRunner 4.0 and have some tables which have more than 4 rows (Data Serise) and i can not view them all becouse the PHPRunner has only 4 Data Series.

How can i du to view more than 4 Data Series.
Thanks for helping

H
hugolesme 8/10/2007

More than 4 rows or Columns ???
In Choose fields do you have to mark the fields do you want to show in LIST COLUMN
Hugo

Hi Master and everybody!

I am using PHPRunner 4.0 and have some tables which have more than 4 rows (Data Serise) and i can not view them all becouse the PHPRunner has only 4 Data Series.

How can i du to view more than 4 Data Series.
Thanks for helping

J
Jane 8/13/2007

Hi,
unfortunately you can't use more that four columns for the Line Chart.

As workaround create two charts for one table on the Datasource tables tab.

F
fili author 8/13/2007

Thanks both of you
I meant that what Jane answert but now is the question how do i add both charts in one page becouse i use PHPRunner to show the result of one survay and there must be dhe question as well and then the resutat in a char also diagram.
Thanks for understanding and i appreciate your help.

J
Jane 8/14/2007

Hi,
try to do the following:

  1. create two charts for one table on the Datasource tables tab
  2. then copy proceed to the Visual Editor tab, switch to the HTML mode find this code:
    {show_chart name="TableName_Chart" width=700 height=530}

and add this line just after:


{show_chart name="TableName_Chart1" width=700 height=530}