Detail

The Totals Filter Control Component enables the end-user to enter a separate pattern string for each of the three possible View Types:  
 
·The filter for the Votes View must be matched in the Votes Field for all Sample Data records returned to the client.  
·The filter for the Hits View must be matched in the Hits Field for all Sample Data records returned to the client.  
·The filter for the Ratings View must be matched in the Ratings Field for all Sample Data records returned to the client. Note that the ratings value is held internally in the system as a floating point number in the range 0 to 1. Correspondingly, ratings filter pattern values should also be floating point values between 0 and 1.  
 
Separate filter patterns entered by the end-user exist independently for each View Type and persist even if the View Type changes.  

The pattern string comprises of an inclusive range defined by an optional lower value and an optional upper value and has the following format:
 
 
 
[nLower]
 - [nUpper]   
   
 
 
 
For example:  
 
The following filter defined for the Votes View will return all Sample Data items that have received ten or more votes:
 
 
10
 -   
   
 
 
The following filter defined for the Ratings View will return all Sample Data items that have a rating between 0.3 and 0.8:
 
 
0.3
 - 0.8  
   
 
 



Custom XML Tag  
 
Use the following XML tag to define custom Properties for the Totals Filter Control Component within your Custom XML file:  
 
 
<TotalsFilterControl />  
 
 
 
 


Common Properties  
 
The Totals Filter Control Component inherits the following common Control Properties:  
 
Component Visibility Properties  
Location Properties  
Margins Properties  
Text Properties  
Image Properties  
Opacity Properties  
 
 
 
 
Default Property Values  
 
The Totals Filter Control Component has these default Property values defined.  
 
 
 

Related Topics  
 
Cookie Related Properties