Graph by passing Unique IDs |
3/11/2010 2:52:51 PM |
PHPRunner General questions | |
G
gluckett author
Hi All, |
|
![]() |
Sergey Kornilov admin 3/11/2010 |
As a first step you need to group your data by Type. More info: |
G
|
gluckett author 3/12/2010 |
Thanks, the POST to GET Worked like a charm. As a first step you need to group your data by Type. More info: http://xlinesoft.com/phprunner/docs/using_sql_to_shape_chart_data.htm Then you can try to mimic search results. To see search parameters in the URL you'll need to change Search form method from POST to GET. |
G
|
gluckett author 4/1/2010 |
Ok, I found a workaround. I am going to use "Open Flash Chart" for any sql queries that require an "IN" list. This was really easy to implement - it just creates JSON... http://teethgrinder.co.uk/open-flash-chart/ |