HI
I wanted to create a field to rename the pedigrees in progeny
I have a set of nomenclature for such families (0001-X,0002-X,0003-X,.....0159-X)
but in cases whose family comes from a specific center, I want to rename
for example if the family (0003-X,0008-X,0022-X) have been the "center-one"
I name them in a new field as (0003-X = 0001-Y , 0008-X=0002-Y ,0022-X=0003-Y ...)
occurred to me to do so but that function does not calculate the maximum number of pedigrees or nÂș pedigrees that have the value "center one"
IF
{prueba\CENTER}='center one'
THEN
INSERTSTR(0,'-F',LEFT(MAX{Pedigree name},4)+1)
ELSE
''
ENDIF
best regards and sorry for my english
