PDA

View Full Version : Yes/No in Schedule



dhurtubise
2006-12-18, 06:30 PM
My door family is using a yes/no parameter to display the proper frame graphics (wood or metal). Can those be re-use to populate a schedule in one column more like an IF? I would prefer to stick to one column rather then 2.
If (wood = yes, wood,
(metal = yes, metal
Does it make any sense ?

dbaldacchino
2006-12-18, 06:56 PM
Not sure I understand exactly, but the Yes/No parameters need to be shared if you want to schedule them.

dhurtubise
2006-12-18, 06:58 PM
They do appear in the schedule but instead of having 2 columns with checkmark, i would like to have 1 column that would list the type

dbaldacchino
2006-12-18, 07:11 PM
Ahhhh, gotcha...check this out. I used a calculated value and then made the two yes/no columns hidden. I would rather have one check box that the user would check/uncheck and the other would have a formula to do the inverse automatically:

Steel Frame=NOT(Wood Frame)

You'd have to put these parameters in the door family. In my example I just added project parameters.