Jump to content

Lighting Pipe Weight Record


Recommended Posts

I'm trying to get a Worksheet to total up the weight of my Lighting Pipes in a Drawing. I'm using the VW Spotlight Lighting Pipe Tool to vreate the pipes. (S235 Construction Material)

 

In the Worksheet shown in the image, it's seeing the different length pipes, and reporting the weight per pipe, but my total box isn't working. @Pat Stanford helped me create a String to try and extract the number only from the weight record of the pipe, as we suspect that record is held as text rather than a number, but it still won't report the total weight of that length of pipe. Does anyone know where the record is that stores that weight please? I can then look and see how that figure is being stored. You can see the formula string I'm using to try and extract the number only in the Worksheet image. I may well be misunderstanding how that is done too.

 

@markdd I bet this is somehting you might know?

Screenshot 2024-08-23 at 11.04.42.png

Screenshot 2024-08-23 at 11.05.20.png

Link to comment
=VALUE(SUBSTRING(D2, 'k', 1))*A2

works for me to do the conversion and the math.

 

There is also a hidden field ('Lighting Pipe'.'Weight') in the record that returns the weight of the pipe in grams as a number. You could use that and just do the conversion math.

 

Also, some parts of the world you must us a semicolon instead of a comma as the parameter separators in worksheet formulas. This is in areas that use the comma as the character for the decimal point.


HTH

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
Reply to this topic...

×   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...