Quantcast
Channel: Displaying month/year from createdDate in SOQL query - Salesforce Stack Exchange
Browsing all 3 articles
Browse latest View live

Answer by CongaPete for Displaying month/year from createdDate in SOQL query

The only method to accomplish this is by using AtulRajguru9's first suggestion. You'll need to update a text field on the Lead with a Workflow Rule to reflect the 3-char month. SOQL won't allow you to...

View Article



Answer by AtulRajguru9 for Displaying month/year from createdDate in SOQL query

You can do 2 things: 1) Create new field and update it with workflow. Then you can use field in your query TEXT(YEAR(DATEVALUE(CreatedDate))) & ''&CASE(MONTH(DATEVALUE(CreatedDate)), 1,...

View Article

Displaying month/year from createdDate in SOQL query

I am very new to Salesforce and struggling to get a query to return the data in the format I require - i.e pushing the results through Conga composer to feed a chart in a powerpoint template. The...

View Article
Browsing all 3 articles
Browse latest View live




Latest Images