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

repetition regions: hide elements that do not have a parameter

  • Thread starter Thread starter Alberto.E
  • Start date Start date

Alberto.E

Guest
hi to all, I need to create a table inside a drw of a set that shows me only and exclusively the details that within them have a certain parameter that I call "x".
if I apply a filter like:



pro_e hides all the components where the x parameter exists but is empty.

so now I have in front of the components that have the x compiled parameter (which are the ones I care to show) plus a myriad of components where the x parameter does not exist and therefore to these the filter is not applied.
add to all the x parameter and leave it empty is unavailable and so I wonder if there is a way to apply an additional filter that says
to hide components where x does not exist.

I hope I've explained well.

thanks in advance for the help

soon

tree
 
Hi.
try inserting in the filter the string_length(x) function and take only those that have the length greater than 0, I'm not sure but should work.
 
thanks dani for the intervention but the thing does not change because it continues to view me those components where the x parameter is not there.
I believe that missing the parameter these components are omitted by the filter.
 
Good morning.

try using this syntax in the repetition region filter



the result should be the display only of the components where the x parameter exists.

greetings
 

Forum statistics

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

Members online

No members online now.
Back
Top