Hello,
I would like to show an array only if it returns filled (not empty) by a completed process.
That is, in the completed script (API call tab), I would something like:
if ( P_computed.list1_transpose > 0) {
id_list1_transpose.setVisible(true);
}
Is it possible ?
Thank you,
Luigi