As per requirement, BO report prompt should display date in format - Month -year. Also prompt values should display
data for current month and all previous months of current month.
We are achieving this functionality by using 0calmonth infoobject which gets its data from a date field. However not getting
logic to restrict date data at bex level to current month.
Note : BO source is Bex query
E.g. Date field is having data like
01/04/2015
02/03/2015
01/02/2015
31/01/2015
31/12/2014
prompt value, in BO, should be look like as below
Dec 2014
Jan 2015
Feb 2015
here, current month is feb,2015 so months ahead of it should not be displayed in BO prompt list.