filter searches for a pattern, not a value, so this can work to filter anything 'less than 18', but would work to filter results with the chars "<", "1" or "8". Paul On 2013-02-04, at 9:04 AM, FlexibleLearning.com wrote: > Q2. How do we specify a maximum numeric value? Using filter with "*[<18]" > fails.