Results 1 to 2 of 2

Thread: IF Then Formulas with Yes/No parameter reporting text

  1. #1
    Member
    Join Date
    2009-10
    Posts
    4
    Login to Give a bone
    0

    Default IF Then Formulas with Yes/No parameter reporting text

    All,

    I am looking for how to use a Yes/No parameter to report text within an additional parameter.

    For example, I have a parameter that is called Left which controls the visibility of the elements on the left side of a family. If that box is checked, I want an additional parameter to report "-L" that I may combine with other parameters within a schedule.

    Does anyone have any experience with Revit formulas that make this able to happen?

    Thank you,
    Megan

  2. #2
    Super Moderator david_peterson's Avatar
    Join Date
    2002-09
    Location
    Madison, WI
    Posts
    5,687
    Login to Give a bone
    0

    Default Re: IF Then Formulas with Yes/No parameter reporting text

    Sure
    So on our casework families we have a parameter for "Locking". If you check the box we have a little symbol appear.
    Also we have a tag that will reads a label for Locking.

    So the yes/no parameter is simple. It's just called "Locking"
    Then we have a shared parameter called "Lock Status" with a formula if(Locking, "L", " ")
    So this will either display a "L" in the label (or in your case the schedule) or it'll be blank.
    Hope this helps.

Similar Threads

  1. 2015: Yes/No parameter controlled by multiple other visibility Yes/No parameter in one family.
    By gross695874 in forum Revit Architecture - General
    Replies: 4
    Last Post: 2015-10-05, 03:05 PM
  2. 2015: Use shared parameter (Text Type) in Yes/no type parameter.
    By swapr78 in forum Revit MEP - General
    Replies: 7
    Last Post: 2015-04-20, 03:56 PM
  3. Replies: 4
    Last Post: 2009-07-29, 09:43 PM
  4. Linking YES/NO Shared Parameter to TEXT in Family Parameter
    By nobetteralias in forum Revit Architecture - Families
    Replies: 3
    Last Post: 2007-10-14, 01:55 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •