Select or count ID's which range span over given value
1  | searchWithin(id, min, max, value, returned = "count")
 | 
id | 
 vector of individual indexes corresponding to other parameters  | 
min | 
 minimum value of given ID  | 
max | 
 maximum value of gievn ID  | 
value | 
 vector of values which are being checked  | 
returned | 
 "count" - number of unique ID's having value within its range , or "id" list of ID having value within its range.  | 
range | 
 if specified min and max ignored  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.