Dear all,

I am looking for a contrib module that allows me to do something like this:

1. Upload data, ie. a data grid of 10 columns and 1000 rows. Data comes from a spread sheet.
2. Present a selection form where I can set values for the first 9 columns.
3. Execute a select statement based on the supplied values against the data grid
4. Present the result in one line where the 9 values supplied by the user are show and also show an average of the 10th column.
5. Set configuration like this. Only show a result if there are more than i5 rows in the result set.

Think of this a salary statistics. The first 9 columns are different attributes of a position like manager, geography, education. The last column is salary. The functionality above allows you to get an idea of salary for different types of positions.

Any help would be appreciated.

Thanks

Thomas S