on 2021 Apr 23 9:42 AM
Request clarification before answering.
To my knowledge there is not CDS annotation which allows to define that. In a Fiori Elements app you can define it like described here.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hmm this seems like it should work but it doesn't.
The metadata is like this:
<Property sap:label="Date" Name="workDate" sap:display-format="Date" Type="Edm.DateTime" sap:filter-restriction="interval" Precision="0"/>
And the manifest:
"pages": {
"ListReport|ZCATSDB_VIEW": {
"entitySet": "ZCATSDB_VIEW",
"component": {
"name": "sap.suite.ui.generic.template.ListReport",
"list": true,
"settings": {
"filterSettings": {
"dateSettings": {
"useDateRange": true
}
},
"tableType": "AnalyticalTable",
"smartVariantManagement": true,
"condensedTableLayout": true
}
}
}
}
I'll give it a try in a fresh project and see if it works there.
User | Count |
---|---|
54 | |
10 | |
8 | |
8 | |
5 | |
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.