Hi,
I have a requirement to Restrict the Years/Months displaying in Date Picker and show only starting from current month onwards to future months. Also Don’t Need to have option to select date, Only Need Year-Month as options.
As we Know, Date Picker is the only option available for a date field, I have created a calculation to display it in string format ‘YYYY-MM’. But I need to set this always start with Current month and based on selection in Starting Month, display next 12 months data.
Here I have added monthly date filter and selected the staring date as Start of this month and Ending date as End of Next 12 months. And Selected only relevent option in Select Month filter , so it displays 12 months.
But I want a Drop Down Control in YYYY-MM format, which starts with Current month. What ever month selected in Start Month, Visual need to display next 12 months from start month. How to achieve this.
- The Goal is I don’t Need a date picker for date, need drop down in ‘YYYY-MM’ Format for selecting Start Month which always starts with Current Month.
- Visual need to display next 12 Months from What ever Start Month is selected