• Pooja Arora
  • NEWBIE
  • 0 Points
  • Member since 2015

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 1
    Replies
Hi, I am new to SOQL and still learning.
My use case is: Program has a lookup to Project. 
Project has a checkbox field called "Ready".  When this field is checked, the query should bring the program Id.

This is what I have so far:
Select Name, (select Id from Program__r) from Project__c where Project__r.Ready = true 

It's throwing an error "didn't understand relationship  'Program__r' in From part of query call

Thank you.  
Hello, 
I have just started learning SOQL and Apex programming concepts.  I need some help with retrieving results using SOQL query.  
The requirement is: to get all the records where Planning date__c is less than 14 days. 
Any help is appreciated. 

Thank you. 
Hello, 
I have just started learning SOQL and Apex programming concepts.  I need some help with retrieving results using SOQL query.  
The requirement is: to get all the records where Planning date__c is less than 14 days. 
Any help is appreciated. 

Thank you.