ACordea

Members
  • Content count

    1
  • Joined

  • Last visited

Everything posted by ACordea

  1. Hi I am using FusionCharts for DW with ASP and SQL server database. I am trying to drill down from an existing chart to a detailed chart by using the Link field This is the structure of my link: charts_bycodedescription.asp?CodeDescription={codedescription} What I am trying is passing a codedescription variable to the next page that will be picked up by a new recordset and display a new graph only for the respective codedescription variable. When I click on my initial graph on any column. it takes me to charts_bycodedescription.asp page but the link is truncated to http://pacs-dls/charts_bycodedescription.asp?CodeDescription Is there any way that the codedescription variable is passed on to the next page? Thanks