Question
Calculate and Display Count of Rows in Infotable in Mashup
Hi all,
I have a service that returns a dynamic infotable from query results. I would like to display the infotable data and the number of result rows on top of the data grid so my customers can quickly see how many query results were returned.
- The query in the service that produces the infotable is a long query, I need to do a result.getRowCount without having to invoke the service that runs the query twice.
- The infotable result from the service is not hooked up to a datashape because the number of columns can be dynamic.
I can display the infotable in a data grid in my mash up but how do I count and display the number of rows from the infotable result?
Is there a way to use an expression in the mashup to count and display the number of rows?
thanks all

