on 2024 Aug 14 9:46 AM
Hi,
in our applications we decided that for code-lists we do not want to display the code on the UI.
Now all my codes are annotated like this:
planningStatus @Common.Text : planningStatus.descr
@Common.TextArrangement: #TextOnly;
In my app I am choosing to group against this planning status. But since I only have the description on my UI I can just group by this element then as specified in my UI service:
// Default grouping and sorting
PresentationVariant : {
GroupBy : [planningStatus.descr],
SortOrder : [{
Property : displayId,
Descending: true
}],
Visualizations: ['@UI.LineItem']
},
Now in the UI the title of the field is built like this:
It seems, that for the title, the "Common.Text*" Annotations are ignored. To remove the title in brackets, I must display the code and group against it. That means I cannot go with #TextOnly.
Is there a way to solve this without using custom code in my fiori application to format/set the title of the control (https://sapui5.hana.ondemand.com/sdk/#/api/sap.m.GroupHeaderListItem)?
Request clarification before answering.
| User | Count |
|---|---|
| 11 | |
| 6 | |
| 6 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 3 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.