Room Volume in a Custom Schedule?


DefinedDesign
 Share

Recommended Posts

Using X12

Looking to get the %room.volume% in a custom Room Schedule.  My callouts for this Room Schedule have this macro: %room.schedule_number%. 

The room label defaults are this: 

%room.dimensions%

Finished Ceiling Height: %room.height.ceilingfinish%

Room Area: %room.area.standard%

Room Volume: %room.volume%

How do I get the %room.volume% from the label default in this new custom schedule?  The Schedule Specification Columns does not provide a Room Volume option.

Link to comment
Share on other sites

Schedule columns are based on the information the can gather from the objects the schedule is set to include. If the Schedule only includes Notes, then only Note information can be gathered and displayed. Open a Note spec and you'll see Object Information has a Custom Fields section.

Link to comment
Share on other sites

Sorry correction -- its not the same for both because Callouts can't be in a Schedule which is why Rob said he uses Notes.

 

Use Notes.

 

Place a note in a room, open the Note, add a "Volume" field and set it's field value to %room.volume%

Place a Note Schedule and add the Volume column

Link to comment
Share on other sites

  On 8/3/2023 at 8:25 PM, TeaTime said:

Yeah, technically all schedules are the same. A "note schedule" is just set to include notes by default. Custom Schedules are just not set to include anything automatically so you can do whatever you want with em.

Expand  


Thank you, I created the Note and it doesn't seem to be linking to my custom schedule, the note doesn't show a number and their is no field for the Volume in the schedule.

Link to comment
Share on other sites

  On 8/3/2023 at 8:28 PM, DefinedDesign said:

Thank you, I created the Note and it doesn't seem to be linking to my custom schedule, the note doesn't show a number and their is no field for the Volume in the schedule.

Expand  

It has no number because it's not linked to that schedule, likewise with the Volume column.

If you select the Note there's an Edit button on the bottom toolbar to "Create Note Schedule from Note" - that'll make one that inherently includes that Note type.

That schedule should have a Volume column to include (so long as you added one to the selected note)

Link to comment
Share on other sites

  On 8/3/2023 at 8:19 PM, TeaTime said:

Sorry correction -- its not the same for both because Callouts can't be in a Schedule which is why Rob said he uses Notes.

 

Use Notes.

 

Place a note in a room, open the Note, add a "Volume" field and set it's field value to %room.volume%

Place a Note Schedule and add the Volume column

Expand  

Just going to drop this here for you in case you feel like supporting the cause :)

 

  • Upvote 1
Link to comment
Share on other sites

  On 8/3/2023 at 8:39 PM, TeaTime said:

It has no number because it's not linked to that schedule, likewise with the Volume column.

If you select the Note there's an Edit button on the bottom toolbar to "Create Note Schedule from Note" - that'll make one that inherently includes that Note type.

That schedule should have a Volume column to include (so long as you added one to the selected note)

Expand  


Thank you!  Now to figure out why the volume isn't calculating correctly???  Is there anyway to get the volume to round up?  I'm clueless.

1685236773_ScreenShot2023-08-03at6_02_55PM.thumb.png.a160b69c98b2047a0dabc7acc4620bcf.png

Link to comment
Share on other sites

  On 8/3/2023 at 10:34 PM, DefinedDesign said:


I found this CA KB-01897 article but I can't get it to work...:unsure:

Expand  

Hard for some of us to provide support for older versions. How did you get a reported value for volume? Was it a predefined macro? Are you including a macro in a custom field that is reporting to the schedule in columns to include? Or was there a volume column to include?

Link to comment
Share on other sites

  On 8/3/2023 at 10:39 PM, Renerabbitt said:

How did you get a reported value for volume? Was it a predefined macro? Are you including a macro in a custom field that is reporting to the schedule in columns to include? Or was there a volume column to include?

Expand  


Created a Note and then >Note Specification >Object Information >Custom Object Fields >Custom Field: Volume >Field Value: %room.volume%

CAD >Text >Text Macro Management

RoomVolume - (internal_area * (ceiling_elevation - floor_elevation) ).to_cu_ft
Copied the RoomVolume per the KB article and created this:
roomVolumeRounded:

vol = internal_area * (ceiling_elevation - floor_elevation)

vol.round(2)

Went back to Note Specification and added

Room Volume Rounded with a field value: %roomVolumeRounded%
Gives me an #Evaluation Error#

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
 Share