Question
size of a returned infotable
Hi,
I would like to set the visibility of some of my widgets according to the number of rows in an infotable that is returned from a service. So, for example, if the resulting infotable had 0 rows I might like to hide a button.
Is it possible to write a generic service that would take the result (infotable) of one service as the input parameter of a second service, without needing to know the datashape associated with the infotable of the first service and return the number of rows. Or is there a better way to determine the number of rows in a result?

