I am creating a report based on view of joined tables for a fiscal year report July03- June04; each column only needs to have data for a single month. (DATA is hours worked that month. The DATES are period end dates.
ie.
June-03 --- through June04
DATA DATA
What is the best method to do this, I tried using the Select Expert DATE =06/30/2003 or DATE IN or DATE BETWEEN (listing all dates)but it the results will only provide data for 1 MONTH - the rest of months are zeroes.
Or should I script some type of code for each column. I also tried defining the date in the column, but it would only report results for one month. Any suggestions would be appreciated.
ie.
June-03 --- through June04
DATA DATA
What is the best method to do this, I tried using the Select Expert DATE =06/30/2003 or DATE IN or DATE BETWEEN (listing all dates)but it the results will only provide data for 1 MONTH - the rest of months are zeroes.
Or should I script some type of code for each column. I also tried defining the date in the column, but it would only report results for one month. Any suggestions would be appreciated.