For search fields such as Hit Count
, the text you enter is a numeric
value. The following search conditions apply to numeric fields:
equals
does not equal
<=
>=
is between
(specify a non-inclusive range)is not between
(specify a non-inclusive range)
When some of the conditions are selected, a second textbox is displayed with the default limit for the value.
9.99
) can result in false positives. In most fields, integers are required by the interface.
Some fields, such as event value fields, can contain numeric or text data, depending on the type of field. It means that the integer restriction cannot be imposed by the user interface. For event values that are expecting numeric values, all entered values are converted to integers.
Session attribute fields are stored as text data, regardless of the type of value in them.