V_RocKs
07-01-2004, 10:39 AM
In short, I'd like to be able to sort by clicks. In the long side of it I'd like to be able to through 2 variables at it at the same time.
clicks < 20
casts > 200
Sure, I can look for them by ratio after sorting by CTR but then I also am going to get ones like 1 click and 20 casts too. I don't want to sort through the shit, that is what a database is for (and a computer for that matter). I want to query it with a drop down menu for
not used
<
>
>=
<=
=
And have a drop down for:
casts
CTR
LCTR
clicks
and an input for the number.
But for now, I'd like it to sort by clicks too.
clicks < 20
casts > 200
Sure, I can look for them by ratio after sorting by CTR but then I also am going to get ones like 1 click and 20 casts too. I don't want to sort through the shit, that is what a database is for (and a computer for that matter). I want to query it with a drop down menu for
not used
<
>
>=
<=
=
And have a drop down for:
casts
CTR
LCTR
clicks
and an input for the number.
But for now, I'd like it to sort by clicks too.