Here are a few examples of possible expressions :
if a field MYFIELD is controlled in one of the miscellaneous tables (for example the table number 43), the value 43 ;MYFIELD will be placed in the column Table linked to the value ATABDIV and in the Link expression column
if a field MYFIELD is indexed, the expression can use the index variable that can vary between 0 to dim(MYFIELD)-1. Classic examples : the multiple statistics groups (products, suppliers, customers...) whose key structure is the group number followed by a statistics code. The key expression is then written in the form index+1 ;MYFIELD (index).