I m using a query in VC. The query has months in columns. The query shows past 10 months & current month.
We have a Fiscal year variant which atuomatically calculates months. Like current - 1, current - 2 etc.
In VC what happens is whenever the month changes its not updating the column there in Table view.
Eg: If i run it today it shld show April 2010 - Feb2011. But it shows only till Dec 2010 & doesnt show Jan 2011.
If i execute the query from Bex it shows the currect output.
Every month i have to go in and refresh the query & redo the table view in VC.