List column

ERICHO

Member
&
with the above statement, resulting a list of 10,A,20,B,30,C 6 rows within a column
when I add description="yes" resulting a list of A,B,C 3 rows within a column
Is it possible to show 10 A; 20 B; 30 C 3 rows with 2 column :confused:
 
Yes, you would have to specify:
Code:
&<name = "ABC"
  list = "10, 10 A, 20, 20 B, 30, 30 C"
  description="yes">
 
So... I see....
If the list came from a select statement, which looks like
&
isn't it I have to convert the statement to be
&
 
Back
Top