on 2022 May 20 12:26 PM
Hi all,
I am currently trying to create a card within an overview page which is filtered by a selectionVariant - Filter (backend-annotations).
I'am using a CDS View with @Analyics.query: true.
It works fine with CalendarYear.
@Analytics.query: true
@UI.selectionVariant: [
{
qualifier: 'SelVarFilterYear2022',
text: 'Filter by Year 2022' ,
filter: 'CalendarYear >= "2022"' // is working
}]
But when I try to use CalendarDate the browser console logs error BRAIN 599 (For characteristic &, enter value in a permitted format).
filter: 'CalendarDate > "20220512"' // Error in browser Log
I tried to escape the quotation marks which helps not to get BRAIN 599. But the filter doesn't work.
filter: 'CalendarDate > \'20220512\' // no error in browser log, but does not work
Can anybody tell me, which format the annotation needs to work properly for date-fields?
Kind regards,
Stefan
Request clarification before answering.
| User | Count |
|---|---|
| 7 | |
| 7 | |
| 6 | |
| 6 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 3 | |
| 3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.