on 2025 Mar 08 1:24 AM
It's very likely I've done something wrong but I can't figure out what.
I have a filter page that has FormCellFilter control. In the control I've specified an Object collection FilterProperty. I've set my ReturnValue as a query string that would contain quotes around the desired filter value:
The problem is when the modal is closed and the ObjectTable does a requery, it seems the query string has the quote characters delimited, and the OData call fails:
Is there something I've done wrong? I've also tried returning the text from a rule with different variation, but had no luck there either.
Request clarification before answering.
Hi @kevinbraun
DiplayValue expects a string: https://help.sap.com/doc/3642933ef2e1478fb1578ef2acba4ae9/Latest/en-US/reference/schemadoc/definitio...
Have you attempted to provide a property without a space? Properties (or field names) containing spaces are generally not permitted, especially when constructing strings or queries (such as OData queries). I suggest surrounding the string with single quotes, like this: 'HOT SHOT' similar to how you have done in the ReturnValue or using a property name devoid of space.
Thank you.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 18 | |
| 6 | |
| 6 | |
| 6 | |
| 4 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.