The EVAL command displays the value of an expression for each product in the Working Set.

 

EVAL expression

 

Examples:

 

WHERE ebay.active

EVAL store.price == ebay.price ? 'Prices Are the Same' : 'Prices are Different'

 

The WHERE command above adds products that are active on eBay to the Working Set. The Eval command then evaluates the expression for each product.