Spiral Posted August 27, 2010 Posted August 27, 2010 Hi everyone, I want to add a chart to my layout. Here's my table: ID Date MondayVal, TuesdayVal, WednesdayVal, ThursdayVal, FridayVal, I want to show a bar chart as follows: 100,000| 750,000| 500,000| 250,000| 000,000| ............--------------------------------- ............MON.....TUE.....WED.....THUR.....FRI How do i setup the chart? It's base on the current record. Thank you.
comment Posted August 27, 2010 Posted August 27, 2010 (edited) Try: X-axis, calculation = "MON¶TUE¶WED¶THU¶FRI" Y-axis, calculation = List ( YourTable::MondayVal ; YourTable::TuesdayVal ; YourTable::WednesdayVal ; YourTable::ThursdayVal ; YourTable::FridayVal ) --- P.S. Charting aside, it would probably be better to have a separate record for each value. P.P.S. Please update your profile - there are no charts in version 9. Edited August 27, 2010 by Guest
Recommended Posts
This topic is 5200 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 accountSign in
Already have an account? Sign in here.
Sign In Now