I maintain a reporting app and currently we're trying to come up with a new way to organize our settings page.
We display our settings in a table, this is used for displaying the setting/values only.
e.g.
Setting Value
Name Bob
Age 45
Pets 5
Fb Friends 80
Mood Happy
Health Fit
Behind the scenes, our Web App knows which settings are qualitative and which settings are quantitative, however, how do I convey that to the user? Grouping the qualitative/quantitative information together is not an option.


