Skip to main content
1-Visitor
July 29, 2019
Question

How to Display Infotable Properties Vertically

  • July 29, 2019
  • 1 reply
  • 2283 views

I m trying to display the data coming from property of base type infotable on mashup vertically. Vertically in the sense all the Headers should occupy first column and the values corresponding to it should occupy subsequent columns.

Tried with creating a service to transpose the data, it didn't work out. 

 

It would be Great and Thankful if somebody helps me with an example code with which i can understand and implement it in my project as well.

 

Please find attachment for required format.

 

Thanks in advance.

 

 

1 reply

5-Regular Member
July 30, 2019

You can look for a widget called Property Display widget in 8.4

Capture.PNG1.PNG

Gurudev1-VisitorAuthor
1-Visitor
July 30, 2019

Thanks for the suggestion zyuan1

Tried using the Property Display Widget also but its displaying only 2 column grid of field name and value pairs. i wanted to design a grid with a 13 columns(a field name with 12 value pairs).

 

Thanks

5-Regular Member
July 30, 2019

I only know charts can do that, changing from X-Y axis to Y-X axis,  all the Grids don't have that function.

Maybe you need to change the infotable from m*n to n*m with custom service?