Sheet Label with Yes/No Text from Checkbox

Sheet Label with Yes/No Text from Checkbox

jonathan8PK5V
Participant Participant
309 Views
17 Replies
Message 1 of 18

Sheet Label with Yes/No Text from Checkbox

jonathan8PK5V
Participant
Participant

Hi All,

 

I am trying to build a sheet label that picks up information from Yes/No checked box Parameter. 

The idea is to have a series of On/Off Shared Parameters on the sheet that push information into the label dependent on the stage of the project(Sketch, Coordination, Planning, etc.).

So, for the As Built stage, there is a shared Yes/No parameter which is pushing into an if statement in the ''As Built Label'' shared parameter. I have built this in the sheet family and it is working in the Family Types(see image attached).

The information does not change when I add the ''As Built Label'' parameter into a Label.    

Has anyone any advice on how to fix this or if it can work at all?

Thanks in advance.

Regards,

 

Jonathan

Parameters Snip.jpg

0 Likes
Accepted solutions (1)
310 Views
17 Replies
Replies (17)
Message 2 of 18

RSomppi
Mentor
Mentor

Have you added the shared parameter to the project and applied it to sheets as a project parameter?

0 Likes
Message 3 of 18

jonathan8PK5V
Participant
Participant

Hi RSomppi,

 

Yes I have. The parameter is changing on the properties panel in the project with the text being entered but it does not enter it into the sheet label for some reason.

0 Likes
Message 4 of 18

p_brianXNTJJ
Participant
Participant

I am trying to do basically the same thing. I'd love to know if there is a solution to this.

0 Likes
Message 5 of 18

RSomppi
Mentor
Mentor

@jonathan8PK5V wrote:

Hi RSomppi,

 

Yes I have. The parameter is changing on the properties panel in the project with the text being entered but it does not enter it into the sheet label for some reason.


Are both parameters shared and added to sheets as project parameters?

0 Likes
Message 6 of 18

RSomppi
Mentor
Mentor

@p_brianXNTJJ wrote:

I'd love to know if there is a solution to this.


We're working on it. Maybe you can help?

0 Likes
Message 7 of 18

jonathan8PK5V
Participant
Participant

Both are shared and added to the sheets in the project yes. In the properties of the sheet the text for As Built is adding but not on the label of the sheet. The label is a text parameter and text can be entered on the sheet manually.

0 Likes
Message 8 of 18

jonathan8PK5V
Participant
Participant

Yes both are added to sheets in the project. The fields are changing in the properties panel of the sheets but not in the label on the sheet, so the As Built text is entering into the label parameter in the properties. Text can be entered manually to the label on the sheet.

0 Likes
Message 9 of 18

p_brianXNTJJ
Participant
Participant

I have a topic thread at THIS LINK, but I'll share my findings here as well. Basically, I have 5 Yes/No parameters. If 1A is checked, I want the sheets to update to include the information regarding that building. If none are checked, the tag labels will just have default text in them.

 

So far, I've been able to do the following:

  • Create 5 shared Yes/No parameters representing the 5 different buildings that my company will be dealing with (1A, 1B, 2A, 2B, and 2C)
    • However, these only exist in the project under "Project Information", not the title block family or the tag label itself
  • Create a Calculated Value (CV) for a tag label in a title block family
    • The CV has the following formula on it:
      • if(1A, "1A", if(1B, "1B", if(2A, "2A", if(2B, "2B", if(2C, "2C", "Choose a Building")))))
    • The formula recognizes the shared parameters and is acting like it would work once you get into the project and check one of the parameters, but the label does not update
0 Likes
Message 10 of 18

RSomppi
Mentor
Mentor

You don't mention yes/no parameters in your thread, plus I don't think you can have more than one Building Name and address in the Project Information. You have a different problem.

0 Likes
Message 11 of 18

p_brianXNTJJ
Participant
Participant

Oh, you're right. I didn't mention Yes/No, my mistake

 

I'm not actually trying to set more than one Building Name, Project Address, etc. I'm trying to effectively set a text value of "1A" to the 1A shared Yes/No parameter so that when 1A is checked, the Building Name parameter is changed to "1A". Then because the Building Name is now 1A, I want the Project Address to update to the correct address. So it's not that I'm trying to have multiple values on the same Project Information parameter, though I do understand the confusion. I don't think I'm doing a very good job of explaining this.

0 Likes
Message 12 of 18

jonathan8PK5V
Participant
Participant

Im assuming that this cannot be solved people unless anyone has a fix.

0 Likes
Message 13 of 18

RDAOU
Mentor
Mentor

@jonathan8PK5V 

 

Can you upload the title block family you have created? it would make it easier to understand what you have done, trying to do and if it is doable

 

YOUTUBE | BIM | COMPUTATIONAL DESIGN | PARAMETRIC DESIGN | GENERATIVE DESIGN | VISUAL PROGRAMMING
If you find this reply helpful kindly hit the LIKE BUTTON and if applicable please ACCEPT AS SOLUTION


0 Likes
Message 14 of 18

jonathan8PK5V
Participant
Participant

Sheet file attached there RDAOU. I was testing the theory before I built it into the company tempalte so the file attached is very simple. I have tried in both as a type and instance parameter.

0 Likes
Message 15 of 18

RDAOU
Mentor
Mentor
Accepted solution

@jonathan8PK5V 

 

The key is to add the label in a generic annotation and nest that into the title block

  1. Start a new Generic Annotation
  2. Add the label in the generic annotation using a Parameter "Status" (Type/Text ... parameter does not need to be shared parameter)
  3. Load into the title block
  4. Add a parameter to the title block "As Built Label"  (Text/Instance - Does not need to be shared unless you intend to schedule it)
  5. Select the generic annotation and associate the Status parameter to "As Built Label"

the rest should work using the check boxes you created

 

Sheet_Yes No Label 1.gif

 

YOUTUBE | BIM | COMPUTATIONAL DESIGN | PARAMETRIC DESIGN | GENERATIVE DESIGN | VISUAL PROGRAMMING
If you find this reply helpful kindly hit the LIKE BUTTON and if applicable please ACCEPT AS SOLUTION


Message 16 of 18

jonathan8PK5V
Participant
Participant

RDAOU your a legend! Thanks.

Message 17 of 18

p_brianXNTJJ
Participant
Participant

RDAOU is a genius. Thank you! I'll be linking my thread over to this one to direct future askers.

Message 18 of 18

RDAOU
Mentor
Mentor

You’re both welcome. Glad that i could help

YOUTUBE | BIM | COMPUTATIONAL DESIGN | PARAMETRIC DESIGN | GENERATIVE DESIGN | VISUAL PROGRAMMING
If you find this reply helpful kindly hit the LIKE BUTTON and if applicable please ACCEPT AS SOLUTION


0 Likes