on 2020 May 22 6:11 PM
I am trying to create an xsodata service on top of a calculation view using multiple values input parameter.
Parameter created: IP_TARGRP (Mandatory and mutiple values selected)
in the filter expression code (Column Engine) : IN("tariffGroup",$$IP_TARGRP$$)
xsodata service:
"CV_TAR_FILTER_VALUES" as "UserCompTarFilterSubValue" keys generate local "GENERATED_ID" parameters via entity "TarFiltersSubsValues" ;
XSODATA URL given:
https://hostname:port/xsodata/notifadmin.xsodata/TarFiltersSubsValues(IP_TARGRP='BULK')/Results
Error:
{ "error": { "code": 500, "message": { "lang": "en-US", "value": "Error while executing a DB query" } } }
When I pass numeric values in the input parameter it does not give any error.
Request clarification before answering.
User | Count |
---|---|
53 | |
9 | |
8 | |
6 | |
6 | |
5 | |
5 | |
5 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.