Each selected ’column’ can be manipulated using sliders.
Between the min (on the left) and max (on the right) of a column, two
sliders, called lo and hi can be moved around independantly. lo is a lower
limit, and hi the higher limit, for data to be included in the display:
lo < hi MIN-------[lo=======hi]--------MAXand
lo > hi MIN=======hi]--------[lo=======MAXThe lo slider can also be moved to the right of the hi slider, as the diagram shows, in which case the sample will include data between min and hi as well as lo and max. This is like swapping the lo and hi sliders and corresponds to negating the logic of the first case.
Finally, only data are displayed for which the corresponding slider value of all values falls in the selected range. In SQL language, this means all queries are AND-ed.
Note: in this prototype the words slider and column can be used interchangebly.