Using Crystal Reports XI
I have a report with a crosstab and a couple of charts.
I need top N functionality to limit my result to last 10 rows (both in my crosstab and my charts).
My SQL query is a simple select * from table
In my crosstab I only have Columns and Summarized fields. Since I...
Hi,
I'm building a report against sybase sql anywhere 8.
I need a top N limitation to 10 in my query. I know that it works if using "set rowcount 10" before sql query and then "set rowcount 0" after. I have succesfully tried this in interactive sql, no problem
But how do I implement this in...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.