asa_caduser
New member
Hi,
I have a question regarding modifing the report value in repeat region using relations.
I want to report different part name, so this is what I wrote (which doesn't work)
IF asm_mbr_name=="MICKEY"
/* the file name is MICKEY
asm_mbr_name=MINI
/* MINI is the value I want shown on the table instead of MICKEY
ELSE
asm_mbr_name=asm_mbr_name
/*the rest of the name can remain the same
ENDIF
Would anyone help straighten me out on this matter?
Thanks
I have a question regarding modifing the report value in repeat region using relations.
I want to report different part name, so this is what I wrote (which doesn't work)
IF asm_mbr_name=="MICKEY"
/* the file name is MICKEY
asm_mbr_name=MINI
/* MINI is the value I want shown on the table instead of MICKEY
ELSE
asm_mbr_name=asm_mbr_name
/*the rest of the name can remain the same
ENDIF
Would anyone help straighten me out on this matter?
Thanks