Here is a simple program flow statement that is failing. I don't know why. Data values are not null. I am probably doing something really stupid. Can someone offer an insight? TNX.
------------ <cfif getproject.clusterbillable is "Yes"> value should be Yes but is #getproject.clusterbillable# <cfelseif getproject.clusterbillable is "No"> value should be No but is #getproject.clusterbillable# <cfelse> value should be unknown but is but is #getproject.clusterbillable# </cfif> ------------ Here is the test result: value should be unknown but is but is No Rick Colman ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:235632 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

