Skip to content

Parse error at provide a DATE format input parameter/variable #28

@mitrechosa

Description

@mitrechosa

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions