Hi Experts,
I have an requirement where employee is entering Key Date(Manually Input)
which is of Every four months like
1/1/2016-->Plan
4/1/2016-->Forecast1
7/1/2016-->Forecast2
8/2/2016-->Forecast3
And from that key date we want to display report,
and i have 4 category Plan,forecast1,forecast2,forecast3.
Case 1: If user select category is Plan in context it should display the I/p form from August to December which is of previous year.
Eg: User Select year 2016 then for Plan it Should Come to 2015.
Case 2: If user select category is forecast1 in context it should display the I/p form from April to December of the current year.
Case 3: If user select category is forecast2 in context it should display the I/p form from July to December of the current year.
If user select category is forcast3 in context it should display the I/p form from September to December of the current year.
Based on Category it should Display the report till December.
For Every Category It Should Display the report till December.
Please see the image for reference.
Thanks in Advance.