cancel
Showing results for 
Search instead for 
Did you mean: 

ListReport / Smart Table multiline column

Former Member
0 Kudos

In sereval screenshots and documentation for the ListReport Smart Template a SmartTable is shown where you have a multiline column with the first line formatted in bold. For example:

https://sapui5.hana.ondemand.com/sdk/#docs/guide/f0e1e1743bef4f519c34025ad4351f77.html

Since information regarding Smart Control annotations is very rare and widespread a read a lot of blog posts and tutorials nevertheless I was not able to find any clue about adapting this multi line column even when it is suggested in the Fiori Styleguide (https://experience.sap.com/fiori-design-web/floorplans/smart-template-list-report/)

I also tried to concatenate two data fields as a first step like this:

<Record Type="UI.DataField"> <PropertyValue Property="Value"> <Apply Function="odata.concat"> <Path>materialNumber</Path> <String> - </String> <Path>materialDescription</Path> </Apply> </PropertyValue> <PropertyValue Property="Label" String="Article Data"/> </Record>

Result is that this column is not shown while all columns without odata.concat work fine.

Any idea how to set the anotations to display multiple fields in one column ideally multiline with first line bold?

Accepted Solutions (0)

Answers (0)