GROUP EXTRACT STATEMENT  
Previous  Top  Next

Description  
 
"Gm*n"  
 
Means extract, after the (m)th occurrence of the value specified by *, (n) elements that are separated by *.  
 
document Examples  
 
"G1/2" on a field of 04/07/2001 result in 07/2001  
 
"G/2" on the same data the result is 04/07.  
 
"G2/1" will result in 2001.  
 
"G/1" will result in 04.