Jump to content
  • 0

Light Instrument Weight Summary Worksheet


Dylan Jones

Question

Hi everyone

 

I am having an issue trying to do a weight summary of my lighting fixtures in a worksheet. 

 

I understand the weight field is text and would not allow mathematical operations but previously I would just use the VALUE command to bypass this.

 

e.g. =Value('Lighting Device'.'Weight')        This command works perfectly in Vectorworks 2017.

 

Does anyone have a way to get past this without creating a separate Record as i would like to make the transition into VW2018 smooth.

 

See attached file with example.

 

Vectorworks 2018 Designer Package

Weight Summary Report. Errorvwx.vwx

Link to comment

4 answers to this question

Recommended Posts

  • 0

Try =Value(SubString('Lighting Device'.'Weight', ' ', 1))

 

There is a single space between the quotes in the middle parameter of the SubString. This is the delimiter to tell it where the number part stops and unit part starts.

 

It is the units that are confusing the Value command. It only understands numbers.

 

I think that VW2018 got "smarter" about understanding units besides length and area. So now the Weight field is defined as a "Weight" and brings the unit mark along. In VW2017, you could have a field that just had the number part and not the unit mark.

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...