Results 1 to 3 of 3

Thread: Working room Shcedule - Occ rounded to the tenth?

  1. #1
    Member
    Join Date
    2007-11
    Posts
    6
    Login to Give a bone
    0

    Default Working room Shcedule - Occ rounded to the tenth?

    Is there a way to get the working room schedule have the Calculated Occupancy Load to display in tenths?

    The formula it uses is as follows:

    if(Area / Occupant Load Factor < 1, 1, Area / Occupant Load Factor + 0.5)

    Is there something I need to modify to have it display in tenths? Or is it even possible. I don't know what language this formula is in, so I have no clue where to start. If it even is this formula that has anything to do with it.

    Now I know that you can set and user inputted number to an accuracy of tenths, but when it's calculated there is no apparent way to change how accurately it calculates.

    Thanks.

  2. #2
    AUGI Addict aggockel50321's Avatar
    Join Date
    2003-05
    Location
    Waterville, Maine
    Posts
    1,748
    Login to Give a bone
    0

    Default Re: Working room Shcedule - Occ rounded to the tenth?

    Given the formula, the parameter it's driving is most likely an integer parameter, and the +.5 is most likely there to get the integer to round up.

    You could add a new number parameter, and apply the same formula. The # of decimal places shown will default to whatever the project units are or to whatever over-ride you have set in the schedule.

  3. #3
    100 Club D_Driver's Avatar
    Join Date
    2003-11
    Location
    Ashland Oregon
    Posts
    194
    Login to Give a bone
    0

    Default Re: Working room Shcedule - Occ rounded to the tenth?

    the line
    if(Area / Occupant Load Factor < 1, 1, Area / Occupant Load Factor + 0.5)
    is a bit much (advanced) and there is no way from looking at your formula what the parameter types are (=number [decimals], =integer[whole numbers], = text[almost anything], =area[less units to cancel out])

    to better explain how this works, duplicate your schedule,
    add a new calculated parameter (Number type of parameter)

    (Area / Occupant Load Factor)/1'^2

    (assumes you are working in Imperial units)
    depending on what the "type" of parameter <Occupant Load Factor> is, this should work and give you a decimal value that will default to whatever your project units are.
    the <1'^2> part is just to cancel out the units of the area (area [SF] divided by OLF [number or integer]) will result with [SF], the divide by 1'^2 cancels the SF out and just gives you a number as a result. Revit is VERY particular about this. If you tell revit you want a number then you cannot put an Area (SF) in that location.

    OK, now that you have a value you can work with it.
    in the formatting tab, select the field, and hit the field format button. uncheck Use project settings, and set it to fixed and 1 decimal place.

    This will round up and down. depending on your office, you may want to add in this case .05 to the original formula hence:
    ((Area / Occupant Load Factor)/1'^2) +.05) to get a value of 3.44 to round up to 3.5 instead of down to 3.4


    There are several threads on using formulas in schedules, hope this has helped more than confused the issue

Similar Threads

  1. 2014: Room Tags not Working
    By slovenc0417 in forum Revit MEP - General
    Replies: 4
    Last Post: 2014-03-26, 03:12 PM
  2. Door - to/from Room not working
    By davepsanders in forum Revit Architecture - General
    Replies: 12
    Last Post: 2009-10-30, 02:19 AM
  3. new tuscan home from tenth grade high school student
    By austintg in forum Revit - Student Support
    Replies: 0
    Last Post: 2007-01-16, 06:18 PM
  4. Room Tags not working?
    By brd in forum Revit Architecture - General
    Replies: 4
    Last Post: 2005-12-09, 04:34 AM
  5. Room Tags Working With
    By pangell in forum ACA General
    Replies: 12
    Last Post: 2005-06-16, 03:20 PM

Posting Permissions

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