PDA

View Full Version : Conditional Calculated Values



dpollard909366
2006-07-05, 12:21 PM
I have a 'Handicap' instance yes/no parameter in my parking space family. In my schedule I do not want to list yes or no for every space I just want to see the yes's.

My idea was to mak,e a calculated value that says if Handicap=yes show 'yes' or something other than a number and if Handicap=no show nothing or '-'

I tried if(Handicap, yes, -)

this doesn't work - is it not possible to have conditional text answers in a schedule? Do they have to be numbers?

dpollard909366
2006-07-05, 12:35 PM
Figured it out myself! When all else fails, try to figure it out from the help file.

should be:

if(Handicap, "yes", "-")