I need to return every 5th row(customers review only every nth entry) like the following but along with a whole bunch of property restrictions that I already have working...
http://www.iknowkungfoo.com/blog/index. ... Nth-RecordI was thinking I need to do this with Projections or something as it basically adds a temporary row column to be used in a later restriction...anyone know how to do this?
I would hate to revert back to putting the sql string together especially as it could open us up to sql injection attacks as some of these may come from url params later.
thanks,
Dean