Focal Point
Multiselect AND causing system crash

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/4481013532

July 03, 2007, 01:11 PM
TXFB_INS
Multiselect AND causing system crash
Whenever I try to create a parameter using the "multiselect AND" and use the "VALUES FOR FIELD" this causes the system to crash.

Any idea
July 03, 2007, 02:52 PM
codermonkey
I think this command tries to retrieve all the values from the database for the field selected. How big is the table -- how many records? Is the field you are pulling values on indexed? If it's a really big table or if the request is performing a table scan it could cause the crash.