Query view

Hi, I use QV in my web application. All works fine, but i want to know the count of result docs (returned by sql query).

Is it possible?

Thanks, Ch.

Subject: how to know the count of rows in your query result

You could press Ctrl+A and see how many rows are selected.

You could use view totals of a hidden column whose value is 1.

If that doesn’t solve your problem, can you be a little more specific about what you’re trying to do?

Subject: Any idea

I hope some solution exists.