This topic is locked

Dynamic Charts

3/18/2009 3:10:18 PM
PHPRunner General questions
J
jje author

Hi,
Is there a way to create a chart graph based on the advanced search query results?
Johan

Sergey Kornilov admin 3/18/2009

Yes, it already works this way.

J
jje author 4/22/2009

Is there a way to add the search selection on the same web page as the chart web page?
Basically, I only need one lookup field from the advanced search page to be added on my chart page. This will reduce going backwards and forwards all the time for a partially selection in the advanced search page.

J
Jane 4/22/2009

Hi,
yes, it's possible but this task requires some custom coding.

To create dropdown use custom event (Insert PHP code snippet option on the Visual Editor tab).

Here is a sample:

http://www.asprunner.com/forums/index.php?showtopic=2301
To get the URL of advanced search results page open generated ..._search.php file, find this code:

$contents_block["begin"]="<form method=\"POST\" ";



and replace it with this one:

$contents_block["begin"]="<form method=\"GET\" ";



Then run your search and save URL with search parameters.