Getting tricky over here, can I do this?
I have a collection that has just 1 column with numbers 5 - 1000 of type number and indexed. This will be used in a service type list and will populate a list or select, not sure which yet. What I'd like to do is pass an argument where I will only retrive a certain amount of them.
Psudo....
if x is = this query and get range 5 - 100
if x is = something else range 5 - 500
I'm looking for the easiest way to do it? Maybe this isn't even the best way? Suggestions would be useful.