Hi,
I guess this is strange situation.
I have a results table which contain 100k records, basically this table consists of transactions with particular ID's ( not PK).
I am displaying the results limiting the records to 3000. I am using Javascript tool box to display a filter on top of table heading so that users can select / filter the results they want. But since I am limiting the rows to 3000, not all ID's are being captured in the filter combobox.
Now, My question is , is there anyway to display all the IDS for that ID column but still limit the results ? either through SQL query or any other method feasible?
I would appreciate if anyone has any suggestions for other possible ways.