How-To Use Scores in Filters
Previous Microplanet Gravity Next |
You can use Display Filters to show only articles scored within a certain score range. Use the "Advanced" button when you create the filter.
Create or open a filter for editing
1. Create or open a filter for editing
2. Click the "Advanced" button
3. Select "Article score is more than .. " and enter a number (can be negative).
4. Click "Add Condition" OK - OK
How-To Create a "Less Than" Score Filter Condition
Use the NOT operator in the advanced filter conditions to invert the logic.
Examples:
(For those of you who slept through negative numbers in math: -100 is greater than -1000)
Show scored articles (include 0 scores)
Score > -1
Show scored articles (any positive score greater than 0)
Score > 0
We can use these to modify the default filter (or create a new filter). It would look like this:
Unread articles And ( Score > -1 )
Show negative scored articles (include the zero scores)
Not Score > 0
Show negative scored only (do not include 0 scores)
Not Score > -1
Why would you want to see only negative scored articles? You might use filters like this to work in batches of articles or as a check, to see what articles you are scoring down. For example, apply the negative filter, Select All (Control A), and then mark everything Read at once. (Do not include the entire thread for these type of filters).
Show articles scored positive but less than 100 (1-99, zero not included)
Score > 0 And Not Score > 99
Show articles scored zero or greater, but less than 100 (0-99).
Score > -1 And Not Score > 99
Also see Display Filters