Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
Test:
LOAD * INLINE [
A, B, C
1, 4, 7
2, 5, 8
3, 6, 9
];
Can i get the values of ListObject "A", which is in White colored intoTextObject.
I.e; Only 1,3 should come in TextObject.
Is this possible ?
Thanks in advance
Regards
venkat
hei
attach is an example
hope its helps you
Hi,
try with something like this:
=Concat(A,',')
C u,
Stefano
Hi liron,
Thanks for your reply,
But i need only the checked listboxes values only to display , not the possible value which is not selected in listbox .
And all the three listboxes should have show alternative option.
Thanks in advance.
Regards
Venkat
try this one