Binding infotable rows to widgets
We can bind every column of infotable to widgets right. Likewise binding every row of same column to multiple widgets is possible ??
We can bind every column of infotable to widgets right. Likewise binding every row of same column to multiple widgets is possible ??
In that case, I guess you'll need to create 5 services each explicitly returns the String data you want to display.
Example:
let infotable = <execute service to get the initial infotable>; ← or even make it an input parameter that will be propagated from another service at runtime
let result = infotable.getRow(rowIndex).columnName;
Then bind the result to textboxes.
FYI, for infotable result, if the infotable output has datashape defined and it only has single row, then you can expand the result in mashup builder and bind each field to widgets as you wish.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.