Is it possible to create a room schedule like this?

Is it possible to create a room schedule like this?

Anonymous
Not applicable
688 Views
2 Replies
Message 1 of 3

Is it possible to create a room schedule like this?

Anonymous
Not applicable

Is it possible to create a room schedule like this? It totals by room department level by level (doesn't matter if we can have a subtotal or not). Anyone can help? Thanks in advance.

 

room schedul

0 Likes
Accepted solutions (1)
689 Views
2 Replies
Replies (2)
Message 2 of 3

maciejwypych
Collaborator
Collaborator
Accepted solution
Hi,

If you need to have a schedule looking exactly like this, it's possible, but it requires a bit of work.
You'll need to add a yes/no project parameter for each floor to rooms. (P1Levele, L1Level, L2Level....) and apply it accordingly to each room.
Then, create a room schedule with Department, Area and all the parameters you've just created.
Now you'll need to add a calculated value for each of the new level parameters - Let's call it P1 (choose Area for type) - if(P1Level,Area,0)
This basically gives you the area only if the room has the P1 parameter applied, otherwise you get 0)
You'll need to add these calculated values for each of the levels.
To get the subtotal, you'll need to another calculated value (again, choose Area for the type) and in the formula P1+L1+L2+L3+L4+L5
The only thing left is to hide the Area and P1Level, L1Level columns.
0 Likes
Message 3 of 3

Anonymous
Not applicable

 

thank you maciejwypych very much. this is definitely a solution. I tried, and succeeded. thanks.

 

 

0 Likes