another day … another problem. I’m using the DateRangeSelection element to select my data at backend. I pick the date 01.07.2024.
This value can also be find in the filter object:
Debug value of filter object
The corresponding service implementation is receiving a different date and I don’t know why:
Debug service implementation
The IV_FILTER_STRING in the oData-Service corresponds to the filter tab:
( ( PurchaseOrderDate ge ‘20240106’ ) and ( PurchaseOrderDate le ‘20240106’ ) )
Seems to be a strange behavior to me!
Thank you so much in advance! Sven
sguski is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.