Hello,
I need to create a Grid where the number of rows shown will be set dinamically by parameter. It sometimes should show 5 rows, others 2, etc.
I cannot set it on the SQL statement, using “select top [n_rows]” the [n_rows], seems not to be allowed.
I also tried the same on the LIMIT field… but same result.
Does anybody know how to set it up?
Thanks in advance.