Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
Line Chart Question
BJSJC
I want to create a line chart based on Objects that each have a Date and an Integer array. The Y axis would show the integers (from the array), and the X axis would show the Date.
For example:
Object .... Integer Array Values...... Dates
X ........... 10, 9, 8.......................10/10/09, 10/9/09, 10/8/09
Y............5, 4, 3..........................10/10/09, 10/9/09, 10/8/09
So basically I want to show multiple Objects on a line chart, and I want to demonstrate how their Integer values change over time. I'm using a Scripted Data Set... how can it be set up to accomplish this? Thank you.
Find more posts tagged with
Comments
johnw
Create a 3 column scripted data source, Date, Value, Object. Then your date values will be the X Axis, and your Value will be the Y axis. If you need to do some sort of seperate series based on the Object, You would do a grouping based on Object.
John
BJSJC
How do I 'do a grouping based on Object' where the line chart shows how the Object's "values" change over time. You essentially just repeated my question but I'm looking for details. Any more info would be appreciated.