1
votes

Here is simple example of a calculation view data.

Id      Supplier  Artikel   Type     Revenue
1          S1      ART1     1000       500            
2          S1      ART2     1200       600
3          S1      ART3     1300       600
4          S1      ART4     1400       600

I consume the calc view data using ODATA services. But, I would like to know whether there is a way to loop through these rows and get the value of TYPE and REVENUE and set as LABEL and VALUE respectively for a TEXTFIELD using SAPUI5. Is there a possibilty of such kind or any example code or any ideas please do share.

Thanks

1

1 Answers

0
votes

You can use a Row Repeater to show an iterated label value line see Row Repeater with OData example else you could use a Factory Function with a aggregation binding