Jump to content
Server Maintenance This Week. ×

Average sale price per quarter


El_Pablo

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

Recommended Posts

Hi,

I'm new to charting. I've been trying to create a bar graph to show average sale price per quarter for houses.

I've done the following relationships :

analysis (pkAnalysis, ...)

elements (pkElementID, fkAnalysis, fkSaleID, ...)

sales (pkSaleID, price, quarter, ...)

The layout is on analysis. How can I do bar chart using the quarter for the X-axis and the average price per quarter for the y-axis?

Thanks

Link to comment
Share on other sites

In your example file the problem has nothing to do with charting per se, it is a calculation error. Your calculated field would not show the average values in a portal either. You need to create a calculation or a relationship that aggregates the records by quarter. As it stands, your calculation averages all of the prices regardless of quarter.

Link to comment
Share on other sites

Ok, so you say that I'll need a quarter table related to the analysis table?

If the database is for a chain store.

How would I then filter out the sales per store per quarter? Would I need to create another relationship?

Link to comment
Share on other sites

I think there is more than one way to compute averages, including setting up a new relationship. Your attachment was complicated and I didn't understand what it was trying to achieve so I simplified just to illustrate an approach with a new table/relationship. My guess is that, if you can get the calculation working in a portal it will work in a graphic as well.

Matthew

forumInspection.fp7.zip

Link to comment
Share on other sites

This topic is 5012 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.