Kemidan2014
Board Regular
- Joined
- Apr 4, 2022
- Messages
- 229
- Office Version
- 365
- Platform
- Windows
I have an access query that exports to Excel. what i would like to do is apply a simple horizontal bar graph that will graph number of days an item is late
thing is i need to generate 3 of these graphs based on the 3 business units we have. not only that but want to graph only items in the table of data that have reached a certain status piont
I am aware i can just make 3 queries to break this down but id like to limit that so i dont have to have 3 additional command buttons on my Access forms. so i would prefer to achieve this with 1 querie and then parse the data using the excel export.
Field 1 is name of the item which would be the Axis label. Field 2 would be Number of days, value i want graphed, Field 3 would be Status, what i want to validate and field 4 would be Business unit, value i want to group with.
Knowing the export is going to drop the data in any order. in another sheet is where i want to do all the formulas or other work. what would be a strategy/functions i could do with the data in excel to arrange it in the way i need knowing the next time i run the export the data will be different and thus automatically updated.
thing is i need to generate 3 of these graphs based on the 3 business units we have. not only that but want to graph only items in the table of data that have reached a certain status piont
I am aware i can just make 3 queries to break this down but id like to limit that so i dont have to have 3 additional command buttons on my Access forms. so i would prefer to achieve this with 1 querie and then parse the data using the excel export.
Field 1 is name of the item which would be the Axis label. Field 2 would be Number of days, value i want graphed, Field 3 would be Status, what i want to validate and field 4 would be Business unit, value i want to group with.
Knowing the export is going to drop the data in any order. in another sheet is where i want to do all the formulas or other work. what would be a strategy/functions i could do with the data in excel to arrange it in the way i need knowing the next time i run the export the data will be different and thus automatically updated.