Using multiple
|
Chong-ho (Alex) Yu, Ph.D., MCSE, CNE |
Problem:My database have sixty fields. I want the user to see the data in a table for side-by-side comparison. But I don't want the user to scroll through the long table. What should I do?
Solution:This is an interface issue rather than a technical one. If you absolutely want to show many fields in the search result page, you should consider to break down the fields by several common themes, and then present them in multiple tables as the following:
Product |
System Administration |
Network Access |
Network Security |
Database Management |
First Class |
very easy |
yes |
yes |
no |
Polis |
easy |
yes |
yes |
no |
Product |
Course Administration |
Student IDs/Password |
Batch Uploading |
Online Registration |
Online Tutition, Fee Payment |
First Class |
very easy |
yes |
no |
no |
NA |
Polis |
very easy |
yes |
yes |
no |
NA |
Product |
Course Creation Interface |
Description |
Ease of Use |
Course Structure Configurability |
Templates or Samples |
First Class |
easy |
Icon- and menu-based. |
very easy |
yes; but very limited |
no |
Polis |
easy |
Text-based options. |
very easy |
yes |
yes |
The easiest way to do so is as the following:
- Use Homepage to create a search result page with only five to seven fields in the table.
- Copy the entire table and paste it below the first table.
- Change the header and the FMP-field name in the new table.
- Repeat the same procedure until all fields are presented.
To see an example, go to http://fmp-eruditio.asu.edu/webcourses/search.htm
FMP Tips Contents
|
|