Comments on: SharePoint Explained: Yes/No fields aren’t your friend – Why Choice fields are a better option http://www.endusersharepoint.com/2009/02/11/sharepoint-explained-yesno-fields-aren%e2%80%99t-your-friend-%e2%80%93-why-choice-fields-are-a-better-option/ No GeekSpeak on SharePoint 2007 WSS and MOSS Fri, 26 Nov 2010 21:23:22 -0500 http://wordpress.org/?v=2.8.6 hourly 1 By: Jeff York http://www.endusersharepoint.com/2009/02/11/sharepoint-explained-yesno-fields-aren%e2%80%99t-your-friend-%e2%80%93-why-choice-fields-are-a-better-option/comment-page-1/#comment-101602 Jeff York Wed, 22 Sep 2010 20:54:59 +0000 http://www.endusersharepoint.com/?p=1319#comment-101602 Thank you! I was killing myself trying to determine why my IF statement was not working.. I love this site! Thank you! I was killing myself trying to determine why my IF statement was not working.. I love this site!

]]>
By: Carrie http://www.endusersharepoint.com/2009/02/11/sharepoint-explained-yesno-fields-aren%e2%80%99t-your-friend-%e2%80%93-why-choice-fields-are-a-better-option/comment-page-1/#comment-97812 Carrie Thu, 02 Sep 2010 19:33:48 +0000 http://www.endusersharepoint.com/?p=1319#comment-97812 Thank you for saving my sanity!! I had googled and seen to use the TRUE/FALSE thing, but I was still putting "TRUE" with quotes and until I removed the quotes, it was failing miserably. Thanks! Thank you for saving my sanity!! I had googled and seen to use the TRUE/FALSE thing, but I was still putting “TRUE” with quotes and until I removed the quotes, it was failing miserably. Thanks!

]]>
By: John Woodard http://www.endusersharepoint.com/2009/02/11/sharepoint-explained-yesno-fields-aren%e2%80%99t-your-friend-%e2%80%93-why-choice-fields-are-a-better-option/comment-page-1/#comment-91161 John Woodard Wed, 04 Aug 2010 17:20:15 +0000 http://www.endusersharepoint.com/?p=1319#comment-91161 I am trying to do a calculated field where I want "Yes" to show up if a Date column is equal to or less than 365 days and "No" to show if the Date is more than 365 days old. I have several dates fields I need to apply this to and it stems from wanting the system (MOSS 07) to tell me when someones training has expired. I am trying to do a calculated field where I want “Yes” to show up if a Date column is equal to or less than 365 days and “No” to show if the Date is more than 365 days old. I have several dates fields I need to apply this to and it stems from wanting the system (MOSS 07) to tell me when someones training has expired.

]]>
By: MG http://www.endusersharepoint.com/2009/02/11/sharepoint-explained-yesno-fields-aren%e2%80%99t-your-friend-%e2%80%93-why-choice-fields-are-a-better-option/comment-page-1/#comment-39156 MG Sun, 28 Feb 2010 12:50:10 +0000 http://www.endusersharepoint.com/?p=1319#comment-39156 Excellent article. Thanks! John for sharing. Is there a way to add comments if Yes or No.? We have requirement for a list which has bunch of fields of Yes/No type. When user selects either Yes or No, we should provide a text field to capture data. Thx. in advance Excellent article. Thanks! John for sharing.

Is there a way to add comments if Yes or No.?

We have requirement for a list which has bunch of fields of Yes/No type. When user selects either Yes or No, we should provide a text field to capture data.

Thx. in advance

]]>
By: Jason DaPolito http://www.endusersharepoint.com/2009/02/11/sharepoint-explained-yesno-fields-aren%e2%80%99t-your-friend-%e2%80%93-why-choice-fields-are-a-better-option/comment-page-1/#comment-21043 Jason DaPolito Wed, 16 Dec 2009 16:47:29 +0000 http://www.endusersharepoint.com/?p=1319#comment-21043 @ Ralf: Using the Yes/No type in an IF statement must be done using TRUE/FALSE where TRUE = Yes and FALSE = No. =IF([EC topic]=TRUE,”EC”,”") @ Ralf:
Using the Yes/No type in an IF statement must be done using TRUE/FALSE where TRUE = Yes and FALSE = No.

=IF([EC topic]=TRUE,”EC”,””)

]]>
By: Gilbert http://www.endusersharepoint.com/2009/02/11/sharepoint-explained-yesno-fields-aren%e2%80%99t-your-friend-%e2%80%93-why-choice-fields-are-a-better-option/comment-page-1/#comment-17959 Gilbert Mon, 12 Oct 2009 07:40:35 +0000 http://www.endusersharepoint.com/?p=1319#comment-17959 Thank you very much, John, I've been banging my head on my keyboard trying to figure out why my simple CQWP wouldn't display the correct results. Thank you very much, John, I’ve been banging my head on my keyboard trying to figure out why my simple CQWP wouldn’t display the correct results.

]]>
By: Laurence Wright http://www.endusersharepoint.com/2009/02/11/sharepoint-explained-yesno-fields-aren%e2%80%99t-your-friend-%e2%80%93-why-choice-fields-are-a-better-option/comment-page-1/#comment-16060 Laurence Wright Sat, 15 Aug 2009 02:38:10 +0000 http://www.endusersharepoint.com/?p=1319#comment-16060 Wow, what a saver! I gave up with Yes/No fields and went with the suggested choice. IF() code now behaves as expected. Thanks John. Wow, what a saver! I gave up with Yes/No fields and went with the suggested choice. IF() code now behaves as expected. Thanks John.

]]>
By: Rob Curtis http://www.endusersharepoint.com/2009/02/11/sharepoint-explained-yesno-fields-aren%e2%80%99t-your-friend-%e2%80%93-why-choice-fields-are-a-better-option/comment-page-1/#comment-15018 Rob Curtis Mon, 20 Jul 2009 17:04:27 +0000 http://www.endusersharepoint.com/?p=1319#comment-15018 Could I say a big thank-you for posting this article. I have just spent an entire afternoon cursing my CQWP as it wasn't behaving as expected (as I was naively filtering on yes and no). Gah! Could I say a big thank-you for posting this article. I have just spent an entire afternoon cursing my CQWP as it wasn’t behaving as expected (as I was naively filtering on yes and no). Gah!

]]>
By: Ralf http://www.endusersharepoint.com/2009/02/11/sharepoint-explained-yesno-fields-aren%e2%80%99t-your-friend-%e2%80%93-why-choice-fields-are-a-better-option/comment-page-1/#comment-12869 Ralf Fri, 15 May 2009 08:46:22 +0000 http://www.endusersharepoint.com/?p=1319#comment-12869 Hi I'm having some trouble with an IF-fuction combined with a YES/NO field. All i want to do is to create a new column in which "EC" is displayed when in the YES/NO-column (called "EC topic") YES is indicated. I've tried this formula: =IF([EC topic]=1,"EC","") All fields in the calculated column remain blank like this... Can someone help please? Hi

I’m having some trouble with an IF-fuction combined with a YES/NO field.

All i want to do is to create a new column in which “EC” is displayed when in the YES/NO-column (called “EC topic”) YES is indicated.

I’ve tried this formula:

=IF([EC topic]=1,”EC”,”")

All fields in the calculated column remain blank like this…

Can someone help please?

]]>