Jump to content
Server Maintenance This Week. ×

Multiple charts, from multiple tables on one layout?


Scott Pon

This topic is 4041 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Is it possible to show multiple charts from multiple tables on one layout?

 

I have one chart showing Open Orders, X-Axis is Days Open, Y Axis is # of orders

 

Then I have a chart that shows # orders opened vs # orders Closed, X-axis is year/month, Y axis is # of orders.

 

They are both coming from the same database, but the source data is created differently.

 

but the main question is the first one: Is it possible to show multiple charts from multiple tables on one layout?

We might want to put on the same screen Employee performance, and People trained, or specific service performance.  

 

I hope that makes sense.

 

Thanks in advance.

Link to comment
Share on other sites

Sure. Gather your data into variables using scripts and base the charts on the variables.

 

I understand what you are saying, but I'm not sure how to accomplish this.

I set up a variable for my X-Axis Labels, and a variable for my Y-Axis values.  I loop through my records and create a comma delimited string for each.

Then in Chart setup, I set the X-Axis labels to the variable and the Y-Axis values to the variable.  

but the Chart did not come out correctly.

 

Let me know what I'm supposed to do, or please provide me a link so I can go read up on this technique.

 

Thanks.

Link to comment
Share on other sites

Ok I got it.

 

I used Variables (Set Variable) but it did not work.  So I created fields (define fields) and used a global (text) field.  then i set the chart to " Current Record (delimited data)". as you had specified.  And now it works.

 

Thanks for your help

Link to comment
Share on other sites

This topic is 4041 days old. Please don't post here. Open a new topic instead.

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
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.