Jump to content

Worksheets - Display checkmark when boolean field is true


Recommended Posts

I'm setting up an internal door schedule and want to show whether doors are fire rated or not. We mark doors as fire rated via an attached record that has a boolean field creating a little checkbox that people can tick to show it as fire rated or not.

 

I've integrated this column into the worksheet, but it writes "TRUE" and "FALSE" based on the record. 

 

Is there a way that I can make "FALSE" just be blank and not show, and "TRUE" show as a "✓"?

Link to comment

Hi @Matt Panzer

 

Thanks for your reply. My Record is called "Door Data" and the field in question is called "Fire Rated?"

 

I tried inputting that by writing - =IF((DoorData.FireRated?='TRUE'), '✔︎', '') - but this didn't work.

 

Am I doing something wrong? I'm not sure if the question mark affects things or anything like that?

 

Link to comment
  • Vectorworks, Inc Employee

Third time's the charm (I think)  🙂

 

Try this:    =IF(('Door Data'.'Fire Rated?'), '✔︎', '')

 

 

It turns out it was't the question mark that was the problem - so go ahead and leave it in the name.  The record and field names have some "special characters" (spaces and a question mark).  In order to get the full names to be recognized, you need to add single quotes as I added.

 

HTH!

 

 

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