Hello Experts,
I am using webi 4.1 version.I have a scenario in which I have following columns with data
year month fiscal_year fiscal_month month_name planned_budget actual_budget
2014 4 2015 1 April 1000 1100
2014 5 2015 2 May 500 400
2014 6 2015 3 June 700 750
......
2015 2 2015 11 February 900 1000
2015 3 2015 12 March 100 50
for several years.
I want report which has input control with fiscal_year and month_name. And requirement is If user select
fiscal_month=2015 and month_name=June then report should show data for April,May and June
i.e. planned budget=2200 and actual_budget= 2250.
How to implement this.
Thanks,
Sudhir