Part name driveworks Xpress PART 2

hello again to you =)

I'm still with my part name set up with Driveworks the 1st problem being solved not @coyote (which I thank again by the way ^^)
Now I would like to include the values of my inputs (height/width/depth) in my part names when the IF are not part of the standard range

so I have IF(AND(height=x, width=y, depth=z), "-" & "B a", [here comes my problem] "-" & "value of x _ value of y _ value of z")

I think it comes from a syntax problem but I can't solve it =/

Try to remove the comma after "a"

 

Edit: Fake dsl^^

 

And by removing the _ between the values of x value of y value of z?

if I remove my comma the "IF" function will not work

in fact I have to say if height=x and width=y and depth=z then part name - B to OTHERWISE room name - height x width x depth

but I can't get the values of these entries

Try the following:

([...] "-" & X-Value & " _ " & Y-Value & " _ " & Z-Value)

1 Like

@remrem its not working either =S

@bart it doesn't change anything anymore if I put the entries it just marks me height width depth but not the selected values

Re

So like just now in pro me to have the value of values I type valuesxreturn.

So in your case it gives "_"&valuexreturn&"_"&valueyreturn&"_"valuezreturn

@+

2 Likes

@coyote by putting the entries without quotation marks it gives me the values thank you but on the other hand I must not put return otherwise my equation is incorect but hey it's solved thanks to you thank you again =)