0
Adding weighted wordcount to purchase order
What is the correct wording to use to add the weighted wordcount to a BIRT4 template? I assume it should be something like activity.getTask().getWeightedQuantity()…
Customer support service by UserEcho
Actually, there is no method to get the value of weighted wordcount of job(weighted quantity from payables if I understand correctly). If you want to get total weighted quantity , than you will need to iterate over all CAT payables of given job( method getCatPayables()). Then you need to sum values returned by method getWeightedQuantity() from each CAT Payable you are iterating.
I understand. That makes sense. I will see if I can do that. Thank you.