This topic is locked

Charts and Links

8/3/2007 10:45:33 AM
ASPRunnerPro General questions
E
edgarv author

Hello, I am new to ASP and I really like the ease of ASPRUNNER.
I was wondering, when I create a chart, for example a pie chart. is there a way to put a link in each slice of the pie? this link would be to an asprunner report
Thank you
Edgar V

Sergey Kornilov admin 8/3/2007

No, this is not possible.

E
edgarv author 8/6/2007

No, this is not possible.


I asked the guys at anychart and here is what they said.
Yes - it is possible to create a link. You need to set "url" and "url_target" attributes for "set" node. Please take a look at XML reference
http://www.anychart.com/products/docs/anychart/index.htm
root->data->block->set
I am no sure where to set this up any suggestions?

Sergey Kornilov admin 8/6/2007

I have to clarify: this is not possible in ASPRunnerPro, at least at this moment.

E
edgarv author 8/7/2007

I have to clarify: this is not possible in ASPRunnerPro, at least at this moment.


I am sorry to disagree but
if you got to yourpage_chartdata.asp

then find the line Response.Write vbcrlf & "<set value='" & xmlencode(rs

at the end of the line right before />"

add the following for dynamic data

url='"& xmlencode(rs("yourfield")) &"'
or for a static url
url='mypage.asp'
I tried this and was able to create a Dashboard that impressed everyone in here.

Alberto 8/7/2007

That sounds really good!!! They have requested me to do a dashboard like report and was thinking how to do something likr that with ASPRunner.