Hi All,
Ok, I have something new to tackle and I'm not sure if / how it can be done so I wanted to some feedback.
Currently an excel spreadsheet is used and sent out to many different locations, they enter their forecast numbers for 9 mos. out and still the last month so a comparison can be done to display the difference. Once its sent back its combined into one spreadsheet that can be filtered by each individual location or by Region or ALL. On the spreadsheet 3mos. actuals numbers are displayed, so each month that has just past gets updated with actual numbers. so an example looks similar to below:
Description - jun09act- jul09act - aug09act - sep09fct - octfct - novfct - etc..9mos out.
desc names - 100 - 101 - 103 - 110 - 111 - 111 - 111 ...etc.
some other fields that will be calculated here where I will sum some items/description and divide by another value...etc.
One of my questions, do you suggest I sent up 2 tables, one for actuals and one for forecast because one person will want to dump actual numbers each month as they pass but forecast will be entered on the web interface by multiple users for their location?
Next question, should my table look like this? or should I just have a DateID field that holds mm/dd/yyyy?
RegionID
LocID
MonthID
YearID
Value
Next question, if my table is setup to hold a value for each month/year...how can i do this dynamically to where I can get the results displayed as needed?stored procedure?
Also, would I be able to have a search screen to search by location and default to current month for forecasted part but have something to where if the user wanted to go back in time they can put in a different start forecast mo/yr?
Goodness....trying not to get overwhelmed with this.
Thanks for any answers here...![]()



LinkBack URL
About LinkBacks
stored procedure?
Also, would I be able to have a search screen to search by location and default to current month for forecasted part but have something to where if the user wanted to go back in time they can put in a different start forecast mo/yr?
Reply With Quote



Bookmarks