And I would like it to function as: [Select id, name, Call_Volume_This_Week__c, Spend_Last_Week__c, Week_to_Date_SpendFRM__c, Record_Scope__c from Buyer_Performance__c WHERE Record_Scope__c = "YES"]How would I properly execute this?Thanks, John[Select id, name, Call_Volume_This_Week__c, Spend_Last_Week__c, Week_to_Date_SpendFRM__c, Record_Scope__c from Buyer_Performance__c]
8 réponses
Hi John, Try using single quotes instead of double quotes in WHERE ... WHERE Record_Scope__c = 'YES'