You need to sign in to do that
Don't have an account?
Help with SOQL statement
Hi,
Can anyone help with the SOQL to represent data in tree structure like,
+Industry
+Program
+ Market Product
+Taxonomy Concept
+Concept Terms
term1
term2
and here is my schema diagram

Thanks,
Pramodh
Can anyone help with the SOQL to represent data in tree structure like,
+Industry
+Program
+ Market Product
+Taxonomy Concept
+Concept Terms
term1
term2
and here is my schema diagram
Thanks,
Pramodh
You can't get data of all objects in one SOQL query. SOQL query is retriving the data from object(table). You need to have plan what data from wchich object you want to retrivie.
I know in one SOQL statement no one cant able to write the query, here i am asking about the ideas to the write