Hi,
I am trying to create a matrix report and I want to export that to excel. But, I am running into some problem with populating the columns. There are two columns in the database table and one tracks number of years and the other tracks the fiscal year. Based on number of years I need to create the columns dynamically, if I have 4 years and the fiscal year is 2005 my report should look like
2005 2006 2007 2008
test1
test2
test3
Any help on this is greatly appreciated.
Thanks.
I am trying to create a matrix report and I want to export that to excel. But, I am running into some problem with populating the columns. There are two columns in the database table and one tracks number of years and the other tracks the fiscal year. Based on number of years I need to create the columns dynamically, if I have 4 years and the fiscal year is 2005 my report should look like
2005 2006 2007 2008
test1
test2
test3
Any help on this is greatly appreciated.
Thanks.