Sign in to follow this  
Anoniem

Drill down in MS Access

Recommended Posts

We use a fusioncharts multi series line chart on an access form.

Is it possible to drill down by adding a link to the "set value" string?

If so, what format should the link be in?

Thanks!

Share this post


Link to post
Share on other sites

Hello,

 

 

 

Welcome to the forum.

 

 

 

The general format for URL encoding is given below:

 

XML Example:

 

<chart caption='Monthly Sales Summary' subcaption='For the year 2006' xAxisName='Month' yAxisName='Sales' numberPrefix='$'>

 

<set label='Jan' value='17400' link='DemoLinkPages/DemoLink1.html'/>

 

<set label='Feb' value='19800' link='DemoLinkPages/DemoLink2.html'/>

 

</chart>

 

 

 

The URLs must all be URL encoded.

 

 

 

For more detail on drilldown please go to the following link:

 

 

 

http://www.fusioncharts.com/docs/

 

 

 

and check out the 'Drill down charts' section on the left hand panel.

 

 

 

Hope this helps.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this