• This forum is the machine-generated translation of www.cad3d.it/forum1 - the Italian design community. Several terms are not translated correctly.

report in repeat region

  • Thread starter Thread starter html26
  • Start date Start date

html26

Guest
Hello, everyone.
I have the situation.
I have a set with n components (a, b, c,...).
some components have a pip parameter.
The others don't have it and they have another one called toto.
in the repeat region, as I do to tell pro/e to perform this condition:

If I stand there, that I draw the pip value. But if it doesn't exist, you'll give me the tote value.

How do I write this sintass?
Thank you.
 
in repeat region reports, write:
if exists ("asm_mbr_pippo")
value=asm_mbr_pippo

value=asm_mbr_toto
endif

then always in the relationship window, add this parameter:


in the report tables, in place &asm.mbr.pippo, write &rpt.rel.value
 
I add to the discussion by making a premise the company for which I work is used to model a part and then load it into a default assembly and both files have the same name, this serves in case it should as in the annex block an internal ring or a plug.

but ban on cyancies it is possible to create a relationship in which it is said not to show in the list the compost whose name is equal to the assemblies.

type:
do not show asm.mbr.name if equal asm.mbr.codice

where code is a handwritten parameter
 
in repeat region reports, write:
if exists ("asm_mbr_pippo")
value=asm_mbr_pippo

value=asm_mbr_toto
endif

then always in the relationship window, add this parameter:


in the report tables, in place &asm.mbr.pippo, write &rpt.rel.value
Thank you! ! ! ! ! !
 

Forum statistics

Threads
44,997
Messages
339,767
Members
4
Latest member
ibt

Members online

No members online now.
ciao
Back
Top