Common Content for Data Engineering 
			
			- Common Content for Data Engineering 10.4.1
- All Products
 
           
      	
            
	
      CONSOL_MODALEXACT(string1, [string2, ..., stringN,] group by)
| Argument 
				   | Required/Optional 
				   | Description 
				   | 
|---|---|---|
| string | Required 
				   | Input port name. 
				   | 
| group by | Required 
				   | Name of the input port that contains the group identifier. 
				   | 
In this expression, theIF (CONSOL_MODALEXACT(First_Name,Last_Name,GroupKey,GroupKey)) THEN First_Name1 := CONSOL_GETROWFIELD(0) Last_Name1 := CONSOL_GETROWFIELD(1) GroupKey1 := CONSOL_GETROWFIELD(2) ELSE First_Name1 := First_Name Last_Name1 := Last_Name GroupKey1 := GroupKey ENDIF