Jump to content
  • 0

N/A results on a Building Take-off worksheet


Chris JAP

Question

Hi,

 

I have set up a building take-off worksheet on vectors. 

 

I have set up a database for 'wall types' and added 'wall style' and 'wall area NET' functions. 

However the results provide a mixture of numerical values and N/A. 

 

What creates these N/A results and how can i get rid of them? 

 

Picture attached.

 

Best, 

Chris 

Screenshot 2022-02-21 093548.png

Link to comment

1 answer to this question

Recommended Posts

  • 0

NA shows when the object in that database subrow does not have the record specified in that column attached.

 

This was a new changes in VW2022. Before it would just show blanks.

 

You will need to modify your formulas to use an IFNA function.

 

=IFNA(your original record.field, 'what you want if the return is NA')

 

Put whatever you want between the single quotes to be returned instead of NA.  Or just put the two single quotes to return blank.

 

=IFNA(WALLAREA_NET, '---') will give you three dashes if the object does not have a WallArea_Net and the area if it does.

  • Like 1
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...