dana.ozik
2010-03-04, 03:35 PM
I have created a shared parameter called "PAIR DOOR?" in my project and in my custom doors so that I can have a column in my door schedule that quickly notes whether a door is a single door or double door. It has worked great in the past, but for some reason, the project I'm currently helping out with is behaving a little strangely. Instead of indicating "Yes" when the box is checked, it's indicating "No" on all single doors. Slightly annoying.
So the question is this: can anyone think of some overarching setting that might be causing this?
I suppose an alternate solution would be to create a new parameter in the schedule that uses the Yes/No output in a conditional statement to output a "Y" when the parameter is true. I tried this using the following conditional statement:
IF(PAIR DOOR?,"Y","")
but that didn't work. Any pointers would be appreciated.
Thanks!
So the question is this: can anyone think of some overarching setting that might be causing this?
I suppose an alternate solution would be to create a new parameter in the schedule that uses the Yes/No output in a conditional statement to output a "Y" when the parameter is true. I tried this using the following conditional statement:
IF(PAIR DOOR?,"Y","")
but that didn't work. Any pointers would be appreciated.
Thanks!