cancel
Showing results for 
Search instead for 
Did you mean: 

Fiori list report - Adding datepicker value help

former_member636171
Participant
0 Kudos
5,614

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

View Entire Topic
catano
Active Participant

Hi bsnorrason ,

In the SAPUI5 application the range can be added by:

  • set useDateRangeType="true" in SmartFilterBar, or
  • set conditionType="sap.ui.comp.config.condition.DateRangeType" in ControlConfiguration

Examples:
Code: Smart Filter Bar with useDateRangeType setting set to true - Samples - Demo Kit - SAPUI5 SDK
Code: Smart Filter Bar with controlConfiguration conditionType DateRangeType - Samples - Demo Kit - ...

BR,

Peter