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 my crystal report?? Help would be greatly appreciated!!
/M
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 my crystal report?? Help would be greatly appreciated!!
/M