So, how can we get Maxium or Minium values through SOQL in kettle ETL process? I have achieve this by using Kettle in memory group by step. Below shows how to step by step.
- As discussed in previous post, we can get distinct fields values from Salesforce.
- After getting the result, the trick and simple step is using Javascript step to insert a dummy field with dummy value.
- Now, using Kettle's in memory group by step to get Max or Min value of Attr1__c field from Salesforce object.
No comments:
Post a Comment