Yes, it fix when I upgrade to 2.0.4.180
But is it possible not show the variables at all, because I used a lot of check box and the variables listing consume a full page
An variable has been used twice
WHERE TRN_DAT BETWEEN &
AND &
AND LST_DAT BETWEEN &"A"
AND &"B"
the output shows twice at the header, such as
A=20030101
B=20030131
A=20030101
B=20030131
Could it be shown once
&
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: