Skip to main content
1-Visitor
July 14, 2016
Solved

How to edit infotable result of a stream service?

  • July 14, 2016
  • 2 replies
  • 1494 views

In my mashup I want to show the infotable of the stream service "GetStreamEntriesWithData" but I would like to edit it; what follows is what I see:


I don't want SourceTipe, Location, id and Tags

Plus, I'd like to change the order of some colums, as you can see, Alpha, Beta and Gamma are not one next to the other as I'd like them to be.

Is it possible to do this?

Best answer by nkhose

If you need the ordering of grid columns , you can configure the grid in mashup "Configure Grid Columns" and re-order the col accordingly & if you

want to sort the Infotable you can have .Sort resource from snippets for sorting columns based on values of column fields.

Hope this helps !

2 replies

nkhose1-VisitorAnswer
1-Visitor
July 14, 2016

If you need the ordering of grid columns , you can configure the grid in mashup "Configure Grid Columns" and re-order the col accordingly & if you

want to sort the Infotable you can have .Sort resource from snippets for sorting columns based on values of column fields.

Hope this helps !

fmanniti1-VisitorAuthor
1-Visitor
July 14, 2016

That's exactly what I needed. Thank you