-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
Hi all,
When try to anwser an Input parameter with date format it should be whitout single quotes, and as far I know and I tested it is not possible with the current version.
how to reproduce:
*Create an mandatory Input parameter with date format for example DATE1 in the view.
*Map the parameter in the model to a date variable
*try to generate ODATA request by using the connector by passing the following input parameters.
DATE1='2024-01-01'
DATE1=2024-01-01
none of them worked
Example ODATA REQUEST by DSP
https://SERVER/api/v1/dwc/consumption/relational/TEST/VW_TEST/VW_TEST(DATE1=2024-01-01)/Set
there is a workaround by converting the IP in the view to the string format but it is necessary to handle dates
regards.
Metadata
Metadata
Assignees
Labels
No labels