Basic Processing Values

The following basic processing values are available for use in the Logic Template:

System Value

Description

__COUNT

Number of items to be displayed on the current page of the search results.

__LAST

The ordinal number ( 1 thru __TOTAL ) of the last item to be displayed on the current page of the search results.

__NEXT

The ordinal number ( 1 thru __TOTAL ) of the first item to be displayed on the next page of the search results.

__ODD

TRUE (1) if the value of __ORDINAL is odd. FALSE (0) if it is even.

__ORDINAL

The ordinal number ( 1 thru __COUNT ) of the current item being processed.

__PRIOR

The ordinal number ( 1 thru __TOTAL ) of the first item to be displayed on the previous page of the search results.

__REQUEST_CNT

Number of items requested to be displayed on each page of the search results.

__TOTAL

The total number of items found matching the search criteria.