Skip to Content
1
Mar 07, 2023 at 03:35 PM

Search functionality in Fiori elements List Report not working for Timestamp Fileds

430 Views Last edit Aug 15, 2023 at 08:58 PM 3 rev

Hi Experts,

I have created a List Report application based on a CAP OData V4 service.

The problem I am facing is when I try to use Search List report with Date/TimeStamp my application is not getting filtered.

image.png

My entity looks like below:

entity Books: managed{

key ID: String,

name:String

}

So now when I try to perform search on createdAt, modifiedAt fields (which are timestamps from managed aspect) I am not able to filter the data.

Is there any annotation that I need to use to enable the search functionality for the fields createdAt, modifiedAt.

If I search other fields, I am able to get the data. But for Timestamp fields I am not getting the data .

In my application Date is getting displayed like below

image.png

Do let me know if any annotation needs to be implemented for this.

With Regards,

Partha.

Attachments

image.png (20.2 kB)
image.png (4.6 kB)