JBalcerzak
Programmer
Hello -
I'm trying to filter a table based on part of a character description. Currently I'm using something similar to:
set filter to "CHEESE" $ PRODUCT_NAME
to filter on records that contain "CHEESE" in their product names. Anyone have an better ideas? I can't think of a good way to rushmore optimize this for better performance and I've got about 15,000 records in my table which can bog my app down somewhat...
Thanks!
I'm trying to filter a table based on part of a character description. Currently I'm using something similar to:
set filter to "CHEESE" $ PRODUCT_NAME
to filter on records that contain "CHEESE" in their product names. Anyone have an better ideas? I can't think of a good way to rushmore optimize this for better performance and I've got about 15,000 records in my table which can bog my app down somewhat...
Thanks!