cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hi all,

Is there a way to add a datepicker with time period value help like in the attached picture to a fiori list report based on a CDS view?
If so is there any documentation on how to do it?

Thanks,
Birgir

0 Likes
View Entire Topic
MioYasutake
SAP Champion
SAP Champion

Hi bsnorrason,

1. In your CDS View, add the following annotation to the date field.

@Consumption.filter.selectionType: #INTERVAL
PostingDate,

2. In manifest.json, add below settings as described in this document.

            "filterSettings": {
                "dateSettings":{
                    "useDateRange": true 
                }
            }