I'm always struggling with text parameters. Is there also a way to combine the content of two text parameters? something like : text1 & text 2
I want to make a label that will check the strengthclasses of columns. A strengthclass is a combination of text and numbers like S275. If a column has the standard strenghclass it should hide that strengthclass. I can't figure out a way to get this working.
- Presume you already have the Strengthclass parameter (text)
- Create a Strengthclass_standard yes/No parameter. (yes = standard met)
- Create a Strengthclass_report parameter (text). Use formula: if (Strengthclass_standard, " ", Strengthclass)
Thanks for your reply... I've created a label with your setup, but still don't understand how it would work.
The following screenshot is from the label family:
When these are the occuring strengthclasses (S235 / S275 / S355)...how can you hide the S235
I've tried to fill in a formula in the Strenghtclass standard row: not(StrengthClass="S235")
That however doesn't work
The "StrengthClass" parameter is a shared text parameter btw.
if(StrengthClass="235",1=0,1=1) gives me a warning about the improper use of booleans
Sie finden nicht, was Sie suchen? Fragen Sie die Community oder teilen Sie Ihr Wissen mit anderen.