Answered Line chart With drop down

  • Thursday, February 07, 2013 1:32 AM
     
     

    I am looking to make a trending Line chart that will be a multipurpose chart.

    if my data looks like this:

    
    Year Weight Height Vertical jump
    2002 100 5'10" 3"
    2003 120 5'10.5" 3"
    2004 140 5'11" 3.25"
    2005 130 5'11" 3.75"
    2006 140 5'11" 3"
    2007 120 6' 4"
    2008 110 6'1" 4"
    2009 100 6'2" 4.5"

    is there a way to query the data and us a drop down to change it from a trend of weight by year to Height by year or Vertical jump by year?

    i can do this currently but i only know how to do this as a query parameter so every time i select something from the drop down it has to re-query i am hoping to make it refresh just the chart with out having to rerun the query because this could potentially contain a lot of data and want  it to appear instant.




    • Edited by Modbass Thursday, February 07, 2013 1:42 AM
    •  

All Replies