function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
prangyaprangya 

SOQL Help

i am new to sfdc .i want to retreive data, monthwise and datewise.i mean i have  fields name, month ,from date and to date.i have created one dropdownlist month .when i select one month suppose january and search it that particular month value will come but datewise.plz urgent reply me

ReidCReidC

You'll want to use SOQL or SOSL.  Check out the guide for syntax and examples.

 

http://www.salesforce.com/us/developer/docs/soql_sosl/index.htm

gmcateer at gmailgmcateer at gmail

Hi Prangya,

 

If you post some specific fields and values, I'd be happy to help.

 

It sounds like you want to use SOQL to SELECT a date range though?

 

Thanks,

 

Greg