Guest User

Untitled

a guest
Feb 22nd, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. Id Location Area
  2. 1 India Marketing
  3. 2 India Sales
  4. 3 India InformationTechnology
  5. 4 India Sales
  6. 5 India InformationTechnology
  7.  
  8. Records of InformationTechnology
  9.  
  10. 3 India InformationTechnology
  11. 5 India InformationTechnology
  12.  
  13. ------------------A horizontal line--------------------
  14.  
  15. Records of Marketing
  16.  
  17. 1 India Marketing
  18.  
  19. ------------------A horizontal line--------------------
  20.  
  21. Records of Sales
  22. 2 India Sales
  23. 4 India Sales
  24.  
  25. IF Area ='InformationTechnology',1
  26. IF Area = 'Marketing', 2
  27. IF Area = 'Sales', 3
  28.  
  29. SELECT Id, Location__c, Area__c, FormulaField__c
  30. FROM CustomObject__c
  31. ORDER BY FormulaField__c
Add Comment
Please, Sign In to add comment