| |
DancingGeek
Posts: 1
Score: 0
Joined: 7/23/2004
From: USA
Status: offline
|
I am trying to display database output and Using Response.Write to create an output table. I want to have rolling values for January through december. I have two sets of values to work with Jan -Dec "Actuals" and Jan - Dec "forecast" For each month I want to look at the month number (Jan = 1, feb = 2 etc...) If the month is less than the current month display the actual, if the month is >= current month display forecast. Can I do this within my table results or should I select it that way in my stored proc? Thanks!
|
|